From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D9EBA3849AD0; Fri, 19 Apr 2024 15:45:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D9EBA3849AD0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713541526; bh=sXG+SmuJwufh3v8BPPUdieNVS/tw4UChH+Hv5JP1Vk0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PgFK0Jb6YmzFbrub3KdjANzuXASWVZVqik1KZOplP5OkPMyd9xN6K1zQ+jZ8Fe+Dr 7xqUlWhNowO1Z9I0Vkv3W7z+6FlH8dbScx8aBFC+G2QpkW/TH7NFozO7Bj/BFIQFXg 7SCXHk7WAKdYPngctpR3F/6zR2Z+En0aU8iQUKr4= From: "pault at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/114739] [14 Regression] ice in gfc_find_derived_types, at fortran/symbol.cc:2458 Date: Fri, 19 Apr 2024 15:45:25 +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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: pault at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: pault 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=3D114739 --- Comment #9 from Paul Thomas --- > The incorrect errors will have to be fixed on 13-branch at very least. > Unfortunately, this is not a question of using a backport but I will get > onto it right away. >=20 I have applied the backport manually and it works fine in eliminating the incorrect error. I'll apply to 12- and 13-branches in a couple of weeks. Cheers Paul=