diff options
author | Ben Elliston <bje@au.ibm.com> | 2006-01-26 22:08:56 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2006-01-27 09:08:56 +1100 |
commit | dfb706d766e188a78a531cd17b93c04e50a410a7 (patch) | |
tree | 564a238b5ff75557a1c48fbad5d5e062143227d7 | |
parent | 72b167732cdc740893b163efbc53de0a963176d7 (diff) | |
download | gcc-dfb706d766e188a78a531cd17b93c04e50a410a7.zip gcc-dfb706d766e188a78a531cd17b93c04e50a410a7.tar.gz gcc-dfb706d766e188a78a531cd17b93c04e50a410a7.tar.bz2 |
* gcc.misc-tests/dectest.exp: Remove defunct comment.
From-SVN: r110279
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.misc-tests/dectest.exp | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0643fe93..04f8764 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-01-27 Ben Elliston <bje@au.ibm.com> + + * gcc.misc-tests/dectest.exp: Remove defunct comment. + 2006-01-26 Laurent GUERBY <laurent@guerby.net> PR ada/21317 diff --git a/gcc/testsuite/gcc.misc-tests/dectest.exp b/gcc/testsuite/gcc.misc-tests/dectest.exp index 9b1a726..900d7f0 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 |