From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D53E838B5BA7; Sun, 18 Dec 2022 03:39:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D53E838B5BA7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671334748; bh=zyaWctRZhbKU+TwMo6jGN6Ag4p62PUJR4FO5rVpxXQU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uTrrJT1FvjAIMtKhoZQ5rOzqZWBpMGM3CXX5pcGjF2v8P3s1THFBAOoYzzJgMHyci zjbO/yRAzLDPNgojElSTOVwO+K1qHGxf9brx8Mu44RRRRBRrD1JzIbkoRck+rUvSmY XbRs5+6UM31H0VfRILIMPXWZ7PMuq9q6FZKsIysM= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/107397] [10/11/12/13 Regression] ICE in gfc_arith_plus, at fortran/arith.cc:654 Date: Sun, 18 Dec 2022 03:39:06 +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: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.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 #8 from CVS Commits --- The master branch has been updated by Jerry DeLisle : https://gcc.gnu.org/g:09710f9934969dcb07131e1ed78b72e648123a3a commit r13-4764-g09710f9934969dcb07131e1ed78b72e648123a3a 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.cc (add_init_expr_to_sym): Add check with new error mess= age. gcc/testsuite/ChangeLog: * gfortran.dg/pr107397.f90: New test.=