aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/pr63947.c
blob: 3c0a67a73ae27251c97d42f5fff2b472bc731f82 (plain)
1
2
3
4
5
6
7
8
9
/* PR target/63947 */
/* { dg-do assemble } */
/* { dg-options "-Os" } */
/* { dg-additional-options "-march=i686" { target ia32 } } */

long double foo (unsigned a, unsigned b)
{
  return a + b < a;
}