This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c5e01bc1aaa * genattrtab.c (write_eligible_delay): Verify DELAY_INSN s [...] new 349791bea34 PR sanitizer/80403 PR sanitizer/80404 PR sanitizer/80405 [...] new aadf0cd0fe5 PR tree-optimization/79390 * optabs.c (emit_conditional_m [...]
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/ChangeLog | 14 ++++++ gcc/fold-const.c | 12 +++-- gcc/optabs.c | 80 +++++++++++++++++++------------ gcc/testsuite/ChangeLog | 10 ++++ gcc/testsuite/g++.dg/ubsan/pr80403.C | 11 +++++ gcc/testsuite/g++.dg/ubsan/pr80404.C | 12 +++++ gcc/testsuite/g++.dg/ubsan/pr80405.C | 11 +++++ gcc/testsuite/gcc.target/i386/pr70465-2.c | 2 +- 8 files changed, 116 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ubsan/pr80403.C create mode 100644 gcc/testsuite/g++.dg/ubsan/pr80404.C create mode 100644 gcc/testsuite/g++.dg/ubsan/pr80405.C