[Bug rtl-optimization/16421] [3.5 Regression] gcc.c-torture/execute/941025-1.c fails on MIPS-elf
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Jul 7 23:49:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-07 23:49 -------
long f (x, y)
long x,y;
{
return (x > 1) ? y : (y & 1);
}
main ()
{
if (f (2L, 0xdecadeL) != 0xdecadeL)
abort ();
exit (0);
}
This look like an RTL problem again.
--
What |Removed |Added
----------------------------------------------------------------------------
Component|regression |rtl-optimization
Keywords| |wrong-code
Summary|regression |[3.5 Regression] gcc.c-
| |torture/execute/941025-1.c
| |fails on MIPS-elf
Target Milestone|--- |3.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16421
More information about the Gcc-bugs
mailing list