This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: error: stray '\' in program
Kris Warkentin wrote:-
> > >I doubt it's a bug - I imagine it comes from FIXED_REGISTERS.
> >
> > Possibly \ at "end" of a CRLF terminated line is not seen as
> line-continued?
>
> We've observed this problem with dos formatted files. The preprocessor
> seems to choke on them. Probably a good idea to open text files as O_TEXT.
This problem should be present only in official GCC <= 2.95.x. 3.x
should all work perfectly.
Neil.