This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0dc42c7ec85 Enable ifunc attribute by default for ARM GNU/Linux new 5ce86a7d39e Fix a test-case for Darwin. new 37b0f726769 Do not handled volatile arguments (PR sanitizer/82484). new 5787951dffa Revert last commit. new f8ede1eea7f Fix use-after-scope error. new 93e9d560d4b Do not error for no_sanitize attributes (PR sanitizer/82490).
The 5 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 | 26 ++++++++++++++++++++++ gcc/c-family/ChangeLog | 6 +++++ gcc/c-family/c-attribs.c | 9 +------- gcc/opts.c | 8 +++---- gcc/opts.h | 2 +- gcc/print-rtl.c | 2 +- gcc/testsuite/ChangeLog | 22 ++++++++++++++++++ gcc/testsuite/c-c++-common/ubsan/attrib-5.c | 11 +++++++++ .../ubsan/ptr-overflow-sanitization-1.c | 6 ++--- 9 files changed, 74 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/ubsan/attrib-5.c