This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a6c21b2c77c [arm] Add support for Neoverse N1 new 51391c1d37a [C, C++] Use correct location information for OpenACC shape [...] new eb1dc7b8b93 Silence '-Whsa' diagnostic in 'gfortran.dg/goacc/pr78027.f90' new 9b42375414c Revert earlier OpenACC 'routine' changes new 1d740b07b3b [PR72741] Use 'oacc_build_routine_dims' for Fortran OpenACC [...] new e03c3144d02 [libgomp] In OpenACC offloading testing, be more explicit i [...] new 3a590203770 [libgomp] Clarify difference between offload target, offloa [...] new 62f34603363 [libgomp] In OpenACC testing, cycle though all offload targets new a424204c2f9 [libgomp] In OpenACC testing, by default only build for the [...] new b320319b236 Remove unused check_effective_target_offload_nvptx new 9af6ed72c95 2019-02-22 Richard Biener rguenther@suse.de new 7914772fa16 [GCC, AArch64] Fix a couple of bugs in BTI new 75dba176ce6 2019-02-22 Richard Biener rguenther@suse.de
The 12 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 | 20 +++ gcc/c-family/ChangeLog | 7 + gcc/c-family/c-pch.c | 8 -- gcc/c/ChangeLog | 7 + gcc/c/c-parser.c | 28 ++-- gcc/config/aarch64/aarch64.c | 4 +- gcc/config/nvptx/nvptx.c | 35 ----- gcc/cp/ChangeLog | 8 ++ gcc/cp/parser.c | 45 ++++--- gcc/fortran/ChangeLog | 15 +++ gcc/fortran/gfortran.h | 13 +- gcc/fortran/openmp.c | 48 +++---- gcc/fortran/trans-decl.c | 34 +++-- gcc/omp-general.c | 18 ++- gcc/omp-general.h | 1 + gcc/testsuite/ChangeLog | 19 +++ gcc/testsuite/c-c++-common/goacc/routine-5.c | 150 +++++++++++++-------- gcc/testsuite/g++.dg/goacc/template.C | 2 +- gcc/testsuite/gcc.dg/vect/pr89440.c | 32 +++++ .../gfortran.dg/goacc/classify-routine.f95 | 4 +- gcc/testsuite/gfortran.dg/goacc/pr78027.f90 | 4 + gcc/testsuite/lib/target-supports.exp | 8 -- gcc/tree-vect-loop.c | 7 - libgomp/ChangeLog | 47 +++++++ libgomp/Makefile.in | 1 + libgomp/config.h.in | 4 +- libgomp/configure | 46 ++++--- libgomp/plugin/configfrag.ac | 41 +++--- libgomp/target.c | 8 +- libgomp/testsuite/Makefile.in | 1 + libgomp/testsuite/lib/libgomp.exp | 88 +++++------- libgomp/testsuite/libgomp-test-support.exp.in | 1 + libgomp/testsuite/libgomp.oacc-c++/c++.exp | 31 +++-- .../function-not-offloaded.c | 4 +- .../libgomp.oacc-c-c++-common/parallel-dims.c | 10 +- .../libgomp.oacc-c-c++-common/vector-length-64-1.c | 2 +- libgomp/testsuite/libgomp.oacc-c/c.exp | 31 +++-- libgomp/testsuite/libgomp.oacc-fortran/fortran.exp | 25 +++- 38 files changed, 535 insertions(+), 322 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr89440.c