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]

Re: [patch, changes, fortran, committed] Mention -ffrontend-optimize and -Wfunction-elimination


On Sun, 10 Apr 2011, Thomas Koenig wrote:
> I committed the following as obvious, after verifying with the
> w3c validator.

Thanks!  I followed up with a minor editorial change.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- changes.html	10 Apr 2011 09:28:44 -0000	1.7
+++ changes.html	10 Apr 2011 10:39:13 -0000	1.8
@@ -64,13 +64,14 @@
     <li>Front-end optimizations can now be selected by the
       <code>-ffrontend-optimize</code> option and deselected by
       the <code>-fno-frontend-optimize</code> option.</li>
-    <li>When front-end optimization removes a function call, the
-      <code>-Wfunction-elimination</code> warns about the removal.</li>
+    <li>When front-end optimization removes a function call,
+      <code>-Wfunction-elimination</code> warns about that.</li>
     <li>When performing front-end-optimzation, the
       <code>-faggressive-function-elimination</code> option
       allows the removal of duplicate function calls even for impure
       functions.</li>
   </ul>
+
 <h3>Java (GCJ)</h3>
 
 <h2 id="targets">New Targets and Target Specific Improvements</h2>


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