http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49847

--- Comment #13 from Andreas Schwab <sch...@linux-m68k.org> 2012-01-23 19:51:48 
UTC ---
Reduced testcase, to be compiled with -O -fnon-call-exceptions.

int f (float g)
{
  try { return g >= 0; }
  catch (...) {}
}

Reply via email to