[Bug target/45815] [4.6 Regression] error: '-fsplit-stack' currently only supported on GNU/Linux
ian at airs dot com
gcc-bugzilla@gcc.gnu.org
Tue Sep 28 17:00:00 GMT 2010
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45815
Ian Lance Taylor <ian at airs dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ian at airs dot com
--- Comment #2 from Ian Lance Taylor <ian at airs dot com> 2010-09-28 15:09:07 UTC ---
That shouldn't happen, because flag_split_stack is initialized to -1, and you
should only see that error if flag_split_stack != -1 in decode_options. Can
you find out what is setting flag_split_stack to a value other than -1?
More information about the Gcc-bugs
mailing list