From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0CEEB3858400; Mon, 11 Jul 2022 06:49:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0CEEB3858400 From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106246] [13 Regression] powerpc-darwin9 bootstrap fails after r13-1575-gcf3a120084e946 ICE vect_transform_loops, at tree-vectorizer.cc:1032 Date: Mon, 11 Jul 2022 06:49:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: build, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org 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: 13.0 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: Mon, 11 Jul 2022 06:49:40 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106246 --- Comment #3 from Iain Sandoe --- (In reply to Richard Biener from comment #2) > Maybe a duplicate of PR106228. I can't reproduce with the fix for that in > the tree. Is there anything besides --target=3Dpowerpc-darwin9 to use? = Any > -mcpu=3D? there's a build (with debug) on gcc186 (/home/iains/gcc-master/bld-x-ppc-darwin9) if that's any use. I bootstrapped master and then : $ ./gcc/xgcc -v Using built-in specs. COLLECT_GCC=3D./gcc/xgcc Target: powerpc-apple-darwin9 Configured with: ../src/configure --prefix=3D/home/iains/gcc-master/gcc-13-= 0-0 --target=3Dpowerpc-apple-darwin9 --build=3Dx86_64-pc-linux-gnu --enable-languages=3Dc,c++ it could be a dup, indeed (I also see the libgfortran fails on the previous rev, and the new vector test case fails).=