This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/55543] diamond shaped inheritance involving strings leads to crashing executables (MinGW, 32 bit)


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]