This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 35c607837df PR lto/81004 * lto.c: Include builtins.h (register_resol [...] new 387c353ebc9 runtime: correct runtime structfield type to match reflect new 67167e0d9df Fix checking -mibt and -mshstk options for control flow protection new d1d4ace3ab8 compiler: avoid negative zero in float constants
The 3 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/ChangeLog | 7 +++ gcc/config/i386/i386.c | 43 ++++++++++++------- gcc/doc/invoke.texi | 4 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 62 ++++++++++++++++++++++++++- gcc/go/gofrontend/expressions.h | 3 ++ gcc/testsuite/ChangeLog | 10 +++++ gcc/testsuite/c-c++-common/fcf-protection-1.c | 2 +- gcc/testsuite/c-c++-common/fcf-protection-2.c | 2 +- gcc/testsuite/c-c++-common/fcf-protection-3.c | 2 +- gcc/testsuite/c-c++-common/fcf-protection-5.c | 2 +- gcc/testsuite/c-c++-common/fcf-protection-6.c | 4 ++ gcc/testsuite/c-c++-common/fcf-protection-7.c | 4 ++ libgo/go/runtime/cgocall.go | 2 +- libgo/go/runtime/type.go | 18 +++++--- 15 files changed, 137 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/fcf-protection-6.c create mode 100644 gcc/testsuite/c-c++-common/fcf-protection-7.c