This is the mail archive of the gcc@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]
Other format: [Raw text]

R: error: stray '\' in program


> Neil Booth <neil@daikokuya.co.uk> writes:
> >Philipp Thomas wrote:-
> >
> >> * Gabriele Caracausi (gabriele@caracausi.it) [20030824 13:56]:
> >> 
> >> > I'm trying to recompile under linux GCC 3.3 sources but an 
> error occurs:
> >> > 
> >> > regclass.c:78: stray '\' in program
> >> > 
> >> > but the line in regclass.c is:
> >> > static const char initial_fixed_regs[] = };
> >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?

Yes. I bad wrote "\}" instead of "}" at the end of definition of FIXED_REGISTERS array.

Bye. Gabriele



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