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

            Bug ID: 116774
           Summary: ICE bootstrapping on cfarm92 (a riscv64 machine)
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: egallager at gcc dot gnu.org
  Target Milestone: ---
              Host: riscv64-unknown-linux-gnu
            Target: riscv64-unknown-linux-gnu
             Build: riscv64-unknown-linux-gnu

No special arguments to configure, building with 2 make jobs, and I got this
ICE:
g++ -std=c++11  -fno-PIE -c   -g -DIN_GCC    -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
-Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported
-Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings  -DHAVE_CONFIG_H -fno-PIE -I. -I. -I../../gcc
-I../../gcc/. -I../../gcc/../include  -I../../gcc/../libcpp/include
-I../../gcc/../libcody  -I../../gcc/../libdecnumber
-I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace  
-o insn-emit-5.o -MT insn-emit-5.o -MMD -MP -MF ./.deps/insn-emit-5.TPo
insn-emit-5.cc
during RTL pass: jump
insn-emit-5.cc: In function ‘rtx_def*
gen_pred_indexed_ustorervvm4x2bfrvvm2qi(rtx, rtx, rtx, rtx, rtx, rtx)’:
insn-emit-5.cc:65168:1: internal compiler error: Segmentation fault
65168 | }
      | ^
0x3f3b33a77b __libc_start_call_main
        ../sysdeps/nptl/libc_start_call_main.h:58
0x3f3b33a827 __libc_start_main_impl
        ./csu/libc-start.c:392
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <file:///usr/share/doc/gcc-11/README.Bugs> for instructions.
make[3]: *** [Makefile:1194: insn-emit-5.o] Error 1
make[3]: *** Waiting for unfinished jobs....
rm gfdl.pod gcc.pod gcov-dump.pod gcov-tool.pod fsf-funding.pod gpl.pod cpp.pod
gcov.pod lto-dump.pod
make[3]: Leaving directory '/home/egallager/gcc/AAA_cfarm92.build/gcc'
make[2]: *** [Makefile:5053: all-stage1-gcc] Error 2
make[2]: Leaving directory '/home/egallager/gcc/AAA_cfarm92.build'
make[1]: *** [Makefile:25986: stage1-bubble] Error 2
make[1]: Leaving directory '/home/egallager/gcc/AAA_cfarm92.build'
make: *** [Makefile:1099: all] Error 2

Reply via email to