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?