* gcc.c-torture/execute/va-arg-25.x: Remove.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Feb 2008 16:46:45 +0000 (16:46 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Feb 2008 16:46:45 +0000 (16:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132347 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/va-arg-25.x [deleted file]

index f5ec2de..0b888ea 100644 (file)
@@ -1,5 +1,9 @@
+2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.c-torture/execute/va-arg-25.x: Remove.
+
 2008-02-15  Richard Guenther  <rguenther@suse.de>
-       Zdenek Dvorak  <ook@ucw.cz>
+           Zdenek Dvorak  <ook@ucw.cz>
 
        PR tree-optimization/35164
        * g++.dg/torture/pr35164-1.C: New testcase.
@@ -8,9 +12,8 @@
 2008-02-15  Dominique d'Humieres  <dominiq@lps.ens.fr>
 
        PR testsuite/35119
-       * testsuite/g++.dg/template/spec35.C
-       Change the regular expressions in dg-final to match the assembly
-       code generated by Darwin 9.
+       * testsuite/g++.dg/template/spec35.C: Change the regular expressions
+       in dg-final to match the assembly code generated by Darwin 9.
 
 2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
 
diff --git a/gcc/testsuite/gcc.c-torture/execute/va-arg-25.x b/gcc/testsuite/gcc.c-torture/execute/va-arg-25.x
deleted file mode 100644 (file)
index fe8d7f9..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# With -Os we default to -mpreferred-stack-boundary=2, which is not
-# enough for proper operation with V4SImode when the architecture
-# default enables SSE.  Arguably setting -mpreferred-stack-boundary=2
-# under this condition is incorrect.  Finding the correct set of 
-# options such that we don't exchange a FAIL for an XPASS is hard;
-# simply force the stack boundary we need and forget about it for now.
-
-if { [istarget "i?86-*-*"] || [istarget "x86_64-*-*"] } {
-       set additional_flags "-mpreferred-stack-boundary=4"
-}
-
-return 0