This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-defconfig in repository toolchain/ci/gcc.
from 86cca5cc146 Fix PRE topological expression set sorting adds 505ea909044 libstdc++: Exclude cygwin and mingw from linker relro support adds 2e8b368c3d3 Fix PRE NEW_SETS guarding adds d6e5745a9a8 c++: Tweak tsubst_qualified_id location. adds 61827d5d9a5 c++: Correct the handling of alignof(expr) [PR88115] adds b1c9b3c3408 c++: Change the mangling of __alignof__ [PR88115] adds 9227f81db7a Objective-C++ : Allow prefix attrs on linkage specs. adds 5d46ec3db21 CFI-handling : Add a hook to allow target-specific Personal [...]
No new revisions were added by this update.
Summary of changes: gcc/c-family/c-opts.c | 2 +- gcc/common.opt | 4 + gcc/config/darwin-protos.h | 1 + gcc/config/darwin.c | 11 ++ gcc/config/darwin.h | 3 + gcc/cp/cp-tree.h | 2 +- gcc/cp/decl.c | 2 +- gcc/cp/mangle.c | 27 ++- gcc/cp/parser.c | 75 ++++++-- gcc/cp/pt.c | 8 +- gcc/cp/typeck.c | 17 +- gcc/doc/invoke.texi | 3 + gcc/doc/tm.texi | 4 + gcc/doc/tm.texi.in | 2 + gcc/dwarf2out.c | 14 +- gcc/target.def | 10 + gcc/testsuite/g++.dg/abi/macro0.C | 2 +- gcc/testsuite/g++.dg/cpp0x/alignof6.C | 19 ++ gcc/testsuite/g++.dg/cpp0x/alignof7.C | 22 +++ gcc/testsuite/g++.dg/cpp0x/alignof8.C | 13 ++ gcc/testsuite/g++.dg/diagnostic/static_assert3.C | 36 ++++ gcc/tree-ssa-pre.c | 7 +- gcc/tree.c | 4 + libcc1/libcp1plugin.cc | 2 +- libiberty/cp-demangle.c | 25 ++- libiberty/testsuite/demangle-expected | 7 + libstdc++-v3/acinclude.m4 | 23 ++- libstdc++-v3/configure | 230 ++++++++++++++++------- 28 files changed, 454 insertions(+), 121 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignof6.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignof7.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignof8.C create mode 100644 gcc/testsuite/g++.dg/diagnostic/static_assert3.C