This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: resolving backslash newline whisky tango foxtrot: a proposal
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Per Bothner <per at bothner dot com>
- Cc: Joe Buck <Joe dot Buck at synopsys dot COM>, gcc at gcc dot gnu dot org
- Date: 29 Oct 2005 16:26:01 +0200
- Subject: Re: resolving backslash newline whisky tango foxtrot: a proposal
- References: <20051027182220.GU18194@synopsys.com><436352CD.4030801@bothner.com>
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