This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a1b7fe4 * omp-low.h (replace_oacc_fn_attrib, build_oacc_routine_dims [...] new 1118518 PR target/57845 * config/sparc/sparc.c (sparc_function_valu [...] new cba2cca gcc/testsuite/ * c-c++-common/goacc/routine-1.c: New. * c- [...]
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/ChangeLog | 8 +++- gcc/config/sparc/sparc.c | 5 +- gcc/testsuite/ChangeLog | 16 ++++++- gcc/testsuite/c-c++-common/goacc/routine-1.c | 34 ++++++++++++++ gcc/testsuite/c-c++-common/goacc/routine-2.c | 21 +++++++++ gcc/testsuite/c-c++-common/goacc/routine-3.c | 53 ++++++++++++++++++++++ gcc/testsuite/c-c++-common/goacc/routine-4.c | 41 +++++++++++++++++ gcc/testsuite/c-c++-common/goacc/routine-5.c | 51 +++++++++++++++++++++ .../sparc/{sparc-ret.c => sparc-ret-1.c} | 0 gcc/testsuite/gcc.target/sparc/sparc-ret-2.c | 13 ++++++ libgomp/ChangeLog | 9 ++++ .../libgomp.oacc-c-c++-common/firstprivate-1.c | 41 +++++++++++++++++ .../{loop-g-1.c => routine-g-1.c} | 31 ++++++++----- .../{loop-gwv-1.c => routine-gwv-1.c} | 39 +++++++++------- .../{loop-v-1.c => routine-v-1.c} | 39 +++++++++------- .../{loop-w-1.c => routine-w-1.c} | 39 +++++++++------- .../{loop-wv-1.c => routine-wv-1.c} | 39 +++++++++------- 17 files changed, 399 insertions(+), 80 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/routine-1.c create mode 100644 gcc/testsuite/c-c++-common/goacc/routine-2.c create mode 100644 gcc/testsuite/c-c++-common/goacc/routine-3.c create mode 100644 gcc/testsuite/c-c++-common/goacc/routine-4.c create mode 100644 gcc/testsuite/c-c++-common/goacc/routine-5.c rename gcc/testsuite/gcc.target/sparc/{sparc-ret.c => sparc-ret-1.c} (100%) create mode 100644 gcc/testsuite/gcc.target/sparc/sparc-ret-2.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/firstprivate-1.c copy libgomp/testsuite/libgomp.oacc-c-c++-common/{loop-g-1.c => routine-g-1.c} (88%) copy libgomp/testsuite/libgomp.oacc-c-c++-common/{loop-gwv-1.c => routine-gwv-1.c} (60%) copy libgomp/testsuite/libgomp.oacc-c-c++-common/{loop-v-1.c => routine-v-1.c} (55%) copy libgomp/testsuite/libgomp.oacc-c-c++-common/{loop-w-1.c => routine-w-1.c} (56%) copy libgomp/testsuite/libgomp.oacc-c-c++-common/{loop-wv-1.c => routine-wv-1.c} (57%)