Hi, can I add the following caveat to the gcc-12/changes.html file?
Thanks, Martin 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>