Commit cb203576 by Kazu Hirata Committed by Kazu Hirata

* gcc.dg/h8300-stack-1.c: New.

From-SVN: r60785
parent 8ccf5d5f
2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
* gcc.dg/h8300-stack-1.c: New.
2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
g++.dg/lookup/exception1.C: New test.
......
/* 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" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment