This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3b9cd125cfc Restore bootstrap by removing unused variable in tree-ssa-l [...] new 89d0f082b3c OpenMP/Fortran: Parsing support for 'uses_allocators'
The 1 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/fortran/dump-parse-tree.cc | 24 +++ gcc/fortran/gfortran.h | 5 +- gcc/fortran/match.cc | 7 +- gcc/fortran/openmp.cc | 194 +++++++++++++++++++-- gcc/fortran/st.cc | 2 +- gcc/fortran/trans-openmp.cc | 11 ++ .../libgomp.fortran/uses_allocators_1.f90 | 168 ++++++++++++++++++ .../libgomp.fortran/uses_allocators_2.f90 | 99 +++++++++++ 8 files changed, 491 insertions(+), 19 deletions(-) create mode 100644 libgomp/testsuite/libgomp.fortran/uses_allocators_1.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/uses_allocators_2.f90