* gcc.dg/ppc-stackalign-1.c: Set dg-options to {}.
authorBen Elliston <bje@au.ibm.com>
Fri, 15 Oct 2004 00:04:54 +0000 (00:04 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Fri, 15 Oct 2004 00:04:54 +0000 (10:04 +1000)
From-SVN: r89068

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/ppc-stackalign-1.c

index f0ff7e39b903bbcb31ed8f9c12a89ef9a0ab7f7a..5840d8e911602c250bce221ca40760dcf51b49c5 100644 (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.
index 17f3c59d0f17d985cbcc53cbd46f66ca068848c2..e73e895706e450d3adcd57b0fc81948afbc682ea 100644 (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.  */