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

ivo.raisr at oracle dot com gcc-bugzilla@gcc.gnu.org
Fri Oct 13 12:35:00 GMT 2017


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

--- Comment #3 from Ivo Raisr <ivo.raisr at oracle dot com> ---
$ cat reduced.c 
extern void c(int);
extern void d(void);

void a(void) {
  {
    int b;
    &b;
    __builtin_setjmp(0);
    c(b);
  }
  d();
}


More information about the Gcc-bugs mailing list