public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] C++ preprocessor changes in 4.3
@ 2007-04-01 22:09 Manuel López-Ibáñez
  2007-04-02 10:17 ` Dirk Mueller
  2007-04-13  3:40 ` [PING] " Manuel López-Ibáñez
  0 siblings, 2 replies; 6+ messages in thread
From: Manuel López-Ibáñez @ 2007-04-01 22:09 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 90 bytes --]

Hi,

The following documents the changes to the C++ preprocessor.

OK to commit?

Manuel.

[-- Attachment #2: changes-4.3-c++-cpp.diff --]
[-- Type: text/plain, Size: 969 bytes --]

Index: htdocs/gcc-4.3/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.42
diff -p -r1.42 changes.html
*** htdocs/gcc-4.3/changes.html	28 Mar 2007 14:44:53 -0000	1.42
--- htdocs/gcc-4.3/changes.html	1 Apr 2007 22:06:16 -0000
***************
*** 34,39 ****
--- 34,47 ----
  
      <li>The <code>-fforce-mem</code> option has been removed
      because it had no effect in the last few GCC releases.</li>
+ 
+     <li>C++ preprocessor emits errors by default for certain
+     nonconformant code and for <code>-pedantic</code>, following the
+     default behaviour of the C++ front-end. As a result, some
+     warnings, such as "no newline at end of file", are now hard
+     errors.  The <code>-fpermissive</code> option can be used to
+     downgrade these diagnostics from errors to warnings.</li>
+ 
    </ul>
  
  <h2>General Optimizer Improvements</h2>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-04-21 22:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-01 22:09 [wwwdocs] C++ preprocessor changes in 4.3 Manuel López-Ibáñez
2007-04-02 10:17 ` Dirk Mueller
2007-04-02 11:55   ` Manuel López-Ibáñez
2007-04-13  3:40 ` [PING] " Manuel López-Ibáñez
2007-04-13  8:31   ` Dirk Mueller
2007-04-21 23:11   ` Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).