[Bug ada/61505] [4.10 Regression] bootstrap broken by ada/gnat_rm.texi after r211448

2014-06-15 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61505

Dominique d'Humieres  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #11 from Dominique d'Humieres  ---
AFAICT fixed by r211667. Closing.


[Bug ada/61505] [4.10 Regression] bootstrap broken by ada/gnat_rm.texi after r211448

2014-06-14 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61505

--- Comment #10 from edlinger at gcc dot gnu.org ---
Author: edlinger
Date: Sat Jun 14 14:31:55 2014
New Revision: 211667

URL: https://gcc.gnu.org/viewcvs?rev=211667&root=gcc&view=rev
Log:
2014-06-14  Bernd Edlinger  

PR ada/61505
* gnat_rm.texi: Fix errors with makeinfo 5.1.

Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/gnat_rm.texi


[Bug ada/61505] [4.10 Regression] bootstrap broken by ada/gnat_rm.texi after r211448

2014-06-14 Thread charlet at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61505

--- Comment #9 from Arnaud Charlet  ---
Patch looks reasonable to me at first sight, can you please post it to
gcc-patches for a final review and approval? Thanks for looking into it!

Arno


[Bug ada/61505] [4.10 Regression] bootstrap broken by ada/gnat_rm.texi after r211448

2014-06-14 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61505

--- Comment #8 from Dominique d'Humieres  ---
> Created attachment 32936 [details]
> this patch works for me

Works for me too (powerpc-apple-darwin9, makeinfo (GNU texinfo) 5.1), now at
stage 2.


[Bug ada/61505] [4.10 Regression] bootstrap broken by ada/gnat_rm.texi after r211448

2014-06-14 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61505

--- Comment #7 from Bernd Edlinger  ---
Created attachment 32936
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32936&action=edit
this patch works for me

the main problem seems to be, that
@item is not working inside @cartouche
so I moved all @items up by 3 lines.

then the System.Task_Info (s-tasinf.ads) needs to be
in the menu.

While editing, I saw the following:

initially there were two paragraphs *53*

one about "The semantics of operations on invalid representations."

and one about "The manner of choosing a storage pool for an access type"

And the latter was referenced from two other paragraphs:

"See documentation in the sources of the run time mentioned in paragraph
@strong{53}"


I am not sure how to handle that without paragraph numbers,
maybe like this:

"See documentation in the sources of the run time mentioned in the previous
paragraph."


[Bug ada/61505] [4.10 Regression] bootstrap broken by ada/gnat_rm.texi after r211448

2014-06-14 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61505

Bernd Edlinger  changed:

   What|Removed |Added

 CC||bernd.edlinger at hotmail dot 
de

--- Comment #6 from Bernd Edlinger  ---
(In reply to Arnaud Charlet from comment #5)
> Never mind, I'm using makeinfo 4.8, so this is indeed another issue.
> Let me know if my latest commit improves things.
> 
> Arno

no, that was only a warning, but there are hundreds of errors,
in line 12054..13935

and this:
../../gcc-trunk/gcc/ada/gnat_rm.texi:22389: node `Obsolescent Features' lacks
menu item for `System.Task_Info (s-tasinf.ads)' despite being its Up target

which is alos an error, but it was introduced later..


[Bug ada/61505] [4.10 Regression] bootstrap broken by ada/gnat_rm.texi after r211448

2014-06-13 Thread charlet at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61505

--- Comment #5 from Arnaud Charlet  ---
Never mind, I'm using makeinfo 4.8, so this is indeed another issue.
Let me know if my latest commit improves things.

Arno


[Bug ada/61505] [4.10 Regression] bootstrap broken by ada/gnat_rm.texi after r211448

2014-06-13 Thread charlet at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61505

--- Comment #4 from Arnaud Charlet  ---
Author: charlet
Date: Sat Jun 14 06:55:49 2014
New Revision: 211665

URL: https://gcc.gnu.org/viewcvs?rev=211665&root=gcc&view=rev
Log:
PR ada/61505
* gnat_rm.texi: Attempt to fix error with makeinfo 5.1

Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/gnat_rm.texi


[Bug ada/61505] [4.10 Regression] bootstrap broken by ada/gnat_rm.texi after r211448

2014-06-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61505

Dominique d'Humieres  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
   Last reconfirmed||2014-06-13
 Resolution|FIXED   |---
 Ever confirmed|0   |1

--- Comment #3 from Dominique d'Humieres  ---
I am at stage 2 now after using makeinfo (GNU texinfo) 4.8 instead of 5.2.


[Bug ada/61505] [4.10 Regression] bootstrap broken by ada/gnat_rm.texi after r211448

2014-06-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61505

--- Comment #2 from Dominique d'Humieres  ---
> This was an oversight, fixed right after.

Fixed by what? bootstrapping r211652 with Ada is failing.


[Bug ada/61505] [4.10 Regression] bootstrap broken by ada/gnat_rm.texi after r211448

2014-06-13 Thread charlet at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61505

Arnaud Charlet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||charlet at gcc dot gnu.org
 Resolution|--- |FIXED
   Target Milestone|--- |4.10.0

--- Comment #1 from Arnaud Charlet  ---
This was an oversight, fixed right after.