Re: [PATCH] Clean up stack-protector-guard handling in ix86_option_override_internal

2018-11-22 Thread Uros Bizjak
On Thu, Nov 22, 2018 at 8:47 PM Jakub Jelinek wrote: > > Hi! > > While adjusting the PR85644 patch, I've noticed that while pretty much > the whole ix86_option_override_internal works only with opts_set->x_ > and opts->x_, the stack protector guard code was accessing > global_options_set.x_ or usi

[PATCH] Clean up stack-protector-guard handling in ix86_option_override_internal

2018-11-22 Thread Jakub Jelinek
Hi! While adjusting the PR85644 patch, I've noticed that while pretty much the whole ix86_option_override_internal works only with opts_set->x_ and opts->x_, the stack protector guard code was accessing global_options_set.x_ or using the macros that expand to global_options.x_ . While it is proba