Re: [PATCH] Mark falign-*= as Optimization (PR c/84100)

2018-01-30 Thread Joseph Myers
On Tue, 30 Jan 2018, Jakub Jelinek wrote: > Hi! > > While -falign-{functions,jumps,labels,loops} are marked Optimization, > -falign-{functions,jumps,labels,loops}= are not. They use the same Var(), > for that it makes no difference, but it means we reject them in optimize > attribute starting

[PATCH] Mark falign-*= as Optimization (PR c/84100)

2018-01-30 Thread Jakub Jelinek
Hi! While -falign-{functions,jumps,labels,loops} are marked Optimization, -falign-{functions,jumps,labels,loops}= are not. They use the same Var(), for that it makes no difference, but it means we reject them in optimize attribute starting with r237174. Fixed thusly, bootstrapped/regtested on