Commit dfb706d7 by Ben Elliston Committed by Ben Elliston

* gcc.misc-tests/dectest.exp: Remove defunct comment.

From-SVN: r110279
parent 72b16773
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> 2006-01-26 Laurent GUERBY <laurent@guerby.net>
PR ada/21317 PR ada/21317
# 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 # 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 # it under the terms of the GNU General Public License as published by
...@@ -23,10 +23,6 @@ ...@@ -23,10 +23,6 @@
set TORTURE_OPTIONS [list {} -O1 -O2 -O3 -Os -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.
proc target-specific-flags {} { proc target-specific-flags {} {
set result "-frounding-math " set result "-frounding-math "
return $result return $result
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment