This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from fab0fce5c19 nvptx: In 'STARTFILE_SPEC', fix 'crt0.o' for '-mmainkernel' new 86dea99d852 libatomic: Handle AVX+CX16 AMD like Intel for 16b atomics [ [...] new 792ce47e360 c++: Fix a typo in function name new 196cb25ddbc reg-stack: Fix a -fcompare-debug bug in reg-stack [PR107183]
The 3 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/cp/cp-tree.h | 2 +- gcc/cp/semantics.cc | 2 +- gcc/cp/typeck.cc | 4 +- gcc/reg-stack.cc | 86 ++++++++++++++++++++++++++--------- gcc/testsuite/gcc.dg/ubsan/pr107183.c | 12 +++++ libatomic/config/x86/init.c | 6 ++- 6 files changed, 85 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr107183.c