va-arg-25.x: Remove.

* gcc.c-torture/execute/va-arg-25.x: Remove.

From-SVN: r132347
This commit is contained in:
Uros Bizjak 2008-02-15 17:46:45 +01:00
parent 2e58df6ecf
commit e8900287b2
2 changed files with 7 additions and 16 deletions

View 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>

View File

@ -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