Commit e8900287 by Uros Bizjak

va-arg-25.x: Remove.

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

From-SVN: r132347
parent 2e58df6e
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>
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment