https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119340

            Bug ID: 119340
           Summary: [14 regression] ICE when building gegl-0.4.52 on ppc64
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: sjames at gcc dot gnu.org
  Target Milestone: ---

This comes from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117452#c1 but is
otherwise unrelated.

trunk from 15.0.1 20250119 seems okay.

```
$ gcc-14 -O3 -mtune=power10 -c gegl_ctx.c.i
during RTL pass: reload
In file included from ../gegl-0.4.52/libs/ctx/gegl_ctx.c:23:
../gegl-0.4.52/libs/ctx/ctx.h: In function ‘ctx_rasterizer_rasterize_edges2’:
../gegl-0.4.52/libs/ctx/ctx.h:23484:1: internal compiler error: in
patch_jump_insn, at cfgrtl.cc:1303
23484 | }
      | ^
0x127d4664f internal_error(char const*, ...)
        ???:0
0x127d468e3 fancy_abort(char const*, int, char const*)
        ???:0
0x1282c94df redirect_edge_and_branch(edge_def*, basic_block_def*)
        ???:0
0x1286ce1ef cleanup_cfg(int)
        ???:0
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
Please include the complete backtrace with any bug report.
```

```
Using built-in specs.
COLLECT_GCC=gcc-14
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/powerpc64le-unknown-linux-gnu/14/lto-wrapper
Target: powerpc64le-unknown-linux-gnu
Configured with:
/var/tmp/portage/sys-devel/gcc-14.2.1_p20250118/work/gcc-14-20250118/configure
--host=powerpc64le-unknown-linux-gnu --build=powerpc64le-unknown-linux-gnu
--prefix=/usr --bindir=/usr/powerpc64le-unknown-linux-gnu/gcc-bin/14
--includedir=/usr/lib/gcc/powerpc64le-unknown-linux-gnu/14/include
--datadir=/usr/share/gcc-data/powerpc64le-unknown-linux-gnu/14
--mandir=/usr/share/gcc-data/powerpc64le-unknown-linux-gnu/14/man
--infodir=/usr/share/gcc-data/powerpc64le-unknown-linux-gnu/14/info
--with-gxx-include-dir=/usr/lib/gcc/powerpc64le-unknown-linux-gnu/14/include/g++-v14
--disable-silent-rules --disable-dependency-tracking
--with-python-dir=/share/gcc-data/powerpc64le-unknown-linux-gnu/14/python
--enable-objc-gc --enable-languages=c,c++,go,objc,obj-c++,fortran,ada,rust
--enable-obsolete --enable-secureplt --disable-werror --with-system-zlib
--enable-nls --without-included-gettext --disable-libunwind-exceptions
--enable-checking=yes,extra,rtl --with-bugurl=https://bugs.gentoo.org/
--with-pkgversion='Gentoo 14.2.1_p20250118 p7' --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 --with-long-double-format=ieee
--enable-targets=all --enable-libgomp --disable-libssp --enable-libada
--disable-systemtap --disable-valgrind-annotations --disable-vtable-verify
--disable-libvtv --with-zstd --with-isl --disable-isl-version-check
--enable-default-pie --enable-host-pie --enable-host-bind-now
--enable-default-ssp --disable-fixincludes --with-build-config=bootstrap-lto
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 14.2.1 20250118 (Gentoo 14.2.1_p20250118 p7)
```

Reply via email to