This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 22a8377023d gcc/ada/ new 4f0935fa35d Add tests for -fcf-protection option and nocf_check attribute.
The 1 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/testsuite/ChangeLog | 11 ++++++++++ gcc/testsuite/c-c++-common/attr-nocf-check-1.c | 30 ++++++++++++++++++++++++++ gcc/testsuite/c-c++-common/attr-nocf-check-2.c | 5 +++++ gcc/testsuite/c-c++-common/attr-nocf-check-3.c | 29 +++++++++++++++++++++++++ gcc/testsuite/c-c++-common/fcf-protection-1.c | 4 ++++ gcc/testsuite/c-c++-common/fcf-protection-2.c | 4 ++++ gcc/testsuite/c-c++-common/fcf-protection-3.c | 4 ++++ gcc/testsuite/c-c++-common/fcf-protection-4.c | 2 ++ gcc/testsuite/c-c++-common/fcf-protection-5.c | 4 ++++ 9 files changed, 93 insertions(+) create mode 100644 gcc/testsuite/c-c++-common/attr-nocf-check-1.c create mode 100644 gcc/testsuite/c-c++-common/attr-nocf-check-2.c create mode 100644 gcc/testsuite/c-c++-common/attr-nocf-check-3.c create mode 100644 gcc/testsuite/c-c++-common/fcf-protection-1.c create mode 100644 gcc/testsuite/c-c++-common/fcf-protection-2.c create mode 100644 gcc/testsuite/c-c++-common/fcf-protection-3.c create mode 100644 gcc/testsuite/c-c++-common/fcf-protection-4.c create mode 100644 gcc/testsuite/c-c++-common/fcf-protection-5.c