PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / h8300-stack-1.c
blobb63bde29c9ceb82b1d29f3651f3aab4d559f4707
1 /* Make sure that the H8 backend does not generate a non-atomic stack
2 adjustment. */
3 /* { dg-do compile { target h8300-*-* } } */
4 /* { dg-options "" } */
6 void foo (short, short, short, short, short, short);
8 void
9 bar ()
11 foo (0, 0, 0, 0, 0, 0);
14 /* { dg-final { scan-assembler-not "addx" } } */