This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fee30e0 Move diagnostic_show_locus and friends out into a new source file new 1e5769b * config/pa/pa-protos.h (pa_cint_ok_for_move): Change argume [...] new 1c71d7c [PATCH] avail_exprs is no longer file scoped new c84fee0 [PATCH] const_and_copies is no longer file scoped new ed53620 Use explicit locations for some warnings in c-pragma.c.
The 4 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 | 53 ++++++++++++++ gcc/c-family/ChangeLog | 6 ++ gcc/c-family/c-pragma.c | 44 ++++++++---- gcc/c-family/c-pragma.h | 2 +- gcc/c/ChangeLog | 4 ++ gcc/c/c-parser.c | 5 +- gcc/config/pa/pa-protos.h | 4 +- gcc/config/pa/pa.c | 15 ++-- gcc/config/pa/pa.md | 6 +- gcc/cp/ChangeLog | 5 ++ gcc/cp/parser.c | 13 ++-- gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gcc.dg/pragma-diag-5.c | 6 ++ gcc/tree-ssa-dom.c | 135 +++++++++++++++++------------------ gcc/tree-ssa-dom.h | 2 - gcc/tree-ssa-scopedtables.h | 7 +- gcc/tree-ssa-threadedge.c | 16 ++--- 17 files changed, 212 insertions(+), 115 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pragma-diag-5.c