From: Uros Bizjak Date: Fri, 15 Feb 2008 16:46:45 +0000 (+0100) Subject: va-arg-25.x: Remove. X-Git-Tag: releases/gcc-4.3.0~142 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8900287b29f4a9093299f76ab8838f79ea151c6;p=thirdparty%2Fgcc.git va-arg-25.x: Remove. * gcc.c-torture/execute/va-arg-25.x: Remove. From-SVN: r132347 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f5ec2dece865..0b888ea8d714 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ +2008-02-15 Uros Bizjak + + * gcc.c-torture/execute/va-arg-25.x: Remove. + 2008-02-15 Richard Guenther - Zdenek Dvorak + Zdenek Dvorak PR tree-optimization/35164 * g++.dg/torture/pr35164-1.C: New testcase. @@ -8,9 +12,8 @@ 2008-02-15 Dominique d'Humieres 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 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 fe8d7f918f20..000000000000 --- 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