This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/16827] [3.5 Regression] nternal compiler error while compiling kernel 2.6.8-rc2-bk5
- 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: 30 Jul 2004 04:47:51 -0000
- Subject: [Bug tree-optimization/16827] [3.5 Regression] nternal compiler error while compiling kernel 2.6.8-rc2-bk5
- References: <20040730030824.16827.trentalg@aston.ac.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-30 04:47 -------
Confirmed, reduced to (which no longer looks like the orginal code but is still the same ICE):
extern unsigned short dev_roles[];
void super_1_sync(int *rdev2)
{
int i;
int max_dev = 0;
for (i =0;i<20;i++)
if (rdev2[i] > max_dev)
max_dev = rdev2[i];
for (i=0; i<max_dev;i++)
dev_roles[max_dev] = 0xfffe;
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|c |tree-optimization
Ever Confirmed| |1
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2004-07-30 04:47:49
date| |
Summary|gcc 3.5.0 20040715: internal|[3.5 Regression] nternal
|compiler error while |compiler error while
|compiling kernel 2.6.8-rc2- |compiling kernel 2.6.8-rc2-
|bk5 |bk5
Target Milestone|--- |3.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16827