From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2078) id ED1D4385842E; Fri, 12 Jan 2024 03:20:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ED1D4385842E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1705029639; bh=I4gi9bP1/aD3Q6lX3oLWf6+1Qe8Nas6r10Jqm62GDOw=; h=To:Subject:Date:From:From; b=e6x9fOvg31DvzFPcWvldBGsUPtKt/Aw24s4/41HPZr1jCWq1VI26du6IBi6m1epba y/X0tmAUhL0Ou6cd6wMg5B0bEcYdoqorg+qE3ggPemobUus8n584Uka/YAt5bhBqZB nT3U17LXqsmW63zR6d2fZwoe1U0MDE1/2VTmgmn0= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. f2dcdb8c1d4c3075fdbf00adc6d38347b83e73de X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 62250c79a7483076f1b2b11496e4a1123c9df6a0 X-Git-Newrev: f2dcdb8c1d4c3075fdbf00adc6d38347b83e73de Message-Id: <20240112032039.ED1D4385842E@sourceware.org> Date: Fri, 12 Jan 2024 03:20:39 +0000 (GMT) From: hongtao Liu List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via f2dcdb8c1d4c3075fdbf00adc6d38347b83e73de (commit) from 62250c79a7483076f1b2b11496e4a1123c9df6a0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f2dcdb8c1d4c3075fdbf00adc6d38347b83e73de Author: liuhongt Date: Wed Jan 10 15:41:11 2024 +0800 Document refactoring of the option -fcf-protection=x. To override -fcf-protection, -fcf-protection=none needs to be added and then with -fcf-protection=xxx. diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 7159404c..ba57abe8 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -40,6 +40,12 @@ a work-in-progress.

-Wflex-array-member-not-at-end to identify all such cases in the source code and modify them. +
  • -fcf-protection=[full|branch|return|none|check] + is refactored, to override -fcf-protection, + -fcf-protection=none needs to be added and then + with -fcf-protection=xxx. +
  • + ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 6 ++++++ 1 file changed, 6 insertions(+) hooks/post-receive -- gcc-wwwdocs