This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 87b53bc Allow warning flags to associate through gfc_error. new 2c8c2d4 New warning -Wargument-mismatch for function argument mismatches. new 427223f 2016-11-02 Richard Biener rguenther@suse.de
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 | 10 ++++++ gcc/fortran/ChangeLog | 8 +++++ gcc/fortran/interface.c | 28 +++++++++------ gcc/fortran/invoke.texi | 11 +++++- gcc/fortran/lang.opt | 4 +++ gcc/fortran/resolve.c | 6 ++-- gcc/gimple-ssa-store-merging.c | 41 +++++++++++++++++----- gcc/testsuite/ChangeLog | 8 +++++ gcc/testsuite/gcc.dg/store_merging_8.c | 38 ++++++++++++++++++++ .../gfortran.dg/warn_argument_mismatch_1.f90 | 34 ++++++++++++++++++ 10 files changed, 165 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/store_merging_8.c create mode 100644 gcc/testsuite/gfortran.dg/warn_argument_mismatch_1.f90