This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5ed2fa4768f x86: Update gcc.target/i386/apx-interrupt-1.c new 99835bd68e5 OpenMP: omp.h omp::allocator C++ Allocator interface new 727f330f9ac c: Fully fold each parameter for call to .ACCESS_WITH_SIZE [...]
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/c/c-typeck.cc | 8 +- gcc/testsuite/gcc.dg/pr119717.c | 24 +++++ libgomp/omp.h.in | 132 +++++++++++++++++++++++ libgomp/testsuite/libgomp.c++/allocator-1.C | 158 ++++++++++++++++++++++++++++ libgomp/testsuite/libgomp.c++/allocator-2.C | 132 +++++++++++++++++++++++ 5 files changed, 452 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr119717.c create mode 100644 libgomp/testsuite/libgomp.c++/allocator-1.C create mode 100644 libgomp/testsuite/libgomp.c++/allocator-2.C