This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 8d1e342b4af Fix handling of deferred SSA names in modref dataflow adds 8d081c0093a opts: Support -Oz in -Ox option hints. adds 7424323bd5e jit: Fix -Wodr warning new 2decd2cabe5 c++: ahead-of-time overload set pruning for non-dep calls
The 1 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/cp/call.c | 27 +++++++++++++++++ gcc/cp/semantics.c | 15 ++++++++++ gcc/jit/libgccjit.c | 10 +++---- gcc/opts.c | 2 +- gcc/testsuite/g++.dg/cpp0x/error2.C | 4 +-- gcc/testsuite/g++.dg/cpp0x/fntmp-equiv1.C | 18 ++++++------ gcc/testsuite/g++.dg/template/non-dependent16.C | 37 ++++++++++++++++++++++++ gcc/testsuite/g++.dg/template/non-dependent16a.C | 36 +++++++++++++++++++++++ gcc/testsuite/g++.dg/template/non-dependent17.C | 21 ++++++++++++++ 9 files changed, 153 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/non-dependent16.C create mode 100644 gcc/testsuite/g++.dg/template/non-dependent16a.C create mode 100644 gcc/testsuite/g++.dg/template/non-dependent17.C