Summary: | <sys-devel/gcc-11.2.1_p20211127: ICE (unsquash-1.c:244:1: internal compiler error: in extract_insn, at recog.c:2770) when compiling sys-fs/squashfs-tools-4.5 on s390 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sam James <sam> |
Component: | Current packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mgorny |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | s390 | ||
OS: | Linux | ||
URL: | https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102222 | ||
Whiteboard: | Fixed in 11.2.1_p20211127 | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 833357 | ||
Bug Blocks: | 732706 | ||
Attachments: |
build.log
unsquash-1.i |
Description
Sam James
![]() ![]() ![]() ![]() Created attachment 737944 [details] unsquash-1.i Following https://wiki.gentoo.org/wiki/Gcc-ICE-reporting-guide. # gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/s390-ibm-linux-gnu/11.2.0/lto-wrapper Target: s390-ibm-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-11.2.0/work/gcc-11.2.0/configure --host=s390-ibm-linux-gnu --build=s390-ibm-linux-gnu --prefix=/usr --bindir=/usr/s390-ibm-linux-gnu/gcc-bin/11.2.0 --includedir=/usr/lib/gcc/s390-ibm-linux-gnu/11.2.0/include --datadir=/usr/share/gcc-data/s390-ibm-linux-gnu/11.2.0 --mandir=/usr/share/gcc-data/s390-ibm-linux-gnu/11.2.0/man --infodir=/usr/share/gcc-data/s390-ibm-linux-gnu/11.2.0/info --with-gxx-include-dir=/usr/lib/gcc/s390-ibm-linux-gnu/11.2.0/include/g++-v11 --with-python-dir=/share/gcc-data/s390-ibm-linux-gnu/11.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.2.0 p1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --disable-fixed-point --enable-libgomp --disable-libssp --disable-libada --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --without-isl --disable-libsanitizer --disable-default-pie --enable-default-ssp Thread model: posix Supported LTO compression algorithms: zlib gcc version 11.2.0 (Gentoo 11.2.0 p1) Patch: https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=22b25535b8b2f9961e4772b1cc7cce5dc2f60719 It's been backported upstream. commit c397cbff26bf100ae36eefe886497e8238e53515 Author: David Seifert <soap@gentoo.org> Date: Sun Nov 28 00:04:10 2021 +0100 sys-devel/gcc: add 11.2.1_p20211127 upstream has indicated that 11.3 is unlikely to be released soon, and 11.2 has accumulated enough bugs to require an intermediate release for Gentoo. Bug: https://bugs.gentoo.org/806482 Bug: https://bugs.gentoo.org/811867 Bug: https://bugs.gentoo.org/823780 Signed-off-by: David Seifert <soap@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> |