This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 332b7382841 Make cgraph_node::get_fun const new a419c649085 * cp-tree.h (class iloc_sentinel): New. new 1a599e368ca * constexpr.c (cxx_fold_indirect_ref): Use similar_type_p. new 27de09887e8 Const-correctness fixes for fibonacci_heap.h
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/ChangeLog | 7 +++++ gcc/cp/ChangeLog | 10 +++++++ gcc/cp/constexpr.c | 38 +++++++++++---------------- gcc/cp/cp-tree.h | 18 +++++++++++++ gcc/cp/decl.c | 15 ++++------- gcc/cp/mangle.c | 4 +-- gcc/cp/pt.c | 5 +--- gcc/fibonacci_heap.h | 8 +++--- gcc/testsuite/g++.dg/cpp0x/constexpr-const2.C | 6 +++++ 9 files changed, 67 insertions(+), 44 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-const2.C