From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AC3E23849AD7; Mon, 22 Apr 2024 19:55:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AC3E23849AD7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713815727; bh=wOEEbRG1R9ESd2AwJpCMlHI1J11M3or3h0i8Y775ot8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WYpa94X3/s3nBTDf9TDxei9YLgYfIlXFugkm/CnQRtuKdg0CgEaBq1DEsggMoY7R4 mWre52pOnvk0687qKALWszgO9lGQy9a5mUnFLEbptQ7kGdiJ4hgwbhnRXFas7YzVYO Dojqq0lhFADj/fsxTO1BPF9Cj7MHfqUDE2z0Afqk= From: "anlauf at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/102597] ICE in gfc_get_extern_function_decl, at fortran/trans-decl.c:2243 since r8-3365-gb89a63b916340ef2 Date: Mon, 22 Apr 2024 19:55:26 +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: 12.0 X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: anlauf at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_fail bug_status cf_known_to_work 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=3D102597 anlauf at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |10.5.0, 11.4.1, 12.3.1 Status|NEW |WAITING Known to work| |13.2.1, 14.0 --- Comment #2 from anlauf at gcc dot gnu.org --- Works on 14-mainline, and on 13-branch since at least r13-8285. Likely due to one of the associate-fixes. Updating known-to-work and known-to-fail. In principle this bug has been fixed and could be closed.=