https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114288
Bug ID: 114288 Summary: [14 regression] ICE when building binutils-2.41 on hppa (extract_constrain_insn, at recog.cc:2713) Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: sjames at gcc dot gnu.org CC: danglin at gcc dot gnu.org Target Milestone: --- Created attachment 57657 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57657&action=edit alpha.i.xz ``` hppa2.0-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/var/tmp/portage/sys-devel/binutils-2.41-r3/work/binutils-2.41/gprof -DDEBUG -I../bfd -I/var/tmp/portage/sys-devel/binutils-2.41-r3/work/binutils-2.41/gprof/../include -I/var/tmp/portage/sys-devel/binutils-2.41-r3/work/binutils-2.41/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/binutils-data/hppa2.0-unknown-linux-gnu/2.41/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -march=2.0 -fdiagnostics-color=always -frecord-gcc-switches -ggdb3 -Wno-error=implicit-function-declaration -c -o alpha.o /var/tmp/portage/sys-devel/binutils-2.41-r3/work/binutils-2.41/gprof/alpha.c /var/tmp/portage/sys-devel/binutils-2.41-r3/work/binutils-2.41/gprof/alpha.c: In function 'alpha_find_call': /var/tmp/portage/sys-devel/binutils-2.41-r3/work/binutils-2.41/gprof/alpha.c:176:1: error: insn does not satisfy its constraints: 176 | } | ^ (insn 545 40 546 3 (set (reg:SI 22 %r22) (reg/f:SI 259)) "/var/tmp/portage/sys-devel/binutils-2.41-r3/work/binutils-2.41/gprof/alpha.c":103:36 42 {*pa.md:2195} (nil)) during RTL pass: postreload /var/tmp/portage/sys-devel/binutils-2.41-r3/work/binutils-2.41/gprof/alpha.c:176:1: internal compiler error: in extract_constrain_insn, at recog.cc:2713 Please submit a full bug report, with preprocessed source (by using -freport-bug). See <https://bugs.gentoo.org/> for instructions. ``` ``` Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/hppa2.0-unknown-linux-gnu/14/lto-wrapper Target: hppa2.0-unknown-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-14.0.1_pre20240225/work/gcc-14-20240225/configure --host=hppa2.0-unknown-linux-gnu --build=hppa2.0-unknown-linux-gnu --prefix=/usr --bindir=/usr/hppa2.0-unknown-linux-gnu/gcc-bin/14 --includedir=/usr/lib/gcc/hppa2.0-unknown-linux-gnu/14/include --datadir=/usr/share/gcc-data/hppa2.0-unknown-linux-gnu/14 --mandir=/usr/share/gcc-data/hppa2.0-unknown-linux-gnu/14/man --infodir=/usr/share/gcc-data/hppa2.0-unknown-linux-gnu/14/info --with-gxx-include-dir=/usr/lib/gcc/hppa2.0-unknown-linux-gnu/14/include/g++-v14 --disable-silent-rules --disable-dependency-tracking --with-python-dir=/share/gcc-data/hppa2.0-unknown-linux-gnu/14/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --disable-nls --disable-libunwind-exceptions --enable-checking=yes,extra,rtl --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 14.0.1_pre20240225 p23' --with-gcc-major-version-only --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --disable-fixed-point --disable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --disable-libsanitizer --enable-default-pie --enable-host-pie --disable-host-bind-now --disable-default-ssp --enable-fixincludes Thread model: posix Supported LTO compression algorithms: zlib gcc version 14.0.1 20240225 (experimental) (Gentoo Hardened 14.0.1_pre20240225 p23) ```