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_build/master-aarch64 in repository toolchain/ci/gcc.
from 7fc4d6000a0 Optimize for V{8,16,32}HFmode vec_set/extract/init. adds 26d4ba05b92 target/102348 - fix powerpc-lynxos build adds e0fcdc46a2f gcc-changelog: check git commit email address adds 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]
No new revisions were added by this update.
Summary of changes: contrib/gcc-changelog/git_commit.py | 11 ++++++ contrib/gcc-changelog/test_email.py | 5 +++ contrib/gcc-changelog/test_patches.txt | 25 ++++++++++++++ gcc/ada/gcc-interface/utils.c | 59 ++++++++++++++++++++++++++++++++ gcc/config/i386/vxworks.h | 24 ++++++------- gcc/config/rs6000/lynx.h | 1 - gcc/config/rs6000/rs6000.c | 1 + gcc/cp/decl.c | 14 +++++--- gcc/testsuite/g++.dg/cpp0x/initlist125.C | 12 +++++++ gcc/testsuite/g++.dg/cpp0x/initlist126.C | 17 +++++++++ gcc/testsuite/gnat.dg/zcur_attr.adb | 8 +++++ gcc/testsuite/gnat.dg/zcur_attr.ads | 4 +++ 12 files changed, 164 insertions(+), 17 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/gnat.dg/zcur_attr.adb create mode 100644 gcc/testsuite/gnat.dg/zcur_attr.ads