[Bug c++/21135] [4.0/4.1 Regression] &a[-2] ICE at the top level
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Apr 20 23:46:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-20 23:46 -------
Confirmed as a regression.
I think this was caused by the C++ front-end no longer lowering &a[const] to &a + const.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ice-on-valid-code
Known to fail| |4.0.0 4.1.0
Known to work| |3.3.3 3.4.0
Last reconfirmed|0000-00-00 00:00:00 |2005-04-20 23:46:17
date| |
Summary|&a[-2] ICE at the top level |[4.0/4.1 Regression] &a[-2]
| |ICE at the top level
Target Milestone|--- |4.0.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21135
More information about the Gcc-bugs
mailing list