From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1CB6B39FCC59; Mon, 12 Apr 2021 07:40:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1CB6B39FCC59 From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/100041] ICE in curr_insn_transform, at lra-constraints.c:4022 Date: Mon, 12 Apr 2021 07:40:12 +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: 10.3.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin 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: --- 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, 12 Apr 2021 07:40:13 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100041 --- Comment #6 from Martin Li=C5=A1ka --- (In reply to mss from comment #5) > (In reply to Martin Li=C5=A1ka from comment #4) > > ... and what compiler options do you use please? Please paste output of > > --verbose argument. >=20 > 0 ~: gcc --verbose > Using built-in specs. > COLLECT_GCC=3Dgcc > COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-apathy-linux-musl/10.3.0/lt= o- > wrapper > Target: x86_64-apathy-linux-musl > Configured with: ../configure --prefix=3D/usr --libexecdir=3D/usr/libexec > --mandir=3D/usr/share/man --infodir=3D/usr/share/info > --host=3Dx86_64-apathy-linux-musl --build=3Dx86_64-apathy-linux-musl > --target=3Dx86_64-apathy-linux-musl --with-pkgversion=3Dapathy > --enable-checking=3Drelease --enable-languages=3Dc,c++,lto > --enable-cxx-flags=3D'-w -pipe -O2 -mtune=3Dnative -march=3Dnative' > --with-linker-hash-style=3Dgnu --with-system-zlib --enable-__cxa_atexit > --enable-linker-build-id --enable-lto --enable-plugin --enable-shared > --enable-threads=3Dposix --enable-tls --without-included-gettext --withou= t-isl > --enable-bootstrap --disable-default-pie --disable-default-ssp > --disable-fixed-point --disable-libmpx --disable-libmudflap > --disable-libsanitizer --disable-libstdcxx-pch --disable-multilib > --disable-nls --disable-rpath --disable-static --disable-symvers > --disable-werror > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 10.3.0 (apathy) I need to see the output of --verbose for the compilation invocation that e= nds with the internal compiler error.=