Re: r272976 - in /trunk/gcc/ada: ChangeLog ali.adb ...

2019-11-05 Thread Arnaud Charlet
> That should be @uref{prerequisites.html#GNAT-prerequisite,,GNAT > prerequisites}. Thanks. I wouldn't have been able to guess that! Corresponding patch installed. 2019-11-05 Arnaud Charlet * doc/install.texi: Further fix syntax for html generation. Index: doc/install.texi

Re: r272976 - in /trunk/gcc/ada: ChangeLog ali.adb ...

2019-10-28 Thread Andreas Schwab
On Sep 10 2019, Arnaud Charlet wrote: > Allright, there are already similar kludges elsewhere, so I've applied the > following patch which fixes it: > > 2019-09-10 Arnaud Charlet > > * doc/install.texi: Fix syntax for html generation. > > Index: doc/install.texi >

Re: r272976 - in /trunk/gcc/ada: ChangeLog ali.adb ...

2019-10-28 Thread Arnaud Charlet
> > 2019-09-10 Arnaud Charlet > > > > * doc/install.texi: Fix syntax for html generation. > > > > Index: doc/install.texi > > === > > --- doc/install.texi(revision 275400) > > +++ doc/install.texi(working copy) > > @@

Re: r272976 - in /trunk/gcc/ada: ChangeLog ali.adb ...

2019-10-24 Thread Gerald Pfeifer
On Tue, 10 Sep 2019, Arnaud Charlet wrote: > Allright, there are already similar kludges elsewhere, so I've applied the > following patch which fixes it: > > 2019-09-10 Arnaud Charlet > > * doc/install.texi: Fix syntax for html generation. > > Index: doc/install.texi > =

Re: r272976 - in /trunk/gcc/ada: ChangeLog ali.adb ...

2019-09-10 Thread Christophe Lyon
On 10/09/2019 12:17, Arnaud Charlet wrote: It seems there's a problem with this patch: /snapshots/gcc.git~master/gcc/doc/install.texi:2730: @ref reference to nonexistent node `GNAT-prerequisite' Makefile:3300: recipe for target '/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabih

Re: r272976 - in /trunk/gcc/ada: ChangeLog ali.adb ...

2019-09-10 Thread Arnaud Charlet
> > > It seems there's a problem with this patch: > > > /snapshots/gcc.git~master/gcc/doc/install.texi:2730: @ref reference to > > > nonexistent node `GNAT-prerequisite' > > > Makefile:3300: recipe for target > > > '/builds/armv8l-unknown-linux-gnueabihf/armv8l-unknown-linux-gnueabihf/gcc.git~maste

Re: r272976 - in /trunk/gcc/ada: ChangeLog ali.adb ...

2019-09-09 Thread Christophe Lyon
On Mon, 9 Sep 2019 at 17:18, Arnaud Charlet wrote: > > > > Just installed the following change on trunk, thanks again for your > > > feedback! > > > > > > 2019-09-05 Arnaud Charlet > > > > > > * doc/install.texi: Update and clarify requirements to build GNAT. > > > > > Hi Arnaud, > > >

Re: r272976 - in /trunk/gcc/ada: ChangeLog ali.adb ...

2019-09-09 Thread Arnaud Charlet
> > Just installed the following change on trunk, thanks again for your > > feedback! > > > > 2019-09-05 Arnaud Charlet > > > > * doc/install.texi: Update and clarify requirements to build GNAT. > > > Hi Arnaud, > > It seems there's a problem with this patch: > /snapshots/gcc.git~maste

Re: r272976 - in /trunk/gcc/ada: ChangeLog ali.adb ...

2019-09-09 Thread Christophe Lyon
On Thu, 5 Sep 2019 at 11:52, Arnaud Charlet wrote: > > > > Can someone please remind me in which repository I can find the GCC > > > prerequisites doc sources? > > > > Answering my own question: found it under gcc/doc/install.texi > > > > Working on it... > > Just installed the following change on

Re: r272976 - in /trunk/gcc/ada: ChangeLog ali.adb ...

2019-09-05 Thread Arnaud Charlet
> > Can someone please remind me in which repository I can find the GCC > > prerequisites doc sources? > > Answering my own question: found it under gcc/doc/install.texi > > Working on it... Just installed the following change on trunk, thanks again for your feedback! 2019-09-05 Arnaud Charlet

Re: r272976 - in /trunk/gcc/ada: ChangeLog ali.adb ...

2019-09-05 Thread Arnaud Charlet
> Can someone please remind me in which repository I can find the GCC > prerequisites doc sources? Answering my own question: found it under gcc/doc/install.texi Working on it...

Re: r272976 - in /trunk/gcc/ada: ChangeLog ali.adb ...

2019-09-05 Thread Arnaud Charlet
Maciej, Thank you for your comments, I definitely agree with you that the document is too well hidden and could be improved, I'll work on that and put the Ada build requirements in a single, easier to find place (probably the prerequisites since both you and I started from there). Can someone ple

Re: r272976 - in /trunk/gcc/ada: ChangeLog ali.adb ...

2019-09-04 Thread Maciej W. Rozycki
Arnaud, > > This change (not posted to `gcc-patches' for some reason) has caused a > > regression in the form of a build failure with the `riscv-linux-gnu' > > target (and for the record the `x86_64-linux-gnu' build/host running GCC > > 8.3.0): > > > > ali.adb:34:28: warning: use clause for p

Re: r272976 - in /trunk/gcc/ada: ChangeLog ali.adb ...

2019-09-04 Thread Andreas Schwab
On Sep 04 2019, "Maciej W. Rozycki" wrote: > This means that no released GCC version can be used to build trunk GNAT, > which would provide a clean upgrade path, and there is only a narrow > window between r272860 and r272975 inclusive that lets one move on to GNAT > 10. I find this rather u

Re: r272976 - in /trunk/gcc/ada: ChangeLog ali.adb ...

2019-09-04 Thread Arnaud Charlet
Maciej, > This change (not posted to `gcc-patches' for some reason) has caused a > regression in the form of a build failure with the `riscv-linux-gnu' > target (and for the record the `x86_64-linux-gnu' build/host running GCC > 8.3.0): > > ali.adb:34:28: warning: use clause for package "GNAT

Re: r272976 - in /trunk/gcc/ada: ChangeLog ali.adb ...

2019-09-04 Thread Maciej W. Rozycki
Hi, On Wed, 3 Jul 2019, pmdero...@gcc.gnu.org wrote: > Author: pmderodat > Date: Wed Jul 3 08:14:57 2019 > New Revision: 272976 > > URL: https://gcc.gnu.org/viewcvs?rev=272976&root=gcc&view=rev > Log: > [Ada] ABE checks v3.0, foundations of Elaboration order v4.0 > > >