1 /* This used to fail on H8/300 due to incorrect specification of pushi1. */
4 /* { dg-options "-O2" } */
5 /* { dg-options "-O2 -fomit-frame-pointer" { target h8300-*-* } } */
7 extern void abort (void);
8 extern void exit (int);
11 bar (int a
, int b
, int c
, int d
, int e
)
18 foo (int a
, int b
, int c
, int d
, int e
)