Re: [Ada] Use runtime from base compiler during stage1

2021-06-16 Thread Arnaud Charlet
> > gcc/ada/ > > > > * Make-generated.in: Add rule to copy runtime files needed > > during stage1. > > * raise.c: Remove obsolete symbols used during bootstrap. > > * gcc-interface/Make-lang.in: Do not use libgnat sources during > > stage1. > > (GNAT_ADA_OBJS,

Re: [Ada] Use runtime from base compiler during stage1

2021-06-15 Thread Jakub Jelinek via Gcc-patches
On Tue, Jun 15, 2021 at 06:20:52AM -0400, Pierre-Marie de Rodat wrote: > When performing a bootstrap with Ada, we are currently using the runtime > files from the repository during stage1, causing some subtle > inconsistencies during stage1 of the bootstrap, sometimes hard to > workaround. This

[Ada] Use runtime from base compiler during stage1

2021-06-15 Thread Pierre-Marie de Rodat
When performing a bootstrap with Ada, we are currently using the runtime files from the repository during stage1, causing some subtle inconsistencies during stage1 of the bootstrap, sometimes hard to workaround. This change now uses the runtime from the base compiler during stage1 only. We still