Re: [PATCH] Allow (again) const variables with zero (or no) initializers in .bss* named sections (PR middle-end/84237)

2018-02-08 Thread Jeff Law
On 02/06/2018 01:44 PM, Jakub Jelinek wrote: > Hi! > > The last year's bss_initializer_p change apparently broke xen. While it is > reasonable not to put const variables into .bss* sections by default, > refusing to put them when the user asks for it through using section > attribute seems

[PATCH] Allow (again) const variables with zero (or no) initializers in .bss* named sections (PR middle-end/84237)

2018-02-06 Thread Jakub Jelinek
Hi! The last year's bss_initializer_p change apparently broke xen. While it is reasonable not to put const variables into .bss* sections by default, refusing to put them when the user asks for it through using section attribute seems unnecessary. If users screws up, he can get section flag