[wwwdocs] 4.3/changes.html: Fortran: Document new default -fno-backslash
Tobias Burnus
burnus@net-b.de
Tue Nov 27 04:17:00 GMT 2007
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>
More information about the Fortran
mailing list