From: Ben Elliston Date: Mon, 23 Jan 2006 03:19:30 +0000 (+0000) Subject: dectest.exp (TORTURE_OPTIONS): Include -Os. X-Git-Tag: releases/gcc-4.2.0~4682 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0743efe14908ff3e39f14de636d1526e4813b4ca;p=thirdparty%2Fgcc.git dectest.exp (TORTURE_OPTIONS): Include -Os. * gcc.misc-tests/dectest.exp (TORTURE_OPTIONS): Include -Os. Remove target conditional torture options for i?86 and x86_64 GNU/Linux. From-SVN: r110105 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 57945e8ad34c..271642d2a569 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2006-01-23 Ben Elliston + + * gcc.misc-tests/dectest.exp (TORTURE_OPTIONS): Include -Os. + Remove target conditional torture options for i?86 and x86_64 + GNU/Linux. + 2006-01-22 Gabriel Dos Reis PR c++/10891 diff --git a/gcc/testsuite/gcc.misc-tests/dectest.exp b/gcc/testsuite/gcc.misc-tests/dectest.exp index 15b6c24efa73..9b1a726c056a 100644 --- a/gcc/testsuite/gcc.misc-tests/dectest.exp +++ b/gcc/testsuite/gcc.misc-tests/dectest.exp @@ -21,18 +21,12 @@ # # Contributed by Ben Elliston . -set TORTURE_OPTIONS [list {} -O1 -O2 -O3 -msoft-float] +set TORTURE_OPTIONS [list {} -O1 -O2 -O3 -Os -msoft-float] # On x86 and x86-64 systems, -Os makes the stack alignment too small, # leading to segmentation faults when executing SSE instructions. # Force the alignment of the stack to 2^4 (16) bytes. -if {[istarget i?86-*-linux-gnu] || [istarget x86_64-*-linux-gnu]} { - lappend TORTURE_OPTIONS {-Os -mpreferred-stack-boundary=4} -} else { - lappend TORTURE_OPTIONS {-Os} -} - proc target-specific-flags {} { set result "-frounding-math " return $result