This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a7d3017af30 * config.gcc: Mark tile* targets as deprecated/obsolete. new 6f5a18043fa input.h: convert some macros to inline functions new 854cee9bed1 PR c++/85553 * init.c (build_zero_init_1): For zero initi [...] new 10b13838b3b PR ipa/85549 * ipa-cp.c (find_aggregate_values_for_caller [...]
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 | 13 +++++++++ gcc/cp/ChangeLog | 6 ++++ gcc/cp/init.c | 4 ++- gcc/input.h | 34 +++++++++++++++------- gcc/ipa-cp.c | 4 ++- gcc/testsuite/ChangeLog | 12 ++++++++ .../cpp0x/Wzero-as-null-pointer-constant-3.C | 2 +- gcc/testsuite/g++.dg/cpp0x/constexpr-85553.C | 4 +++ gcc/testsuite/g++.dg/ipa/pr85549.C | 28 ++++++++++++++++++ 9 files changed, 94 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-85553.C create mode 100644 gcc/testsuite/g++.dg/ipa/pr85549.C