[Bug target/24315] amd64 fails -fpeephole2
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Oct 11 19:28:00 GMT 2005
------- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-11 19:28 -------
Reduced testcase for 4.0.x and above:
void s48_double_to_bignum(int exponent){
long length = ((((exponent) + ((((sizeof (long)) * 8) - 2) - 1)) /
(((sizeof (long)) * 8) - 2)));
}
This really should be filed in a different PR as that one is a regression.
I will try to get a reduced testcase for 3.4.x and 3.3.x later today.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to work| |3.2.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24315
More information about the Gcc-bugs
mailing list