This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/21538] [4.0/4.1 Regression] g++.dg/opt/temp1.C execution test fails
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 May 2005 15:42:25 -0000
- Subject: [Bug middle-end/21538] [4.0/4.1 Regression] g++.dg/opt/temp1.C execution test fails
- References: <20050512195536.21538.jsm28@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From rguenth at gcc dot gnu dot org 2005-05-14 15:42 -------
It looks like fold_indirect_ref is not supposed to be used as a generic folder,
but explicitly to strip these const casts. So the bug I tried to fix with this
has to be fixed elsewhere!?
Reverted from mainline.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21538