aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog11
-rw-r--r--gcc/testsuite/gcc.c-torture/execute/va-arg-25.x12
2 files changed, 7 insertions, 16 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index f5ec2de..0b888ea 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
index fe8d7f9..0000000
--- a/gcc/testsuite/gcc.c-torture/execute/va-arg-25.x
+++ /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