This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 53953b6f31f avr: Fix ICE on optimize attribute. new b25ea7ab78c OpenMP (C/C++): Keep pointer value of unmapped ptr with def [...]
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/libgomp.texi | 2 +- libgomp/target.c | 2 +- libgomp/testsuite/libgomp.c++/target-18.C | 21 ++- libgomp/testsuite/libgomp.c++/target-19.C | 13 +- ...-unified-addr-1.c => requires-unified-addr-2.c} | 17 ++- .../libgomp.c-c++-common/target-implicit-map-3.c | 105 ++++++++++++++ .../libgomp.c-c++-common/target-implicit-map-4.c | 159 +++++++++++++++++++++ libgomp/testsuite/libgomp.c/target-19.c | 21 ++- 8 files changed, 321 insertions(+), 19 deletions(-) copy libgomp/testsuite/libgomp.c-c++-common/{requires-unified-addr-1.c => requires [...] create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-implicit-map-3.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-implicit-map-4.c