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-next-allyesconfig in repository toolchain/ci/gcc.
from de77abee118 libstdc++: Fix gnu-version-namespace buid adds 29e41848584 libstdc++: Define type traits for wchar_t even when libc su [...] adds 318be202bb7 testsuite, X86 : Add target requires masm_intel to three tests. adds 895fdc1f4c9 ipa: Fix segmentation fault in function_summary<clone_info* [...] adds 3784f161a38 i386: Set the stack usage to 0 for naked functions adds e344ea07e40 Objective-C++ : Address a FIXME. adds 7a2cc1e8438 Objective-C/C++ : Improve '@' keyword locations. adds bb93020ff85 Objective-C : Implement SEL as a built-in typedef. adds 590febb5f66 Darwin: Adjust the PCH area to allow for 16384byte page size.
No new revisions were added by this update.
Summary of changes: gcc/c-family/c-lex.c | 4 ++++ gcc/cgraph.c | 8 +++++--- gcc/config/host-darwin.c | 5 ++++- gcc/config/i386/i386.c | 6 +++++- gcc/cp/parser.c | 13 ++++--------- gcc/objc/objc-act.c | 1 + gcc/objc/objc-act.h | 3 +++ gcc/objc/objc-gnu-runtime-abi-01.c | 7 +++++++ gcc/objc/objc-next-runtime-abi-01.c | 7 +++++++ gcc/objc/objc-next-runtime-abi-02.c | 7 +++++++ gcc/testsuite/gcc.target/i386/amxbf16-asmintel-1.c | 1 + gcc/testsuite/gcc.target/i386/amxint8-asmintel-1.c | 1 + gcc/testsuite/gcc.target/i386/amxtile-asmintel-1.c | 1 + gcc/testsuite/obj-c++.dg/SEL-typedef.mm | 7 +++++++ gcc/testsuite/obj-c++.dg/property/at-property-1.mm | 1 - gcc/testsuite/objc.dg/SEL-typedef.m | 7 +++++++ libstdc++-v3/include/bits/cpp_type_traits.h | 4 ++-- libstdc++-v3/include/std/type_traits | 9 ++++++--- 18 files changed, 72 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/obj-c++.dg/SEL-typedef.mm create mode 100644 gcc/testsuite/objc.dg/SEL-typedef.m