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

            Bug ID: 124608
           Summary: [13 Regression] gdc bootstrap failure on
                    aarch64-linux-gnu
           Product: gcc
           Version: 13.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: doko at gcc dot gnu.org
  Target Milestone: ---

with the gcc-13 branch 20260323, gdc fails to build on aarch64-linux-gnu. The
last successful build I have is 20260317.

gdc: internal compiler error: Segmentation fault signal terminated program d21
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
See <file:///usr/share/doc/gcc-13/README.Bugs> for instructions.
make[7]: *** [Makefile:2498: core/internal/gc/impl/conservative/gc.lo] Error 1
make[7]: *** Waiting for unfinished jobs....

I am using GCC 13 for the bootstrap, so it also could be an issue with the
20260317 compiler.


Configured with: -v
         --with-pkgversion='Debian 13.4.0-8'
         --with-bugurl='file:///usr/share/doc/gcc-13/README.Bugs'
         --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2
         --prefix=/usr
         --with-gcc-major-version-only
         --program-suffix=-13
         --program-prefix=aarch64-linux-gnu-
         --enable-shared
         --enable-linker-build-id
         --libexecdir=/usr/libexec
         --without-included-gettext
         --enable-threads=posix
         --libdir=/usr/lib
         --enable-nls
         --enable-bootstrap
         --enable-clocale=gnu
         --enable-libstdcxx-debug
         --enable-libstdcxx-time=yes
         --with-default-libstdcxx-abi=new
         --enable-libstdcxx-backtrace
         --enable-gnu-unique-object
         --disable-libquadmath
         --disable-libquadmath-support
         --enable-plugin
         --enable-default-pie
         --with-system-zlib
         --enable-libphobos-checking=release
         --with-target-system-zlib=auto
         --enable-objc-gc=auto
         --enable-multiarch
         --enable-fix-cortex-a53-843419
         --disable-werror
        
--enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-13-13.4.0/debian/tmp-nvptx/usr
         --enable-offload-defaulted
         --without-cuda-driver
         --enable-checking=release
         --build=aarch64-linux-gnu
         --host=aarch64-linux-gnu
         --target=aarch64-linux-gnu
         --with-build-config=bootstrap-lto-lean
         --enable-link-serialization=4

Reply via email to