[Bug c/57036] ice in update_ssa_across_abnormal_edges

2013-04-23 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57036 --- Comment #2 from Richard Biener 2013-04-23 11:06:50 UTC --- Reduced testcase: extern void g (void); extern __inline __attribute__ ((__always_inline__,__leaf__)) f () { g (); } struct __jmp_buf_tag *b; int jpgDecode_convert (un

[Bug c/57036] ice in update_ssa_across_abnormal_edges

2013-04-23 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57036 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|