This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 28ec3d7d4c6 Implement inline call summaries. new b0aabdd0a3b OpenACC "present" subarrays: runtime API return value and u [...] new 4e8ac2d2fa1 jit: fix ICE with GCC_JIT_BOOL_OPTION_SELFCHECK_GC since r2 [...] new 079b5afa00f Fix host-to-device copies from rodata for AMD GCN new 7832105f49b AMD GCN libgomp plugin queue-full condition locking fix new d9d6fc52b66 AMD GCN symbol output with null cfun new 59111e5e45a [AArch64] Fix vrbit_1.c test failure
The 6 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 | 4 ++ gcc/config/gcn/gcn.c | 6 ++- gcc/jit/ChangeLog | 6 +++ gcc/jit/jit-playback.c | 6 +-- gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gcc.target/aarch64/simd/vrbit_1.c | 2 +- libgomp/ChangeLog | 34 ++++++++++++ libgomp/oacc-mem.c | 12 ++--- libgomp/plugin/plugin-gcn.c | 61 ++++++++++++++++------ .../libgomp.oacc-c-c++-common/copyin-devptr-1.c | 28 ++++++++++ .../libgomp.oacc-c-c++-common/copyin-devptr-2.c | 35 +++++++++++++ .../testsuite/libgomp.oacc-c-c++-common/lib-20.c | 2 +- .../testsuite/libgomp.oacc-c-c++-common/lib-22.c | 2 - .../testsuite/libgomp.oacc-c-c++-common/lib-23.c | 2 +- .../testsuite/libgomp.oacc-c-c++-common/lib-30.c | 2 - 15 files changed, 169 insertions(+), 37 deletions(-) create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/copyin-devptr-1.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/copyin-devptr-2.c