On Fri, 12 Jan 2024, Gerald Pfeifer wrote:
> On Wed, 10 Jan 2024, liuhongt wrote:
>> To override -fcf-protection, -fcf-protection=none needs to be added
>> and then with -fcf-protection=xxx.
> I'm afraid I am struggling with the English of this, but need more time to 
> untangle and suggest an alternative.
> 
> For the time being I pushed the follow-up below.

Okay, I think I got it now.

Did you mean the following?

Gerald


diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index ba9fc680..5d324767 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -43,9 +43,9 @@ You may also want to check out our
       for details.
   </li>
   <li><a 
href="https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Instrumentation-Options.html";><code>-fcf-protection=[full|branch|return|none|check]</code></a>
-      is refactored, to override <code>-fcf-protection</code>,
-      <code>-fcf-protection=none</code> needs to be added and then
-      with <code>-fcf-protection=xxx</code>.
+      has been refactored. To override <code>-fcf-protection</code> with
+      a more specific setting, add <code>-fcf-protection=none</code>
+      followed by a specific <code>-fcf-protection=</i>xxx</i></code>.
   </li>
   <li>Support for the <code>ia64*-*-</code> target ports which have been
       unmaintained for quite a while has been declared obsolete in GCC 14.

Reply via email to