This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch in repository gcc.
from 5447778a02c * config.gcc: Mark tile* targets as deprecated/obsolete. new c7e4f584b20 PR c++/85553 * init.c (build_zero_init_1): For zero initi [...] new 51c67f8c7a4 PR ipa/85549 * ipa-cp.c (find_aggregate_values_for_caller [...]
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 | 6 +++++ gcc/cp/ChangeLog | 6 +++++ gcc/cp/init.c | 4 +++- gcc/ipa-cp.c | 4 +++- gcc/testsuite/ChangeLog | 10 ++++++++ .../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 ++++++++++++++++++++++ 8 files changed, 61 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-85553.C create mode 100644 gcc/testsuite/g++.dg/ipa/pr85549.C