[Bug c++/13865] [tree-ssa] dtor runs prematurely for loop-scoped variable

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Jan 26 13:10:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-26 13:09 -------
Confirmed.
The problem is here:

        struct A a;

        __comp_ctor (&a, i);
        try
          {
            
          }
        finally
          {
            __comp_dtor (&a);
          }

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-26 13:09:59
               date|                            |
            Summary|dtor runs prematurely for   |[tree-ssa] dtor runs
                   |loop-scoped variable        |prematurely for loop-scoped
                   |                            |variable
   Target Milestone|---                         |tree-ssa


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



More information about the Gcc-bugs mailing list