This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/15853] [3.3 Regression] temporaries are not destroyed and overwritten later
- 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: 6 Jun 2004 18:54:48 -0000
- Subject: [Bug rtl-optimization/15853] [3.3 Regression] temporaries are not destroyed and overwritten later
- References: <20040606184318.15853.bugzilla@little-bat.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-06 18:54 -------
Confirmed, a regression from 3.0.4. Note it works in 3.4.0 and 3.5.0.
Also note that -O2 -fno-inline -fno-gcse -fno-strict-aliasing also fails so it has nothing to do with
inlining. Also -O1 -fno-inline passes.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|c++ |rtl-optimization
Ever Confirmed| |1
Keywords| |wrong-code
Known to fail| |3.3.3
Known to work| |3.4.0 3.5.0 3.0.4
Last reconfirmed|0000-00-00 00:00:00 |2004-06-06 18:54:47
date| |
Summary|temporaries are not |[3.3 Regression] temporaries
|destroyed and overwritten |are not destroyed and
|later |overwritten later
Target Milestone|--- |3.3.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15853