------- 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
pinskia at gcc dot gnu dot org Wed, 15 Feb 2006 07:26:42 -0800
------- 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