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 c++/12298] [sjlj excepections] Stack unwind destroys not-yet-constructed object


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2003-09-27 07:07:48
               date|                            |
            Summary|Stack unwind destroys not-  |[sjlj excepections] Stack
                   |yet-constructed object      |unwind destroys not-yet-
                   |                            |constructed object


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-27 07:07 -------
I can confirm this on the mainline (20030830) on i686-openbsd3.1 which uses sjlj 
exceptions but on the mainline (20030926) on i686-pc-linux-gnu (which uses dwarf 
exceptions) it is fine.  Also on the mainline (20030925) on powerpc-apple-darwin (which 
also uses dwarf exceptions) the code does not produce an assert.


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