This is the mail archive of the gcc-patches@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]

[wwwdocs] 4.3/changes.html: Fortran: Document new default -fno-backslash


See PR 34203 for details.

OK for check in?

Tobias

Index: htdocs/gcc-4.3/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.85
diff -u -r1.85 changes.html
--- htdocs/gcc-4.3/changes.html 25 Nov 2007 23:21:59 -0000      1.85
+++ htdocs/gcc-4.3/changes.html 26 Nov 2007 22:24:12 -0000
@@ -397,6 +397,11 @@
     </code></a> have been added, which calculate the Gamma function and
     its logarithm. Use <code>EXTERNAL gamma</code> if you want to use your
     own gamma function.</li>
+    <li>GNU Fortran now regards by default the backslash character as
literal
+    (as required by the Fortran 2003 standard); using <a
+   
href="http://gcc.gnu.org/onlinedocs/gfortran/Fortran-Dialect-Options.html";>
+    <code>-fbackslash</code></a> GNU Fortran interprets backslashes as
+    C-style escape characters.</li>
     <li>Fortran 2003 support has been extended:
     <ul>
       <li>Intrinsic statements IMPORT, PROTECTED, VALUE and VOLATILE</li>


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