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]

Re: Multi line string literals are deprecated considered bad


Neil Booth wrote:
> > I admit that this hack makes the specification of this to the user a bit ugly,
> > but I did not come up with a better way that does not require pushing the
> > multiline string warning check up to the parser (pushing it into the parser
> > would actually be the cleanest way) 
> 
> This is a CPP issue; a parser need not exist. 

CPP is not only used on C code, so having it recognise `asm' and the
following C syntax seems a bit dubious.

-- Jamie


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