------- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-05 08:19 ------- In .orginal: goto L; if (<<< error >>>) { L:; }
In ,gimple: foo () { void L = <<< error >>>; goto L; } We really should keep the if (error_mark_node) Confirmed. -- pinskia 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 |2006-05-05 08:19:34 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27428