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: backslash-newline, trigraphs, and the C standard


>>>>> "Jeffrey" == Jeffrey A Law <law@cygnus.com> writes:

    Jeffrey>   In message <20000111225102.A20712@wolery.cumb.org>you
    Jeffrey> write:
    >> So - I'd like to change it so that, in nonconforming mode,
    >> \-newline is replaced by (virtual) white space except inside
    >> strings.

    Jeffrey> I can live with it so long as we can still get conforming
    Jeffrey> code via some switch.

FWIW, I'm not in favor of this idea.  This is a change that can result
in silent changes in program behavior.  Extensions are one thing;
silent changes are another.

There are certainly compilers that compile faster, generate better
code than GCC, and are ANSI/ISO conforming so there must be other
places to look to speed up the compiler.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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