This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch in repository gcc.
from 160a7000670 backport r263585, to skip tests with pthread_barrier on Darwin. new 831e50f9c07 Backport fix for PR libstdc++/64883. new c2af7b3855b 2018-12-21 Steven G. Kargl kargl@gcc.gnu.org
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/fortran/ChangeLog | 6 +++++ gcc/fortran/module.c | 12 --------- gcc/testsuite/ChangeLog | 7 +++++ gcc/testsuite/gfortran.dg/pr88169_1.f90 | 21 +++++++++++++++ gcc/testsuite/gfortran.dg/pr88169_2.f90 | 31 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr88169_3.f90 | 15 +++++++++++ libstdc++-v3/ChangeLog | 14 ++++++++++ .../17_intro/headers/c++1998/all_attributes.cc | 2 +- .../17_intro/headers/c++2011/all_attributes.cc | 4 +-- .../17_intro/headers/c++2014/all_attributes.cc | 2 +- 10 files changed, 98 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr88169_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr88169_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr88169_3.f90