This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 398650c9d3a Fix IFN_MASK_STORE handling of IFN_GOMP_SIMD_LANE new 677576f788d PR c++/88741 - wrong error with initializer-string. * dec [...] new 5f34f219b28 2019-01-07 Thomas Koenig tkoenig@gcc.gnu.org Harald An [...]
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/cp/ChangeLog | 5 ++ gcc/cp/decl.c | 1 + gcc/fortran/ChangeLog | 22 +++++++ gcc/fortran/check.c | 11 ++++ gcc/fortran/expr.c | 69 +++++++++++++++++++ gcc/fortran/gfortran.h | 2 + gcc/fortran/intrinsic.c | 9 +++ gcc/fortran/intrinsic.h | 3 + gcc/fortran/intrinsic.texi | 51 +++++++++++++- gcc/fortran/iresolve.c | 9 +++ gcc/fortran/simplify.c | 12 ++++ gcc/fortran/trans-decl.c | 7 ++ gcc/fortran/trans-intrinsic.c | 77 ++++++++++++++++++++++ gcc/fortran/trans.h | 1 + gcc/testsuite/ChangeLog | 13 ++++ gcc/testsuite/g++.dg/init/array50.C | 12 ++++ gcc/testsuite/gfortran.dg/is_contiguous_1.f90 | 33 ++++++++++ gcc/testsuite/gfortran.dg/is_contiguous_2.f90 | 47 +++++++++++++ gcc/testsuite/gfortran.dg/is_contiguous_3.f90 | 24 +++++++ libgfortran/ChangeLog | 11 ++++ libgfortran/Makefile.am | 1 + libgfortran/Makefile.in | 11 +++- libgfortran/gfortran.map | 1 + .../intrinsics/{clock.c => is_contiguous.c} | 43 ++++++------ libgfortran/libgfortran.h | 5 ++ 25 files changed, 455 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/g++.dg/init/array50.C create mode 100644 gcc/testsuite/gfortran.dg/is_contiguous_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/is_contiguous_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/is_contiguous_3.f90 copy libgfortran/intrinsics/{clock.c => is_contiguous.c} (62%)