OSDN Git Service

* gcc.target/i386/builtin-unreachable.c: Don't expect stack
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Mar 2010 16:46:27 +0000 (16:46 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Mar 2010 16:46:27 +0000 (16:46 +0000)
adjustments to not be present on machines that align the stack to
more than 4 bytes and don't have a red zone yet as that is an
unimplemented optimization.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157197 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/builtin-unreachable.c

index b8e0ee7..037f0ad 100644 (file)
@@ -1,3 +1,10 @@
+2010-03-03  Mike Stump  <mikestump@comcast.net>
+
+       * gcc.target/i386/builtin-unreachable.c: Don't expect stack
+       adjustments to not be present on machines that align the stack to
+       more than 4 bytes and don't have a red zone yet as that is an
+       unimplemented optimization.
+
 2010-03-03  Janus Weil  <janus@gcc.gnu.org>
 
        PR fortran/43169
index 802cf16..85e81f0 100644 (file)
@@ -9,5 +9,5 @@ int h (char *p)
     __builtin_unreachable ();
   return p ? 1 : 0;
 }
-/* { dg-final { scan-assembler-not "%e\[bs\]p" } } */
+/* { dg-final { scan-assembler-not "%e\[bs\]p" { target { ! *-*-darwin* } } } } */
 /* { dg-final { scan-assembler-not "\[\\t \]+j" } } */