------- Comment #4 from rguenth at gcc dot gnu dot org  2010-01-25 10:06 -------
I suppose this is from rths exception rewrite.

void start (void);
void ptw32_terminate (void)
{
  try {
      start ();
  }
  catch( int ) { }
  catch( int ) { }
}


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rth at gcc dot gnu dot org
           Priority|P3                          |P1


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

Reply via email to