This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f2740d9193c PR c/81882 - attribute ifunc documentation uses invalid code new d5ba0115700 2017-09-21 Paul Thomas pault@gcc.gnu.org new b522f2eac10 PR go/82284 * elf.c (backtrace_initialize): Set pd.exe_filename.
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 | 26 +++++++++++ gcc/fortran/match.c | 11 ++++- gcc/fortran/primary.c | 69 ++++++++++++++++++++++-------- gcc/fortran/resolve.c | 14 ++++++ gcc/testsuite/ChangeLog | 22 +++++++++- gcc/testsuite/gfortran.dg/associate_26.f90 | 15 +++++++ gcc/testsuite/gfortran.dg/associate_27.f90 | 23 ++++++++++ gcc/testsuite/gfortran.dg/associate_28.f90 | 64 +++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/associate_29.f90 | 30 +++++++++++++ gcc/testsuite/gfortran.dg/associate_30.f90 | 15 +++++++ gcc/testsuite/gfortran.dg/associate_31.f90 | 39 +++++++++++++++++ libbacktrace/ChangeLog | 5 +++ libbacktrace/elf.c | 1 + 13 files changed, 312 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/associate_26.f90 create mode 100644 gcc/testsuite/gfortran.dg/associate_27.f90 create mode 100644 gcc/testsuite/gfortran.dg/associate_28.f90 create mode 100644 gcc/testsuite/gfortran.dg/associate_29.f90 create mode 100644 gcc/testsuite/gfortran.dg/associate_30.f90 create mode 100644 gcc/testsuite/gfortran.dg/associate_31.f90