* gcc.misc-tests/dectest.exp: Remove defunct comment.
authorBen Elliston <bje@au.ibm.com>
Thu, 26 Jan 2006 22:08:56 +0000 (22:08 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Thu, 26 Jan 2006 22:08:56 +0000 (09:08 +1100)
From-SVN: r110279

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.misc-tests/dectest.exp

index 0643fe939c4be7d81949704b27edf06e1bab9ba7..04f87643338b5aa97fa6f6d46cf1ee825bb2b64c 100644 (file)
@@ -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
index 9b1a726c056ab6b9cc647028f902fb7505626369..900d7f0159fe6cd696d2b26da5fdd7656b866073 100644 (file)
@@ -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
 
 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