* gcc.dg/ppc-stackalign-1.c: Set dg-options to {}.

From-SVN: r89068
This commit is contained in:
Ben Elliston 2004-10-15 00:04:54 +00:00 committed by Ben Elliston
parent a6645c18e9
commit 38db57bfb3
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-10-15 Ben Elliston <bje@au.ibm.com>
* gcc.dg/ppc-stackalign-1.c: Set dg-options to {}.
2004-10-14 Geoffrey Keating <geoffk@apple.com>
* gcc.dg/darwin-misaligned.c: Don't supply -force_cpusubtype_ALL.

View File

@ -1,4 +1,5 @@
/* { dg-do run { target powerpc-*-linux* powerpc-*-sysv* } } */
/* { dg-options {} } */
/* Test stack pointer alignment against variable alloca. */
/* Inspired by PR libgcj/10610. */