Fix librayr name of __builtin_allocal_with_align

2015-04-27 Thread Jan Hubicka
Hi, build_common_builtin_nodes declares both __builtin_alloca and __builtin_alloca_with_align to have library name "alloca". This actually triggers warning in an updated ODR violation detector on "alloca" being declared twice. __builtin_alloca_with_align IMO do not have library equivalent and I th

Re: Fix librayr name of __builtin_allocal_with_align

2015-04-27 Thread Richard Biener
On Mon, 27 Apr 2015, Jan Hubicka wrote: > Hi, > build_common_builtin_nodes declares both __builtin_alloca and > __builtin_alloca_with_align to have library name "alloca". This actually > triggers warning in an updated ODR violation detector on "alloca" being > declared twice. > > __builtin_alloca

Re: Fix librayr name of __builtin_allocal_with_align

2015-04-28 Thread Jeff Law
On 04/27/2015 02:31 AM, Jan Hubicka wrote: Hi, build_common_builtin_nodes declares both __builtin_alloca and __builtin_alloca_with_align to have library name "alloca". This actually triggers warning in an updated ODR violation detector on "alloca" being declared twice. __builtin_alloca_with_alig

Re: Fix librayr name of __builtin_allocal_with_align

2015-04-28 Thread Jan Hubicka
> On 04/27/2015 02:31 AM, Jan Hubicka wrote: > >Hi, > >build_common_builtin_nodes declares both __builtin_alloca and > >__builtin_alloca_with_align to have library name "alloca". This actually > >triggers warning in an updated ODR violation detector on "alloca" being > >declared twice. > > > >__bui

Re: Fix librayr name of __builtin_allocal_with_align

2015-04-29 Thread Sandra Loosemore
On 04/28/2015 08:22 PM, Jan Hubicka wrote: I also looked into extend.texi and both __builtin_alloca and __builtin_alloca_with_align is missing (along with many other builtins) which is probably quite bad omission (__builtin_alloca_with_align is used at some places, i.e. in Firefox) Sandra, sin