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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Without -O2 we get an ICE:
ubuntu@ubuntu:~/src/upstream-gcc-aarch64/gcc/objdir/gcc\# ../stage1-gcc/xgcc
-B../stage1-gcc gimplify.ii -c -g2 -gtoggle
during RTL pass: final
/home/ubuntu/src/upstream-gcc-aarch64/gcc/gcc/gimplify.c: In function
‘gimplify_omp_ctx* new_omp_context(omp_region_type)’:
/home/ubuntu/src/upstream-gcc-aarch64/gcc/gcc/gimplify.c:472:1: internal
compiler error: Segmentation fault
  472 | }
      | ^
0x18fd7e3 crash_signal
        /home/ubuntu/src/upstream-gcc-aarch64/gcc/gcc/toplev.c:322
0x122e09b dw2_asm_output_delta_uleb128(char const*, char const*, char const*,
...)
        /home/ubuntu/src/upstream-gcc-aarch64/gcc/gcc/dwarf2asm.c:863
0x12e2b3b dw2_output_call_site_table
        /home/ubuntu/src/upstream-gcc-aarch64/gcc/gcc/except.c:2857
0x12e3573 output_one_function_exception_table
        /home/ubuntu/src/upstream-gcc-aarch64/gcc/gcc/except.c:3141
0x12e38f3 output_function_exception_table(int)
        /home/ubuntu/src/upstream-gcc-aarch64/gcc/gcc/except.c:3228
0x1352dcb rest_of_handle_final
        /home/ubuntu/src/upstream-gcc-aarch64/gcc/gcc/final.c:4298
0x1353187 execute
        /home/ubuntu/src/upstream-gcc-aarch64/gcc/gcc/final.c:4363
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.

Reply via email to