]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/39137 (-mpreferred-stack-boundary=2 causes lots of dynamic realign)
authorJack Howarth <howarth@bromo.med.uc.edu>
Fri, 13 Mar 2009 17:05:08 +0000 (17:05 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Fri, 13 Mar 2009 17:05:08 +0000 (17:05 +0000)
2009-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>

PR target/39137
* testsuite/gcc.target/i386/stackalign/longlong-2.c: Skip on darwin.

From-SVN: r144841

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/stackalign/longlong-2.c

index f51f9912ff5205d2166e5d164ace91560810aa54..aca469276d653b587671c5bca28ec4de19e50620 100644 (file)
@@ -1,3 +1,8 @@
+2009-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
+
+       PR target/39137
+       * testsuite/gcc.target/i386/stackalign/longlong-2.c: Skip on darwin.
+
 2009-03-13  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR testsuite/39451
index 027d2ad836aa6e70819533f4511a6fd2de64f0c5..ae7f3ee333a3ba71bb679be52111627f135a9693 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile  { target { ! *-*-darwin* } } } */
 /* { dg-require-effective-target ilp32 } */
 /* { dg-options "-O2 -mpreferred-stack-boundary=2" } */
 /* { dg-final { scan-assembler-times "and\[lq\]?\[^\\n\]*-8,\[^\\n\]*sp" 2 } } */