This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 6676f402526 Daily bump. new cd41e4a1864 c++: Don't try to parse a function declaration as deduction [...] new 5b578afcf70 c-common: Remove DEBUG_FUNCTION from verify_sequence_points new 921661beb90 c++: Propagate attributes to clones in duplicate_decls [PR67453] new 9d488c191c6 c, c++: Fix up -Wunused-value on COMPLEX_EXPRs [PR97748] new d183dd5ca42 c++: Fix up constexpr CLEANUP_POINT_EXPR and TRY_FINALLY_EX [...]
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/c-family/c-common.c | 2 +- gcc/c-family/c-common.h | 2 +- gcc/c-family/c-warn.c | 13 +++++++-- gcc/cp/constexpr.c | 34 ++++++++--------------- gcc/cp/cvt.c | 38 ++++++++++---------------- gcc/cp/decl.c | 10 +++++++ gcc/cp/parser.c | 1 + gcc/testsuite/c-c++-common/Wunused-value-1.c | 33 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/class-deduction75.C | 15 ++++++++++ gcc/testsuite/g++.dg/cpp2a/constexpr-dtor9.C | 31 +++++++++++++++++++++ gcc/testsuite/g++.dg/ext/attr-used-2.C | 15 ++++++++++ 11 files changed, 144 insertions(+), 50 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wunused-value-1.c create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction75.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-dtor9.C create mode 100644 gcc/testsuite/g++.dg/ext/attr-used-2.C