------- Comment #5 from jakub at gcc dot gnu dot org 2009-10-26 11:39 ------- c#4 confirmed, shorter testcase with -fcompare-debug -O2 -g: void foo (int *x) { int a; for (a = 0; a < 2; a++) if (x[a]) goto lab; __builtin_unreachable (); lab:; }
-- jakub at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2009-10-26 11:39:40 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41345