This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from c1bb90f4c11 Fix ICE on nested packed variant record type new 5c7cf559e6a LTO: pick up -fcf-protection flag for the link step new 80ff1373684 LTO: Add -fcf-protection=check
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/common.opt | 5 +- gcc/doc/invoke.texi | 9 ++- gcc/flag-types.h | 3 +- gcc/lto-opts.c | 15 +++++ gcc/lto-wrapper.c | 69 +++++++++++++++++++++- .../gcc.target/i386/{pr82659-1.c => pr96203-1.c} | 4 +- gcc/testsuite/gcc.target/i386/pr96203-2.c | 11 ++++ 7 files changed, 107 insertions(+), 9 deletions(-) copy gcc/testsuite/gcc.target/i386/{pr82659-1.c => pr96203-1.c} (59%) create mode 100644 gcc/testsuite/gcc.target/i386/pr96203-2.c