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++/13865] [tree-ssa] dtor runs prematurely for loop-scoped variable


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-27 00:00 -------
Okay this is a problem with the expanders from C++ front-end trees to gimple.

Jason I know that you are the person who did gimplify for the C++ front.
It looks like for's are being expanded wrong.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org, jason at gcc dot gnu
                   |                            |dot org
      Known to fail|                            |tree-ssa
      Known to work|                            |3.4.0 3.5.0


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


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