This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7d11ae1dd95 c++: bogus error with union in qualified name [PR83469] new ac2fb60a67d libstdc++: Ensure pool resources meet alignment requirement [...]
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: libstdc++-v3/src/c++17/memory_resource.cc | 26 ++++++++-- .../20_util/synchronized_pool_resource/118681.cc | 5 ++ .../20_util/unsynchronized_pool_resource/118681.cc | 58 ++++++++++++++++++++++ 3 files changed, 85 insertions(+), 4 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/synchronized_pool_resource/118681.cc create mode 100644 libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/118681.cc