This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e9fc9d075f3 Fix clang warning (-Wstring-plus-int) new 001c63d15e3 c++: Don't allow defining types in enum-base [PR96380] new 7f9b7ccf0c1 LTO: fallback to -flto=N if -flto=jobserver does not work. new 5445da1a94b [libstdc++] Add missing _M_try_acquire() to __platform_semaphore
The 3 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/cp/parser.c | 4 ++++ gcc/lto-wrapper.c | 3 ++- gcc/testsuite/g++.dg/cpp0x/enum_base4.C | 8 ++++++++ gcc/testsuite/g++.dg/cpp0x/enum_base5.C | 7 +++++++ libstdc++-v3/include/bits/semaphore_base.h | 18 ++++++++++++++++++ 5 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/enum_base4.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/enum_base5.C