[Bug c/44801] Finding max element in an unsigned int array fails with -O3

2010-07-04 Thread paavo at osa dot pri dot ee
--- Comment #3 from paavo at osa dot pri dot ee 2010-07-04 08:59 --- Thanks, that's what I suspected, but somehow was not able to find it in the bug database search. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44801

[Bug c/44801] Finding max element in an unsigned int array fails with -O3

2010-07-03 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-07-03 10:55 --- This is fixed in 4.4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/44801] Finding max element in an unsigned int array fails with -O3

2010-07-03 Thread paavo at osa dot pri dot ee
--- Comment #1 from paavo at osa dot pri dot ee 2010-07-03 10:20 --- Created an attachment (id=21075) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21075&action=view) Preprocessed source produced by gcc -v -save-temps -O3 minmaxbug.c -- http://gcc.gnu.org/bugzilla/show_bug.cg