blob: b63bde29c9ceb82b1d29f3651f3aab4d559f4707 [file] [log] [blame]
/* Make sure that the H8 backend does not generate a non-atomic stack
adjustment. */
/* { dg-do compile { target h8300-*-* } } */
/* { dg-options "" } */
void foo (short, short, short, short, short, short);
void
bar ()
{
foo (0, 0, 0, 0, 0, 0);
}
/* { dg-final { scan-assembler-not "addx" } } */