From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A31603858CDB; Thu, 4 Apr 2024 06:27:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A31603858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712212072; bh=zA7vDLLppXM8BeuG8ltisV8PZ8NUlqeLFFr3RciNssQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AuRxkT3ErJBRnwhj7j1eOBKXHZgPA2Gpc5391RvhS3enN5uGuW9h+1wpZ4Smeq8RE 64iCZPQc2UPAVdctpsim1kJw1DGA8UfvcxH1DGCh9q3a9AUj5ghC9bRqL7MmeJBTfK PV/GM6Q6UPOqxtsKeLSBSr1EY+j9B8OF3RSbQUk8= From: "pault at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/113363] ICE on ASSOCIATE and unlimited polymorphic function Date: Thu, 04 Apr 2024 06:27:52 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: pault at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pault at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D113363 Paul Thomas changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |WAITING Resolution|FIXED |--- --- Comment #5 from Paul Thomas --- (In reply to anlauf from comment #4) > This PR has been fixed as part of the large commit r14-9489-g3fd46d859cda= 10 . Not here. As far as I can tell the results remain exactly the same for both character and numeric results from 'foo'. Is it possible that there is a patch lurking in your tree that has fixed it? Cheers Paul=