Re: [pushed] Ada : Fix bootstrap after r11-4793.

2020-11-09 Thread Arnaud Charlet
> Iain, thank you for catching and fixing this. As you know (but > others don't), ada is harder for me as I can't build that on my > usual machine. > > Eric, Iain does bootstraps of the modules branch on darwin include > Ada, and I have done so for linux (a few months back). I will make > sure t

Re: [pushed] Ada : Fix bootstrap after r11-4793.

2020-11-09 Thread Nathan Sidwell
On 11/7/20 4:10 AM, Iain Sandoe wrote: Hi The patch omitted a change for Ada, fixed thus. Iain, thank you for catching and fixing this. As you know (but others don't), ada is harder for me as I can't build that on my usual machine. Eric, Iain does bootstraps of the modules branch on darwi

Re: [pushed] Ada : Fix bootstrap after r11-4793.

2020-11-07 Thread Eric Botcazou
> The patch omitted a change for Ada, fixed thus. > > tested on x86_64-darwin, > pushed to master as obvious/bootstrap fix. > thanks > Iain > > gcc/ada/ChangeLog: > > * gcc-interface/misc.c (gnat_printable_name): Change > DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN. Thanks for fix

[pushed] Ada : Fix bootstrap after r11-4793.

2020-11-07 Thread Iain Sandoe
Hi The patch omitted a change for Ada, fixed thus. tested on x86_64-darwin, pushed to master as obvious/bootstrap fix. thanks Iain gcc/ada/ChangeLog: * gcc-interface/misc.c (gnat_printable_name): Change DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN. --- gcc/ada/gcc-interface/mi