[ARM] Fix test armv8_2-fp16-move-1.c
[official-gcc.git] / gcc / testsuite / gcc.target / arm / thumb-stackframe.c
blobf6c78804e91de38f93077329b3a744c993f82771
1 /* { dg-do compile } */
2 /* { dg-options "-mthumb -Os" } */
3 /* { dg-require-effective-target arm_thumb1_ok } */
5 extern void bar(int*);
6 int foo()
8 int x;
9 bar(&x);
10 return x;
13 /* { dg-final { scan-assembler-not "sub\[\\t \]*sp,\[\\t \]*sp," } } */