This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/25309] [3.4/4.0/4.1 Regression] ICE on initialization of a huge array
- 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: 8 Dec 2005 15:54:05 -0000
- Subject: [Bug c/25309] [3.4/4.0/4.1 Regression] ICE on initialization of a huge array
- References: <bug-25309-11842@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-08 15:54 -------
Confirmed. This is only reproducible on targets where HOST_WIDE_INT is 32bits
(and I still say that HOST_WIDE_INT should be always at least 64bits). Oh and
this is a regression for at least x86.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
GCC build triplet|i686-pc-linux-gnu |
GCC host triplet|i686-pc-linux-gnu |
Keywords| |ice-on-invalid-code
Known to fail| |3.3.3 3.2.3 3.4.0 4.0.0
| |4.1.0 4.2.0
Known to work| |3.0.4
Last reconfirmed|0000-00-00 00:00:00 |2005-12-08 15:54:05
date| |
Summary|ICE on initialization of a |[3.4/4.0/4.1 Regression] ICE
|huge array |on initialization of a huge
| |array
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25309