blob: 083fbf648c9631f6de576ba0178571b95c2dd710 [file] [log] [blame]
/* PR target/22576 */
/* Testcase reduced by Volker Reichelt */
/* { dg-do compile } */
/* { dg-options "-ffast-math" } */
int
foo (long double d)
{
return d == 0;
}