2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr63947.c
blob3c0a67a73ae27251c97d42f5fff2b472bc731f82
1 /* PR target/63947 */
2 /* { dg-do assemble } */
3 /* { dg-options "-Os" } */
4 /* { dg-additional-options "-march=i686" { target ia32 } } */
6 long double foo (unsigned a, unsigned b)
8 return a + b < a;