This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm in repository toolchain/ci/gcc.
from 2ab5c3d5457 c++: default ctor that's also a list ctor [PR102050] adds e5d1af8a07a c++: Fix handling of decls with flexible array members init [...] adds 30e02539320 c++: add parsing_function_declarator predicate adds f5ae6447bd8 rs6000: fix xcoff section encoding adds 22806064a67 c++: shortcut bad convs during overload resolution, part 2 [...] adds 9e85da8d9fd Daily bump.
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 18 ++++++ gcc/ChangeLog | 115 +++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 6 ++ gcc/config/rs6000/rs6000.c | 4 +- gcc/cp/ChangeLog | 56 ++++++++++++++++ gcc/cp/call.c | 17 ++++- gcc/cp/cp-tree.h | 1 + gcc/cp/name-lookup.c | 7 +- gcc/cp/parser.c | 13 +++- gcc/cp/typeck2.c | 15 ++++- gcc/testsuite/ChangeLog | 57 ++++++++++++++++ gcc/testsuite/g++.dg/ext/conv2.C | 13 ++++ gcc/testsuite/g++.dg/ext/flexary39.C | 65 +++++++++++++++++++ gcc/testsuite/g++.dg/ext/flexary40.C | 50 ++++++++++++++ gcc/testsuite/g++.dg/template/conv17.C | 7 ++ gcc/varasm.c | 12 +++- libstdc++-v3/ChangeLog | 5 ++ 18 files changed, 448 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/conv2.C create mode 100644 gcc/testsuite/g++.dg/ext/flexary39.C create mode 100644 gcc/testsuite/g++.dg/ext/flexary40.C