https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123876
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|c |middle-end
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
[apinski@xeond2 gcc]$ ./cc1 -fopenmp-simd t67.c
main
Analyzing compilation unit
during GIMPLE pass: cfg
t67.c: In function ‘main’:
t67.c:6:5: internal compiler error: Segmentation fault
6 | __asm__ goto("" : : : : a);
| ^~~~~~~
0x273507f internal_error(char const*, ...)
/home/apinski/src/upstream-gcc-new/gcc/gcc/diagnostic-global-context.cc:787
0x1240b0f crash_signal
/home/apinski/src/upstream-gcc-new/gcc/gcc/toplev.cc:325
0x1284ca7 main_block_label
/home/apinski/src/upstream-gcc-new/gcc/gcc/tree-cfg.cc:1435
0x1284ca7 cleanup_dead_labels()
/home/apinski/src/upstream-gcc-new/gcc/gcc/tree-cfg.cc:1607
0x1292f6b build_gimple_cfg
/home/apinski/src/upstream-gcc-new/gcc/gcc/tree-cfg.cc:204
0x1292f6b execute_build_cfg
/home/apinski/src/upstream-gcc-new/gcc/gcc/tree-cfg.cc:332
0x1292f6b execute
/home/apinski/src/upstream-gcc-new/gcc/gcc/tree-cfg.cc:373
./cc1 -fopenmp-simd t67.c
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.