This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 988f0466e80 Fix ICE in remap_arguments with removed parameters. new 2137aa92412 libstdc++: Replace use of reserved name that clashes [PR 97362] new db52bcfe4a0 [nvptx] Factor out write_fn_proto_1 new e88b04bda8a [nvptx] Replace dots in function names new 2f61125f6f2 Fix parameter map computation in ipa-modref new aab566a4fb6 Daily bump. new 6224a8aa1ba Objective-C, Darwin : Update protocol metadata to current version. new 1174b08b140 Ojective-C, Darwin : Adjust category superclass ref names (NFC). new 1cc74766102 Objective-C++, Darwin : Make metadata 'extern "C"'. new 75d4d7bc697 Objective-C, Darwin : Revise the runtime selection options. new 3ba0afac60e Objective-C, Darwin : Update message call codegen.
The 10 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/ChangeLog | 78 +++++ gcc/DATESTAMP | 2 +- gcc/config/darwin.c | 4 +- gcc/config/darwin.h | 2 +- gcc/config/nvptx/nvptx.c | 97 ++++-- gcc/ipa-modref.c | 2 +- gcc/objc/ChangeLog | 28 ++ gcc/objc/objc-next-runtime-abi-02.c | 342 +++++++++++++++++---- gcc/objc/objc-runtime-shared-support.c | 9 +- gcc/testsuite/ChangeLog | 17 + libstdc++-v3/ChangeLog | 16 + .../doc/html/manual/source_code_style.html | 1 + .../doc/xml/manual/appendix_contributing.xml | 6 +- libstdc++-v3/include/debug/functions.h | 6 +- libstdc++-v3/testsuite/17_intro/badnames.cc | 1 + 15 files changed, 512 insertions(+), 99 deletions(-)