This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eb7c7c524556 tree-opt: Fix bootstrap failure in tree-ssa-forwprop.c som [...] new aef85e40e0c5 doc: Note that some warnings depend on optimizations (PR 92757) new e4379a931d14 libstdc++: Value-initialize std::atomic for C++20 (P0883R2) new fe7cc34fd518 libstdc++: Ensure root-dir converted to forward slash (PR93244) new 5ab08934e5f4 Exclude CL_WARNING and CL_PARAM from --help=optimize.
The 4 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/doc/invoke.texi | 5 ++ gcc/opts.c | 5 ++ libstdc++-v3/ChangeLog | 35 +++++++++++++ libstdc++-v3/include/bits/atomic_base.h | 15 ++++-- libstdc++-v3/include/bits/fs_path.h | 7 +++ libstdc++-v3/include/std/atomic | 11 ++-- libstdc++-v3/include/std/version | 1 + .../filesystem/path/generic/generic_string.cc | 11 ++++ .../path/generic/{generic_string.cc => utf.cc} | 37 ++++++++----- .../path/generic/{generic_string.cc => wchar_t.cc} | 37 ++++++++----- .../testsuite/29_atomics/atomic/cons/assign_neg.cc | 2 +- .../testsuite/29_atomics/atomic/cons/copy_neg.cc | 2 +- .../atomic/cons/value_init.cc} | 60 ++++++++++++---------- .../atomic_flag/cons/value_init.cc} | 14 ++--- .../29_atomics/atomic_flag/requirements/trivial.cc | 4 ++ .../29_atomics/atomic_float/requirements.cc | 6 +-- .../1.cc => 29_atomics/atomic_float/value_init.cc} | 14 ++--- .../29_atomics/atomic_integral/cons/assign_neg.cc | 2 +- .../29_atomics/atomic_integral/cons/copy_neg.cc | 2 +- .../atomic_integral/cons/value_init.cc} | 14 ++--- .../atomic_integral/requirements/trivial.cc | 4 ++ .../testsuite/util/testsuite_common_types.h | 22 +++++++- 23 files changed, 235 insertions(+), 86 deletions(-) copy libstdc++-v3/testsuite/27_io/filesystem/path/generic/{generic_string.cc => ut [...] copy libstdc++-v3/testsuite/27_io/filesystem/path/generic/{generic_string.cc => wc [...] copy libstdc++-v3/testsuite/{std/ranges/iota_view.cc => 29_atomics/atomic/cons/val [...] copy libstdc++-v3/testsuite/{20_util/assume_aligned/1.cc => 29_atomics/atomic_flag [...] copy libstdc++-v3/testsuite/{20_util/assume_aligned/1.cc => 29_atomics/atomic_floa [...] copy libstdc++-v3/testsuite/{20_util/assume_aligned/1.cc => 29_atomics/atomic_inte [...]