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: warning: multi-line comment (why?)


On Sun, Sep 17, 2000 at 06:54:53PM -0400, Craig Rodrigues wrote:
> x.cc:2:2: warning: multi-line comment 
> 
> What is the point of this warning?  Shouldn't the preprocessor
> just ignore everything between the // and the end-of-line?

No, backslash-newline conversion happens before comments
are discarded.  You really do have a multi-line comment;
one that would be dangerous if your next line weren't a
comment as well.


r~

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