------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-09 
20:27 -------
Reduced testcase:
static __thread void *foo [2];
void
test1 (void)
{
  unsigned int s;

  for (s = 0; s < 2; ++s)
      foo [s] = &foo[s];
}

: Search converges between 2004-11-24-161001-trunk (#655) and 
2004-11-25-014001-trunk 
(#656).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|other                       |target
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-09 20:27:12
               date|                            |
            Summary|ice with -O2 / works fine   |[4.0 Regression] ice with -
                   |with -O0.                   |O2 / works fine with -O0.
   Target Milestone|---                         |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18910

Reply via email to