aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.misc-tests
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2006-01-26 22:08:56 +0000
committerBen Elliston <bje@gcc.gnu.org>2006-01-27 09:08:56 +1100
commitdfb706d766e188a78a531cd17b93c04e50a410a7 (patch)
tree564a238b5ff75557a1c48fbad5d5e062143227d7 /gcc/testsuite/gcc.misc-tests
parent72b167732cdc740893b163efbc53de0a963176d7 (diff)
downloadgcc-dfb706d766e188a78a531cd17b93c04e50a410a7.zip
gcc-dfb706d766e188a78a531cd17b93c04e50a410a7.tar.gz
gcc-dfb706d766e188a78a531cd17b93c04e50a410a7.tar.bz2
* gcc.misc-tests/dectest.exp: Remove defunct comment.
From-SVN: r110279
Diffstat (limited to 'gcc/testsuite/gcc.misc-tests')
-rw-r--r--gcc/testsuite/gcc.misc-tests/dectest.exp6
1 files changed, 1 insertions, 5 deletions
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