[wwwdocs] : Add a caveat that -Ofast implies -fno-semantic-interposition

Message ID ri6mtm0hvtc.fsf@suse.cz
State Committed
Headers
Series [wwwdocs] : Add a caveat that -Ofast implies -fno-semantic-interposition |

Commit Message

Martin Jambor Nov. 19, 2021, 5:58 p.m. UTC
  Hi,

can I add the following caveat to the gcc-12/changes.html file?

Thanks,

Martin
  

Comments

Gerald Pfeifer Nov. 19, 2021, 7:05 p.m. UTC | #1
On Fri, 19 Nov 2021, Martin Jambor wrote:
> can I add the following caveat to the gcc-12/changes.html file?

Of course you can. :-)

Actually, we should, and I'm glad you thought of it.

Thank you,
Gerald
  

Patch

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 5f0214bd..fd7af717 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -72,6 +72,8 @@  a work-in-progress.</p>
     be removed in the next release.  All ports now default to emit DWARF
     (version 2 or later) debugging info or are obsoleted.
   </li>
+  <li>The optimization level <code>-Ofast</code> now implies
+    <code>-fno-semantic-interposition</code>.
 </ul>