This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c3b44e34085 Add gcc-verify alias. new 800bcc8c00f openmp: Add basic library allocator support.
The 1 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: libgomp/ChangeLog | 29 +++++ libgomp/Makefile.am | 2 +- libgomp/Makefile.in | 6 +- libgomp/env.c | 62 ++++++++- libgomp/icv.c | 19 +++ libgomp/libgomp.h | 4 + libgomp/libgomp.map | 10 ++ libgomp/omp.h.in | 90 +++++++++++++ libgomp/team.c | 2 + libgomp/testsuite/libgomp.c-c++-common/alloc-1.c | 157 +++++++++++++++++++++++ libgomp/testsuite/libgomp.c-c++-common/alloc-2.c | 46 +++++++ libgomp/testsuite/libgomp.c-c++-common/alloc-3.c | 28 ++++ 12 files changed, 450 insertions(+), 5 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c-c++-common/alloc-1.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/alloc-2.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/alloc-3.c