This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dd7df20 Update documentation for address space hooks new 9d463a0 unconditionally compile most of the delay slot code new a366e4f * tree.def (CEIL_DIV_EXPR, FLOOR_DIV_EXPR, ROUND_DIV_EXPR): [...] new 35e78cd * fold-const.c (operand_equal_p): Add code matching empty c [...] new edbc08a PR ipa/67056 * ipa-polymorphic-call.c (possible_placement_n [...] new 92a110b [PATCH 1/9] ENABLE_CHECKING refactoring
The 5 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 | 52 ++++++++++++++++ gcc/cfgrtl.c | 4 +- gcc/config.in | 7 +++ gcc/configure | 9 ++- gcc/configure.ac | 5 ++ gcc/final.c | 12 ++-- gcc/fold-const.c | 13 +++- gcc/genattr-common.c | 8 +-- gcc/genattr.c | 39 +++++------- gcc/genattrtab.c | 16 ++--- gcc/ipa-polymorphic-call.c | 18 +++++- gcc/opts.c | 2 +- gcc/reorg.c | 82 ++++++++++--------------- gcc/system.h | 4 +- gcc/testsuite/ChangeLog | 11 ++++ gcc/testsuite/g++.dg/ipa/pr67056.C | 39 ++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/operand-equal-1.c | 8 +++ gcc/toplev.c | 4 +- gcc/tree.def | 16 +++-- libcpp/ChangeLog | 9 +++ libcpp/config.in | 3 + libcpp/configure | 5 ++ libcpp/configure.ac | 4 ++ libcpp/system.h | 21 ++++++- 24 files changed, 270 insertions(+), 121 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ipa/pr67056.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/operand-equal-1.c