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]

Re: "token too long" errors building 2.95.2 with native CX/UX C compiler


Mike Bates 5598 Computer_Systems wrote:-

> "../../gcc-2.95.2-patched/gcc/cppinit.c", line 1735: token too long
> "../../gcc-2.95.2-patched/gcc/cppinit.c", line 1750: token too long
> "../../gcc-2.95.2-patched/gcc/cppinit.c", line 1766: token too long
> "../../gcc-2.95.2-patched/gcc/cppinit.c", line 1778: _: actuals too long

The current CVS version has this fixed (all strings are less than 509
bytes).  You could probably just cut and paste the code in question,
seeing as it's only a help message, or delete it altogether.

Neil.

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