aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/testsuite/gcc.target/i386/pr33555.c
blob: 21c56b7bde3e1ff1725f02dd0381c02b588fd22f (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler "sbbl" } } */

int test(unsigned long a, unsigned long b)
{
  return -(a < b);
}