aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/pr22576.c
blob: 083fbf648c9631f6de576ba0178571b95c2dd710 (plain)
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;
}