This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 31388b87daf Fix algol68 changelogs new 723b18ce3dd libgomp, amdgcn: Implement Managed Memory
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: include/hsa.h | 28 +- include/hsa_ext_amd.h | 426 ++++++++++++++++++++- include/hsa_ext_image.h | 2 +- libgomp/Makefile.in | 24 +- libgomp/libgomp-plugin.h | 12 + libgomp/libgomp.h | 13 +- libgomp/libgomp.texi | 23 +- libgomp/plugin/Makefrag.am | 3 +- .../{config/posix/doacross.h => plugin/mutex.c} | 52 ++- libgomp/plugin/plugin-gcn.c | 179 +++++++++ libgomp/simple-allocator.c | 1 + libgomp/testsuite/lib/libgomp.exp | 36 ++ libgomp/testsuite/libgomp.c++/alloc-managed-1.C | 1 + .../testsuite/libgomp.c-c++-common/requires-4.c | 4 + .../testsuite/libgomp.c-c++-common/requires-4a.c | 4 + .../testsuite/libgomp.c-c++-common/requires-5.c | 1 + libgomp/testsuite/libgomp.c/alloc-managed-1.c | 1 + libgomp/testsuite/libgomp.c/alloc-managed-2.c | 1 + libgomp/testsuite/libgomp.c/alloc-managed-3.c | 1 + libgomp/testsuite/libgomp.c/alloc-managed-4.c | 1 + .../testsuite/libgomp.fortran/alloc-managed-1.f90 | 1 + 21 files changed, 747 insertions(+), 67 deletions(-) copy libgomp/{config/posix/doacross.h => plugin/mutex.c} (54%)