This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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, committed] Mention Fortran -Warray-temporaries option in changes.html


Hello world,

I committed the following as simple and obvious after checking the
HTML validity with "tidy".

	Thomas

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/changes.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -c -p -r1.19 -r1.20
*** changes.html	23 Jul 2008 10:28:32 -0000	1.19
--- changes.html	25 Jul 2008 08:39:11 -0000	1.20
***************
*** 132,137 ****
--- 132,142 ----
      href="http://gcc.gnu.org/onlinedocs/gfortran/Preprocessing-Options.html";>
      <code>-cpp</code></a> option was added to allow manual invocation of the
      preprocessor without relying on filename extensions.</li>
+ 
+     <li>The <a
+     href="http://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#Error-and-Warning-Options";>
+     <code>-Warray-temporaries</code></a> option warns about array temporaries
+     generated by the compiler, as an aid to optimization.</li>
    </ul>
  
  <h3>Java (GCJ)</h3>

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