From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 82EF73858D3C; Mon, 27 Dec 2021 02:27:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 82EF73858D3C From: "linkw at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/103623] [12 Regression] error: unable to generate reloads (ICE in curr_insn_transform, at lra-constraints.c:4132), or error: insn does not satisfy its constraints (ICE in extract_constrain_insn_cached, at recog.c:2682) Date: Mon, 27 Dec 2021 02:27:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: linkw at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: wschmidt at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.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, 27 Dec 2021 02:27:26 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103623 --- Comment #15 from Kewen Lin --- >=20 > I tried it on a x86_64 cfarm machine: >=20 > /home/linkw/gcc/gcc-test/configure --host=3Dx86_64-pc-linux-gnu > --target=3Dpowerpc-e300c3-linux-gnu --build=3Dx86_64-pc-linux-gnu > --prefix=3D/home/linkw/gcc/install/gcc-test-debug > --enable-languages=3Dc,c++,fortran --enable-obsolete --disable-werror > --with-system-zlib --disable-nls --disable-libunwind-exceptions > --enable-checking=3Dyes --disable-esp --enable-libstdcxx-time > --disable-libstdcxx-pch --enable-poison-system-directories > --with-sysroot=3D/usr/powerpc-e300c3-linux-gnu --disable-bootstrap > --enable-__cxa_atexit --enable-clocale=3Dgnu --disable-multilib > --disable-fixed-point --enable-targets=3Dall --enable-libgomp --disable-l= ibssp > --disable-libada --disable-cet --disable-systemtap --disable-vtable-verify > --disable-libvtv --without-zstd --enable-lto --disable-libsanitizer > --enable-default-pie --enable-default-ssp >=20 Forgot to note that this configuration on x86_64 can't reproduce it either.=