c/6358: GCC 3.1 ICE on statement expressions

Jakub Jelinek jakub@redhat.com
Thu Apr 18 08:06:00 GMT 2002


Actually, it doesn't seem to be related to statement expressions
at all. Plain
void g (void);

double f (void)
{
  g ();
  return;
}
shows this at all optimization levels (though removing return
makes it go away). Investigating...



More information about the Gcc-bugs mailing list