From: Ben Elliston Date: Thu, 26 Jan 2006 22:08:56 +0000 (+0000) Subject: * gcc.misc-tests/dectest.exp: Remove defunct comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dfb706d766e188a78a531cd17b93c04e50a410a7;p=gcc.git * gcc.misc-tests/dectest.exp: Remove defunct comment. From-SVN: r110279 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0643fe939c4..04f87643338 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-01-27 Ben Elliston + + * gcc.misc-tests/dectest.exp: Remove defunct comment. + 2006-01-26 Laurent GUERBY PR ada/21317 diff --git a/gcc/testsuite/gcc.misc-tests/dectest.exp b/gcc/testsuite/gcc.misc-tests/dectest.exp index 9b1a726c056..900d7f0159f 100644 --- a/gcc/testsuite/gcc.misc-tests/dectest.exp +++ b/gcc/testsuite/gcc.misc-tests/dectest.exp @@ -1,4 +1,4 @@ -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2006 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -23,10 +23,6 @@ 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. - proc target-specific-flags {} { set result "-frounding-math " return $result