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-aarch64-bootstrap 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. new e0c09143c96 rs6000: Remove useless toc-fusion option
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: contrib/ChangeLog | 18 ++++++ gcc/ChangeLog | 115 +++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 6 ++ gcc/config/rs6000/rs6000.c | 4 +- gcc/config/rs6000/rs6000.opt | 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 ++ 19 files changed, 448 insertions(+), 19 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