From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ACEB23858418; Sun, 6 Aug 2023 00:54:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ACEB23858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691283260; bh=idSHb28iv48wkbn8lF4ZwqA1nGX0drboOBflrJAdpiw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ldh2frToPsU2pL0sDuHV/vKfKeASoMQbDAHH1hoBfU22utXYWoFKLpjNYhp/3CW+i fOEogKkbP/c1Ds+KMcXg6i2H3LWtfIdzswPimxdWw4RyGgW1sVfcHuSw4SmPOzM1It fkhWTJP8HHW4qZx7vdLgEF9a8k3KSlu6401FFjUU= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/107397] [11/12 Regression] ICE in gfc_arith_plus, at fortran/arith.cc:654 Date: Sun, 06 Aug 2023 00:54:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-invalid-code, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: jvdelisle at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107397 --- Comment #18 from CVS Commits --- The releases/gcc-11 branch has been updated by Jerry DeLisle : https://gcc.gnu.org/g:276288556d6b4f535466ddbe560ede4c71b7fd2e commit r11-10938-g276288556d6b4f535466ddbe560ede4c71b7fd2e Author: Steve Kargl Date: Sat Dec 17 19:15:43 2022 -0800 Add a check for invalid use of BOZ with a derived type. PR fortran/107397 gcc/fortran/ChangeLog: * decl.c (add_init_expr_to_sym): Add check with new error messa= ge. gcc/testsuite/ChangeLog: * gfortran.dg/pr107397.f90: New test. (cherry picked from commit 09710f9934969dcb07131e1ed78b72e648123a3a)=