This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 36093749ff9 * ubsan.c (ubsan_expand_null_ifn): Use _v1 suffixed type m [...] new 21104a1367a * flag-types.h (enum sanitize_code): Add SANITIZE_BUILTIN. [...]
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/ChangeLog | 10 ++++ gcc/doc/invoke.texi | 9 ++++ gcc/flag-types.h | 3 +- gcc/opts.c | 1 + gcc/sanitizer.def | 8 +++ gcc/testsuite/ChangeLog | 2 + gcc/testsuite/c-c++-common/ubsan/builtin-1.c | 36 +++++++++++++ gcc/ubsan.c | 76 +++++++++++++++++++++++++++- 8 files changed, 143 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/ubsan/builtin-1.c