This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch RFC: disable block partitioning with split stack
On Sun, Jun 11, 2017 at 2:38 AM, Jan Hubicka <hubicka@ucw.cz> wrote:
>> >
>> > Thanks for explanation. Perhaps we could have this documented, because
>> > otherwise people will think the option is simply broken. I guess even better
>> > we could have configure autodetection for the broken linker.
>>
>> Committed to mainline with docs as follows.
>
> Thanks, the patch however disables rerodering unconditionally because
> flag_split_stack is set to -1 at that time. I have comitted the following
>
> 2017-06-10 Jan Hubicka <hubicka@ucw.cz>
>
> * opts.c (finish_options): Move test for flag_split_stack after
> it has been initialized.
Argh, sorry about that. Thanks for fixing it.
Ian