This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 71f5258ba6f C++: suggest missing headers for implicit use of "std" (PR [...] new a5a483705ee PR c++/85210 * pt.c (tsubst_decomp_names): Return error_m [...] new 01e68362743 PR rtl-optimization/84872 * cfgloopmanip.c (create_prehea [...] new ed63c74f2fa PR debug/85252 * dwarf2out.c (rtl_for_decl_init): For STR [...]
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 | 11 +++++++++++ gcc/cfgloopmanip.c | 4 +++- gcc/cp/ChangeLog | 6 ++++++ gcc/cp/pt.c | 6 ++++++ gcc/dwarf2out.c | 2 ++ gcc/testsuite/ChangeLog | 11 +++++++++++ gcc/testsuite/g++.dg/cpp1z/{decomp39.C => decomp42.C} | 10 ++++++---- gcc/testsuite/gcc.dg/debug/pr85252.c | 11 +++++++++++ gcc/testsuite/gcc.dg/graphite/pr84872.c | 19 +++++++++++++++++++ 9 files changed, 75 insertions(+), 5 deletions(-) copy gcc/testsuite/g++.dg/cpp1z/{decomp39.C => decomp42.C} (61%) create mode 100644 gcc/testsuite/gcc.dg/debug/pr85252.c create mode 100644 gcc/testsuite/gcc.dg/graphite/pr84872.c