This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2c05794 [AArch64] Update patterns to support FP zero new e2225bd PR c++/68508 * cp-tree.h (cp_ubsan_maybe_instrument_downcas [...] new c62f411 [calls.c] PR rtl-optimization/67226: Take into account preten [...]
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 | 9 ++++++ gcc/calls.c | 7 +++++ gcc/cp/ChangeLog | 10 +++++++ gcc/cp/cp-tree.h | 2 +- gcc/cp/cp-ubsan.c | 7 +++-- gcc/cp/typeck.c | 6 ++-- gcc/testsuite/ChangeLog | 10 +++++++ gcc/testsuite/g++.dg/ubsan/pr68508.C | 15 ++++++++++ gcc/testsuite/gcc.c-torture/execute/pr67226.c | 42 +++++++++++++++++++++++++++ 9 files changed, 102 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ubsan/pr68508.C create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr67226.c