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]

Re: resolving backslash newline whisky tango foxtrot: a proposal


Per Bothner <per@bothner.com> writes:

| Rather than adding new flags, I'd think I'd prefer:
| 
| 1. Change the behavior (back) so only '\\$', not '\\ *$', causes a
|     line to be continued.
| 2. Make -Wcomment more useful to it only warns when it might matter:
|     The following line contains non-comment whitespace.

Not just contains a non-comment, but is a non-comment line modulo
leading whitespaces.

-- Gaby


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