1 2 3 4 5 6 7 8 9 10
/* PR target/22576 */ /* Testcase reduced by Volker Reichelt */ /* { dg-do compile } */ /* { dg-options "-ffast-math" } */ int foo (long double d) { return d == 0; }