This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2084e27 2016-07-15 Richard Biener rguenther@suse.de new 89e3ec3 gcc/fortran/ * openmp.c (gfc_match_omp_clauses): Scan for c [...] new 0ef9358 gcc/c/ * c-parser.c (c_parser_oacc_declare): Don't scan for [...]
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 | 6 +++ gcc/c/ChangeLog | 8 ++++ gcc/c/c-parser.c | 5 --- gcc/c/c-typeck.c | 4 ++ gcc/cp/ChangeLog | 8 ++++ gcc/cp/parser.c | 5 --- gcc/cp/semantics.c | 4 ++ gcc/fortran/ChangeLog | 5 +++ gcc/fortran/openmp.c | 12 +++--- gcc/omp-low.c | 4 ++ gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gfortran.dg/goacc/vector_length.f90 | 11 ++++++ libgomp/ChangeLog | 5 +++ .../zero_length_subarrays.c | 45 ++++++++++++++++++++++ 14 files changed, 111 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/goacc/vector_length.f90 create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/zero_length_subarrays.c