From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8F5A63858405; Wed, 27 Apr 2022 21:40:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8F5A63858405 From: "sgk at troutmask dot apl.washington.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/78054] gfortran.dg/pr70673.f90 FAILs at -O0 Date: Wed, 27 Apr 2022 21:40:14 +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: 7.0 X-Bugzilla-Keywords: testsuite-fail, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: sgk at troutmask dot apl.washington.edu X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: tkoenig 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2022 21:40:14 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D78054 --- Comment #11 from Steve Kargl = --- On Wed, Apr 27, 2022 at 08:49:17PM +0000, tkoenig at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D78054 >=20 > --- Comment #10 from Thomas Koenig --- > (In reply to anlauf from comment #9) > > (In reply to Thomas Koenig from comment #8) > > > Fixed on trunk by=20 > > >=20 > > > https://gcc.gnu.org/pipermail/gcc-cvs/2022-April/362724.html . > >=20 > > Thomas, > >=20 > > you'd better re-read Steve's analysis. > >=20 > > Your patch left the first > >=20 > > a =3D a ! This used to ICE. > >=20 > > which is invalid at runtime. Try yourself running under valgrind. > >=20 > > Either remove this line too, or protect it with an if (allocated (a)) >=20 > Thanks for pointing this out. >=20 > Removed with https://gcc.gnu.org/pipermail/gcc-cvs/2022-April/362729.html= . >=20 Thanks Thomas!=