From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 273F73854167; Thu, 29 Sep 2022 18:39:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 273F73854167 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664476788; bh=K1t0beMZVxgjmGwbPiSBfgGIzTtg3HPxDK8nNOJKXrA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=r0Y9dBMlDJztQC7Kd7b5OcvXpTCi/5t+s9VBwpLnSlbmQ1Ikkx89/vYpyThFdx3d/ VvK3S2mg78Vw9T6cKnCEvws6I6Us77PEL+59yFEXSQkWPiHHuPD1aIf/JcZ1zPOHFq rKYeayz0tS0rz3cPRaPISNvNSQnTL80heR0roRGU= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/82868] ICE in generate_coarray_sym_init, at fortran/trans-decl.c:5203 Date: Thu, 29 Sep 2022 18:39:42 +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: 8.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: anlauf at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D82868 --- Comment #5 from CVS Commits --- The releases/gcc-12 branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:22c2658a8b6ae9ece8b33bc483c04a767168b5f4 commit r12-8797-g22c2658a8b6ae9ece8b33bc483c04a767168b5f4 Author: Harald Anlauf Date: Wed Sep 21 19:55:30 2022 +0200 Fortran: fix ICE in generate_coarray_sym_init [PR82868] gcc/fortran/ChangeLog: PR fortran/82868 * trans-decl.cc (generate_coarray_sym_init): Skip symbol if attr.associate_var. gcc/testsuite/ChangeLog: PR fortran/82868 * gfortran.dg/associate_26a.f90: New test. (cherry picked from commit bc71318a91286b5f00e88f07aab818ac82510692)=