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-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. new 4d9af90d6a2 arm: Avoid indirection with -mpure-code on v6m (PR96967) new c3c3e2c9e88 arm: Improve handling of relocations with small offsets wit [...]
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/c-family/c-lex.c | 4 + gcc/cgraph.c | 8 +- gcc/config/arm/arm.c | 21 ++++- gcc/config/arm/thumb1.md | 103 ++++++++++----------- 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/arm/pure-code/pr96767.c | 10 ++ gcc/testsuite/gcc.target/arm/pure-code/pr96770.c | 21 +++++ 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 +- 22 files changed, 170 insertions(+), 77 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/pure-code/pr96767.c create mode 100644 gcc/testsuite/gcc.target/arm/pure-code/pr96770.c create mode 100644 gcc/testsuite/obj-c++.dg/SEL-typedef.mm create mode 100644 gcc/testsuite/objc.dg/SEL-typedef.m