This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 29e41848584 libstdc++: Define type traits for wchar_t even when libc su [...] new 318be202bb7 testsuite, X86 : Add target requires masm_intel to three tests. new 895fdc1f4c9 ipa: Fix segmentation fault in function_summary<clone_info* [...] new 3784f161a38 i386: Set the stack usage to 0 for naked functions new e344ea07e40 Objective-C++ : Address a FIXME. new 7a2cc1e8438 Objective-C/C++ : Improve '@' keyword locations. new bb93020ff85 Objective-C : Implement SEL as a built-in typedef. new 590febb5f66 Darwin: Adjust the PCH area to allow for 16384byte page size.
The 7 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/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 +++++++ 16 files changed, 64 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/obj-c++.dg/SEL-typedef.mm create mode 100644 gcc/testsuite/objc.dg/SEL-typedef.m