This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f3a7179 libstdc++: Darwin does not support weak refs without definition. new 7a3e023 PR bootstrap/69343 PR bootstrap/69339 PR tree-opt/68964
The 1 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 | 11 +++ gcc/tree.c | 138 --------------------------- libitm/ChangeLog | 21 ++++ libitm/Makefile.am | 20 +--- libitm/Makefile.in | 35 +++---- libitm/config/arm/neon.cc | 3 - libitm/{vect128.cc => config/x86/x86_sse.cc} | 7 ++ libitm/configure | 50 +--------- libitm/configure.ac | 3 - libitm/libitm.h | 6 +- libitm/vect64.cc | 36 ------- 11 files changed, 61 insertions(+), 269 deletions(-) delete mode 100644 libitm/config/arm/neon.cc rename libitm/{vect128.cc => config/x86/x86_sse.cc} (90%) delete mode 100644 libitm/vect64.cc