]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr45416.c
Get rid of dg-skip-if etc. default args
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr45416.c
CommitLineData
3c411f3f 1/* { dg-do compile } */
4f4b0ab8 2/* { dg-skip-if "Skip for Thumb1." { { arm*-*-* } && { arm_thumb1_ok } } } */
3c411f3f
AP
3/* { dg-options "-O2" } */
4
5int foo(long long a)
6{
7 if (a & (long long) 0x400)
8 return 1;
9 return 0;
10}
11
cfdc2386 12/* { dg-final { scan-assembler "andl|bextr" { target i?86-*-linux* i?86-*-gnu* x86_64-*-linux* } } } " */
9275f73a 13/* { dg-final { scan-assembler-not "setne" { target i?86-*-linux* i?86-*-gnu* x86_64-*-linux* } } }" */
135b6fa4 14/* { dg-final { scan-assembler "and|ubfx" { target arm*-*-* } } } */
3c411f3f 15/* { dg-final { scan-assembler-not "moveq" { target arm*-*-* } } }" */