This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13865] [tree-ssa] dtor runs prematurely for loop-scoped variable
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jan 2004 00:00:39 -0000
- Subject: [Bug c++/13865] [tree-ssa] dtor runs prematurely for loop-scoped variable
- References: <20040126062654.13865.bryner@brianryner.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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