--- Comment #7 from dorit at il dot ibm dot com 2006-01-04 07:36 ---
(sorry, didn't notice it was already diagnosed as such)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25590
--- Comment #6 from dorit at il dot ibm dot com 2006-01-04 07:33 ---
Maybe related to:
2005-12-26 Kazu Hirata <[EMAIL PROTECTED]>
PR tree-optimization/25125
* convert.c (convert_to_integer): Don't narrow the type of a
PLUX_EXPR or MINUS_EXPR if !flag_wrapv and
--- Comment #5 from jsm28 at gcc dot gnu dot org 2006-01-04 01:08 ---
Appeared between 109012 and 109267 on i686-pc-linux-gnu, hppa2.0w-hp-hpux11.11,
hppa64-hp-hpux11.11.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from hp at gcc dot gnu dot org 2006-01-04 00:50 ---
Where it used to work for 108426 I see this for 109236
on (cross from i686-pc-linux-gnu FC2 unless otherwise noted):
mips-elf
sh-elf
i686-pc-linux-gnu (native, FC2)
cris-axis-linux-gnu
cris-axis-elf
mmix-knuth-mmixware
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-12-28 16:30 ---
Confirmed, just a missing XFAIL as we have unsigned char + unsigned char which
gets changed to (int)(unsigned char)+(int)(unsigned char) after Kazu's patch:
2005-12-26 Kazu Hirata <[EMAIL PROTECTED]>
PR tr
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-28 16:20 ---
I noticed this on x86_64 also.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added