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 a37d7d6fc1d gcc-changelog: Add FIXME note. adds adddfc85c07 rs6000: fix symtab_node::get == NULL issue adds 4320a4b717d c++: don't warn about internal interference sizes adds 7bdf51557d1 i386: port vxworks to TARGET_CPU_P macro adds 2709337c118 zero-call-used-regs attr for ada adds 2ab5c3d5457 c++: default ctor that's also a list ctor [PR102050] new e5d1af8a07a c++: Fix handling of decls with flexible array members init [...] new 30e02539320 c++: add parsing_function_declarator predicate
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/ada/gcc-interface/utils.c | 59 +++++++++++++++++++++++++++++ gcc/config/i386/vxworks.h | 24 ++++++------ gcc/config/rs6000/rs6000.c | 1 + gcc/cp/cp-tree.h | 1 + gcc/cp/decl.c | 14 +++++-- gcc/cp/name-lookup.c | 7 +--- gcc/cp/parser.c | 13 ++++++- gcc/cp/typeck2.c | 15 +++++++- gcc/testsuite/g++.dg/cpp0x/initlist125.C | 12 ++++++ gcc/testsuite/g++.dg/cpp0x/initlist126.C | 17 +++++++++ gcc/testsuite/g++.dg/ext/flexary39.C | 65 ++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/ext/flexary40.C | 50 ++++++++++++++++++++++++ gcc/testsuite/gnat.dg/zcur_attr.adb | 8 ++++ gcc/testsuite/gnat.dg/zcur_attr.ads | 4 ++ gcc/varasm.c | 12 ++++-- 15 files changed, 276 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist125.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist126.C create mode 100644 gcc/testsuite/g++.dg/ext/flexary39.C create mode 100644 gcc/testsuite/g++.dg/ext/flexary40.C create mode 100644 gcc/testsuite/gnat.dg/zcur_attr.adb create mode 100644 gcc/testsuite/gnat.dg/zcur_attr.ads