This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0b4718956d6 d: Fix order of precedence for -defaultlib and -debuglib new cf39dccf928 cselim: Don't assume it is safe to cstore replace a store t [...] new 4ff685a8705 c++: Avoid -Wreturn-type warning if a template fn calls nor [...]
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 | 10 +++++ gcc/cp/ChangeLog | 6 +++ gcc/cp/semantics.c | 2 +- gcc/testsuite/ChangeLog | 13 ++++++ gcc/testsuite/g++.dg/warn/Wreturn-type-12.C | 23 +++++++++++ gcc/testsuite/gcc.c-torture/execute/pr94734.c | 59 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr89430-1.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr89430-2.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr89430-5.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr89430-6.c | 2 +- gcc/tree-ssa-phiopt.c | 8 +++- 11 files changed, 122 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wreturn-type-12.C create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr94734.c