This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Fortran news.texi broken on trunk




Trunk updated from CVS this morning dies while trying to run makeinfo on 
f/news.texi:

  /home/rearnsha/gnu/egcs/arm-aout/texinfo/makeinfo/makeinfo  
-I../../../../gnusrc/egcs-cross/gcc/f -o f/g77.info 
../../../../gnusrc/egcs-cross/gcc/f/g77.texi; \
else true; fi
../../../../gnusrc/egcs-cross/gcc/f/news.texi:166: `@end' expected 
`ifclear', but saw `itemize'.
../../../../gnusrc/egcs-cross/gcc/f/news.texi:156: Reached eof before 
matching @end ifclear.
../../../../gnusrc/egcs-cross/gcc/f/news.texi:155: No matching `@end 
itemize'.
../../../../gnusrc/egcs-cross/gcc/f/g77.texi:13846: `@end' expected 
`ifclear', but saw `ifset'.
../../../../gnusrc/egcs-cross/gcc/f/news.texi:156: No matching `@end 
ifclear'.
../../../../gnusrc/egcs-cross/gcc/f/news.texi:155: No matching `@end 
itemize'.
../../../../gnusrc/egcs-cross/gcc/f/g77.texi:961: No matching `@end ifset'.
makeinfo: Removing output file `f/g77.info' due to errors; use --force to 
preserve.
Making info file `f/g77.info' from `../../../../gnusrc/egcs-cross/gcc/f/g77
.texi'.
gnumake[1]: *** [f/g77.info] Error 2

The nesting of the @end statements is clearly wrong on examination.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]