This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cc4b5c5 * c-common.c (check_cxx_fundamental_alignment_constraints): [...] new b74250b 2016-09-15 Louis Krupp louis.krupp@zoho.com PR fortran/6 [...] new d9020fe fix-it hints can't contain newlines
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/ChangeLog | 7 ++ gcc/diagnostic-show-locus.c | 83 ++++++++++++++++++++++ gcc/fortran/ChangeLog | 5 ++ gcc/fortran/parse.c | 25 +++++++ gcc/testsuite/ChangeLog | 5 ++ .../gfortran.dg/misplaced_implicit_character.f90 | 8 +++ libcpp/ChangeLog | 8 +++ libcpp/include/line-map.h | 2 + libcpp/line-map.c | 13 ++++ 9 files changed, 156 insertions(+) create mode 100644 gcc/testsuite/gfortran.dg/misplaced_implicit_character.f90