From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BA5B4385703F; Fri, 28 May 2021 18:44:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BA5B4385703F From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/100820] New: [12 regression] bootstrap hangs during stage2 on power 10 Date: Fri, 28 May 2021 18:44:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: seurer at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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: Fri, 28 May 2021 18:44:56 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100820 Bug ID: 100820 Summary: [12 regression] bootstrap hangs during stage2 on power 10 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- g:a8764071f2eb6b4cdc9ecb788dfaa2b095b52598, r12-1020 Author: Aaron Sawdey Date: Tue Mar 2 18:06:37 2021 -0600 Fusion patterns for add-logical/logical-add This is causing a hang during stage2 of bootstrapping for trunk on power 10= . I tried r12-1019 and it was fine. Here is one example that happens when configure is running: . . . checking for powerpc64le-unknown-linux-gnu-gfortran... /home/seurer/gcc/git/build/gcc-trunk-bootstrap/./gcc/gfortran -B/home/seurer/gcc/git/build/gcc-trunk-bootstrap/./gcc/ -B/home/seurer/gcc/git/install/gcc-trunk-bootstrap/powerpc64le-unknown-linu= x-gnu/bin/ -B/home/seurer/gcc/git/install/gcc-trunk-bootstrap/powerpc64le-unknown-linu= x-gnu/lib/ -isystem /home/seurer/gcc/git/install/gcc-trunk-bootstrap/powerpc64le-unknown-linux-= gnu/include -isystem /home/seurer/gcc/git/install/gcc-trunk-bootstrap/powerpc64le-unknown-linux-= gnu/sys-include -fno-checking checking whether we are using the GNU Fortran compiler...=20 (and here it hangs) 3912958 pts/0 R+ 2:12 /home/seurer/gcc/git/build/gcc-trunk-bootstrap/./gcc/f951 conftest.F -ffixed-form -cpp=3D/tmp/cc5vO5dZ.f90 -quiet -iprefix /home/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/../lib/gcc/powerpc64le-u= nknown-linux-gnu/12.0.0/ -isystem /home/seurer/gcc/git/build/gcc-trunk-bootstrap/./gcc/include -isys= tem /home/seurer/gcc/git/build/gcc-trunk-bootstrap/./gcc/include-fixed -isystem /home/seurer/gcc/git/install/gcc-trunk-bootstrap/powerpc64le-unknown-linux-= gnu/include -isystem /home/seurer/gcc/git/install/gcc-trunk-bootstrap/powerpc64le-unknown-linux-= gnu/sys-include conftest.F -quiet -dumpbase conftest.F -dumpbase-ext .F -mcpu=3Dpower10 -fno-checking -fintrinsic-modules-path finclude -fpre-include=3D/usr/include/finclude/math-vector-fortran.h -o /tmp/cc6Kgdb= r.s This should finish almost instantly but never does. seurer@ltcden2-lp1:~/gcc/git/build/gcc-trunk-bootstrap$ cat ./powerpc64le-unknown-linux-gnu/libgomp/conftest.F program main #ifndef __GNUC__ choke me #endif end=