This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f88ce9d1680 runtime: don't call funcPC from a function new e11dd1ee5fb * es.po: Update. new 482c4a0cfdc 2018-02-07 Steven G. Kargl kargl@gcc.gnu.org new 5b4441884e6 PR c++/84082 * parser.c (cp_parser_dot_deref_incomplete): [...]
The 3 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 | 6 ++ gcc/cp/parser.c | 77 ++++++++++++++----- gcc/fortran/ChangeLog | 5 ++ gcc/fortran/match.c | 4 +- gcc/po/ChangeLog | 4 + gcc/po/es.po | 98 ++++++++---------------- gcc/testsuite/ChangeLog | 12 +++ gcc/testsuite/g++.dg/parse/crash67.C | 2 +- gcc/testsuite/g++.dg/template/incomplete11.C | 10 +++ gcc/testsuite/gfortran.dg/deallocate_error_3.f90 | 9 +++ gcc/testsuite/gfortran.dg/deallocate_error_4.f90 | 10 +++ 11 files changed, 149 insertions(+), 88 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/incomplete11.C create mode 100644 gcc/testsuite/gfortran.dg/deallocate_error_3.f90 create mode 100644 gcc/testsuite/gfortran.dg/deallocate_error_4.f90