From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8721C3857733; Wed, 17 May 2023 00:56:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8721C3857733 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684284999; bh=Ogt5maKtxi7gRyqOK398Jmx1MxInziWP1FuP1XVEHcs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LnoSiKxWPcd2bzrK5BkHypgijiKwatKJspjhodcVoSoNChBz19U8Sujsqhvv3rVIE khLkCWOoFM28REq93aMum97t2Cv3ZpzEQZkakNmQR5UEypZ3Q2vHDVqczF/0FihzOe 5QXN61t+v86/ep3BcvxI3MxV+3KlhZYXA/HzXe3M= From: "Gary.White at ColoState dot edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/109865] different results when routine moved inside the contains statement Date: Wed, 17 May 2023 00:56:38 +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: og12 (devel/omp/gcc-12) X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: Gary.White at ColoState dot edu 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: 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=3D109865 --- Comment #12 from GARY.WHITE at ColoState dot edu --- I just checked, and the bug occurs with the LAPACK routines instead of LinP= ack. So "make type=3DmarkLAPACK" will generate markLAPACK that will fail with -= O3, but work with -O0. --- Comment #13 from GARY.WHITE at ColoState dot edu --- I just checked, and the bug occurs with the LAPACK routines instead of LinP= ack. So "make type=3DmarkLAPACK" will generate markLAPACK that will fail with -= O3, but work with -O0.=