[Bug tree-optimization/82545] -O2: ICE in gimple_split_edge, at tree-cfg.c:2838, during GIMPLE pass sanopt

2017-10-13 Thread ivo.raisr at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82545 --- Comment #4 from Ivo Raisr --- The reproducer was C-reduce'd from a large source file (30 MB) which is not publicly available.

[Bug tree-optimization/82545] -O2: ICE in gimple_split_edge, at tree-cfg.c:2838, during GIMPLE pass sanopt

2017-10-13 Thread ivo.raisr at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82545 --- Comment #3 from Ivo Raisr --- $ cat reduced.c extern void c(int); extern void d(void); void a(void) { { int b; __builtin_setjmp(0); c(b); } d(); }

[Bug tree-optimization/82545] -O2: ICE in gimple_split_edge, at tree-cfg.c:2838, during GIMPLE pass sanopt

2017-10-13 Thread ivo.raisr at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82545 --- Comment #2 from Ivo Raisr --- Created attachment 42352 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42352=edit C-reduced reproducer, not reformatted

[Bug tree-optimization/82545] -O2: ICE in gimple_split_edge, at tree-cfg.c:2838, during GIMPLE pass sanopt

2017-10-13 Thread ivo.raisr at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82545 Ivo Raisr changed: What|Removed |Added CC||ivo.raisr at oracle dot com --- Comment #1