re PR target/39137 (-mpreferred-stack-boundary=2 causes lots of dynamic realign)

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
This commit is contained in:
Jack Howarth 2009-03-13 17:05:08 +00:00 committed by Janis Johnson
parent ab4c19d241
commit 381b630e86
2 changed files with 6 additions and 1 deletions

View 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

View 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 } } */