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



Kai Tietz <ktietz at gcc dot gnu.org> changed:



           What    |Removed                     |Added

----------------------------------------------------------------------------

             Status|UNCONFIRMED                 |NEW

   Last reconfirmed|                            |2012-11-30

     Ever Confirmed|0                           |1



--- Comment #2 from Kai Tietz <ktietz at gcc dot gnu.org> 2012-11-30 11:14:45 
UTC ---

Yes, I noticed this regression recently on 4.8 too.  There is already a smaller

testcase and it has to do with SjLj exception-mechanism.

Does the testcase g++.old-deja/g++.eh/catch7p.C fail for you on 4.7.2, too?



The issue - as far as I could test it - is that catch-blocks are executed in

none-source order.  This seems to happen only for SjLj.

Reply via email to