This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/16827] [3.5 Regression] nternal compiler error while compiling kernel 2.6.8-rc2-bk5


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]