PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / s390 / leaf-profile.c
blob604774007575d9a4396fd37308daf0a0a996586b
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -march=z900 -pg" } */
4 int
5 foo ()
8 /* Make sure no stack frame is generated. */
9 /* { dg-final { scan-assembler-not "ahi" { target s390-*-* } } } */
10 /* { dg-final { scan-assembler-not "aghi" { target s390x-*-* } } } */