This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-12 in repository gcc.
from 27aad787b4e libgomp/gcn: Prepare for reverse-offload callback handling new 20fe373390a libgomp/gcn: fix/improve struct output adds aa66bc253a7 Daily bump. adds 2adcbcc69a1 LoongArch: Fix atomic_exchange expanding [PR107713] adds fab0fce5c19 nvptx: In 'STARTFILE_SPEC', fix 'crt0.o' for '-mmainkernel' adds 86dea99d852 libatomic: Handle AVX+CX16 AMD like Intel for 16b atomics [ [...] adds 792ce47e360 c++: Fix a typo in function name adds 196cb25ddbc reg-stack: Fix a -fcompare-debug bug in reg-stack [PR107183] adds b0896d69f84 Daily bump. adds a6b1f6126de i386: Uglify some local identifiers in *intrin.h [PR107748] new c0c5ff22c40 Merge branch 'releases/gcc-12' into devel/omp/gcc-12
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 | 36 +++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/avx512bf16intrin.h | 6 +- gcc/config/i386/avx512fp16intrin.h | 44 ++++++------- gcc/config/i386/avx512fp16vlintrin.h | 34 +++++----- gcc/config/i386/smmintrin.h | 13 ++-- gcc/config/loongarch/sync.md | 27 +++++++- gcc/config/nvptx/nvptx.h | 2 +- gcc/cp/ChangeLog | 22 +++++++ gcc/cp/cp-tree.h | 2 +- gcc/cp/semantics.cc | 2 +- gcc/cp/typeck.cc | 4 +- gcc/reg-stack.cc | 86 +++++++++++++++++++------ gcc/testsuite/ChangeLog | 25 +++++++ gcc/testsuite/gcc.dg/ubsan/pr107183.c | 12 ++++ gcc/testsuite/gcc.target/loongarch/pr107713-1.c | 50 ++++++++++++++ gcc/testsuite/gcc.target/loongarch/pr107713-2.c | 9 +++ libatomic/ChangeLog | 9 +++ libatomic/config/x86/init.c | 6 +- libgomp/ChangeLog.omp | 12 ++++ libgomp/config/gcn/libgomp-gcn.h | 7 +- libgomp/config/gcn/target.c | 12 ++-- libgomp/plugin/plugin-gcn.c | 17 ++--- 23 files changed, 339 insertions(+), 100 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr107183.c create mode 100644 gcc/testsuite/gcc.target/loongarch/pr107713-1.c create mode 100644 gcc/testsuite/gcc.target/loongarch/pr107713-2.c