------- Comment #6 from pinskia at gcc dot gnu dot org  2006-02-15 15:26 -------
The part which is being miscompiled is:
  for(int i = 0; i < 6; ++i)
    assert(array[i] == 5 - i);

which is funny.


-- 


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

Reply via email to