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


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.
3. Make -Wcomment the default - not just for -Wall, but always.
   It can be turned off with -Wno-comment
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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