diff mbox

[wwwdocs] fix web/47165

Message ID AANLkTikxKG7wdqPfp5J0HCt-Qyj+zojKb72A2U=Ru2Dj@mail.gmail.com
State New
Headers show

Commit Message

Jonathan Wakely Jan. 4, 2011, 10:40 p.m. UTC
Committed as obvious

PR web/47165: Change -Wno-double-promotion to -Wdouble-promotion.
diff mbox

Patch

Index: htdocs/gcc-4.6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.79
diff -u -r1.79 changes.html
--- htdocs/gcc-4.6/changes.html	4 Jan 2011 12:36:46 -0000	1.79
+++ htdocs/gcc-4.6/changes.html	4 Jan 2011 22:12:07 -0000
@@ -170,7 +170,7 @@ 
 <h3>C family</h3>
 
   <ul>
-    <li>A new warning, enabled by <code>-Wno-double-promotion</code>,
+    <li>A new warning, enabled by <code>-Wdouble-promotion</code>,
       has been added that warns about cases where a value of type
       <code>float</code> is implicitly promoted to <code>double</code>.
       This is especially helpful for CPUs that handle the former in