2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / 20030820-1.c
blobf86fb3978f4f60df79865300377cea8e97841253
1 /* PR middle-end/11984 */
2 /* The following program used to ICE in fold because we didn't check
3 whether the constants we were reassociating were integer constants
4 before calling tree_int_cst_lt. */
6 /* { dg-do compile } */
7 /* { dg-options "-O2 -ffast-math" } */
9 double f(double x)
11 return 1.0 - x - 0.1;