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



  In message <20000111225102.A20712@wolery.cumb.org>you write:
  > So - I'd like to change it so that, in nonconforming mode, \-newline
  > is replaced by (virtual) white space except inside strings.  Then the
  > presence or absence of trigraphs cannot change the boundaries of
  > comments, and trigraph warnings can be suppressed inside comments.
  > Also, read_and_prescan can be replaced by something that doesn't
  > process entire files at once and has much less work to do.  (We'd keep
  > a copy around for conforming mode.)
I can live with it so long as we can still get conforming code via some
switch.  

jeff


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