This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 61fae5c47ba [C++ PATCH] overloaded operator fns [5/N] new 3b6578b3249 diagnostics: get rid of *_at_rich_loc in favor of overloading new 53bc543aa04 pt.c: add missing %< and %>
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 | 40 ++++++++++ gcc/auto-profile.c | 2 +- gcc/c-family/ChangeLog | 10 +++ gcc/c-family/c-common.c | 16 ++-- gcc/c-family/c-warn.c | 18 ++--- gcc/c/ChangeLog | 16 ++++ gcc/c/c-decl.c | 34 ++++----- gcc/c/c-parser.c | 41 +++++----- gcc/c/c-typeck.c | 29 ++++---- gcc/cp/ChangeLog | 41 ++++++++++ gcc/cp/class.c | 13 ++-- gcc/cp/name-lookup.c | 14 ++-- gcc/cp/parser.c | 82 ++++++++++---------- gcc/cp/pt.c | 6 +- gcc/cp/rtti.c | 6 +- gcc/cp/semantics.c | 2 +- gcc/cp/typeck.c | 16 ++-- gcc/diagnostic-core.h | 17 ++--- gcc/diagnostic.c | 87 +++++++++++----------- gcc/gcc.c | 7 +- gcc/objc/ChangeLog | 5 ++ gcc/objc/objc-gnu-runtime-abi-01.c | 3 +- gcc/substring-locations.c | 4 +- gcc/testsuite/ChangeLog | 13 ++++ gcc/testsuite/g++.dg/cpp0x/auto21.C | 2 +- .../cpp0x/missing-initializer_list-include.C | 2 +- .../gcc.dg/plugin/diagnostic_plugin_show_trees.c | 4 +- .../plugin/diagnostic_plugin_test_show_locus.c | 30 ++++---- libcpp/ChangeLog | 16 ++++ libcpp/directives.c | 8 +- libcpp/errors.c | 36 +++------ libcpp/include/cpplib.h | 6 +- 32 files changed, 374 insertions(+), 252 deletions(-)