This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5c3b44e0044 Some typo fixes (mostly comment but some messages too) new 62c126db6b6 libstdc++: Implement C++26 P3378R2 - constexpr exception types
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/testsuite/g++.dg/tree-ssa/pr109442.C | 3 +- gcc/testsuite/g++.dg/tree-ssa/pr110819.C | 3 +- gcc/testsuite/g++.dg/tree-ssa/pr116868.C | 3 +- gcc/testsuite/g++.dg/tree-ssa/pr58483.C | 3 +- gcc/testsuite/g++.dg/tree-ssa/pr96945.C | 3 +- libgomp/omp.h.in | 2 +- libstdc++-v3/config/abi/pre/gnu.ver | 10 + libstdc++-v3/include/Makefile.am | 6 + libstdc++-v3/include/Makefile.in | 6 + libstdc++-v3/include/bits/basic_ios.h | 1 + libstdc++-v3/include/bits/formatfwd.h | 5 - libstdc++-v3/include/bits/functexcept.h | 63 +-- libstdc++-v3/include/bits/hashtable_policy.h | 1 + libstdc++-v3/include/bits/locale_classes.h | 1 + libstdc++-v3/include/bits/memory_resource.h | 2 +- libstdc++-v3/include/bits/new_allocator.h | 2 +- libstdc++-v3/include/bits/new_except.h | 110 ++++ .../ctype_inline.h => include/bits/new_throw.h} | 66 +-- libstdc++-v3/include/bits/specfun.h | 1 + libstdc++-v3/include/bits/stdexcept_except.h | 552 +++++++++++++++++++++ libstdc++-v3/include/bits/stdexcept_throw.h | 61 +++ libstdc++-v3/include/bits/stdexcept_throwdef.h | 177 +++++++ .../bits/{functexcept.h => stdexcept_throwfwd.h} | 78 ++- libstdc++-v3/include/bits/stl_algobase.h | 1 - libstdc++-v3/include/bits/stl_map.h | 2 +- libstdc++-v3/include/bits/stl_vector.h | 2 +- libstdc++-v3/include/bits/version.def | 4 +- libstdc++-v3/include/bits/version.h | 3 +- libstdc++-v3/include/experimental/optional | 2 +- libstdc++-v3/include/ext/bitmap_allocator.h | 2 +- libstdc++-v3/include/ext/concurrence.h | 2 +- libstdc++-v3/include/ext/debug_allocator.h | 2 +- libstdc++-v3/include/ext/malloc_allocator.h | 2 +- libstdc++-v3/include/ext/mt_allocator.h | 2 +- libstdc++-v3/include/ext/pool_allocator.h | 2 +- libstdc++-v3/include/ext/ropeimpl.h | 2 +- libstdc++-v3/include/ext/string_conversions.h | 2 +- libstdc++-v3/include/ext/throw_allocator.h | 3 +- libstdc++-v3/include/ext/vstring_util.h | 2 +- libstdc++-v3/include/std/array | 2 +- libstdc++-v3/include/std/bitset | 4 +- libstdc++-v3/include/std/deque | 1 + libstdc++-v3/include/std/expected | 26 +- libstdc++-v3/include/std/flat_map | 2 +- libstdc++-v3/include/std/flat_set | 1 - libstdc++-v3/include/std/format | 15 +- libstdc++-v3/include/std/future | 1 + libstdc++-v3/include/std/inplace_vector | 1 + libstdc++-v3/include/std/optional | 12 +- libstdc++-v3/include/std/shared_mutex | 1 + libstdc++-v3/include/std/stdexcept | 248 +-------- libstdc++-v3/include/std/string | 10 + libstdc++-v3/include/std/string_view | 15 +- libstdc++-v3/include/std/syncstream | 1 - libstdc++-v3/include/std/variant | 19 +- libstdc++-v3/include/tr1/array | 1 + libstdc++-v3/include/tr1/cmath | 1 + libstdc++-v3/include/tr1/memory | 1 - libstdc++-v3/include/tr2/dynamic_bitset | 2 +- libstdc++-v3/libsupc++/new | 58 +-- libstdc++-v3/src/c++11/cow-stdexcept.cc | 10 + libstdc++-v3/src/c++11/functexcept.cc | 1 - libstdc++-v3/src/c++11/regex.cc | 1 - libstdc++-v3/src/c++11/snprintf_lite.cc | 2 +- libstdc++-v3/src/c++11/thread.cc | 1 + libstdc++-v3/src/c++17/floating_from_chars.cc | 1 - .../testsuite/18_support/exception/version.cc | 7 +- .../19_diagnostics/headers/stdexcept/version.cc | 10 + .../19_diagnostics/logic_error/constexpr.cc | 75 +++ .../19_diagnostics/runtime_error/constexpr.cc | 73 +++ libstdc++-v3/testsuite/20_util/allocator/105975.cc | 5 +- .../testsuite/20_util/expected/observers.cc | 11 +- libstdc++-v3/testsuite/20_util/expected/version.cc | 17 + .../20_util/optional/constexpr/observers/3.cc | 33 ++ libstdc++-v3/testsuite/20_util/optional/version.cc | 13 + .../testsuite/20_util/variant/constexpr.cc | 36 ++ libstdc++-v3/testsuite/20_util/variant/version.cc | 17 + .../inplace_vector/access/capacity.cc | 5 +- .../23_containers/inplace_vector/access/elem.cc | 10 +- .../23_containers/inplace_vector/cons/1.cc | 21 +- .../inplace_vector/cons/from_range.cc | 10 +- .../inplace_vector/modifiers/assign.cc | 10 +- .../inplace_vector/modifiers/multi_insert.cc | 35 +- .../inplace_vector/modifiers/single_insert.cc | 5 +- .../testsuite/util/io/verified_cmd_line_input.cc | 2 +- libstdc++-v3/testsuite/util/testsuite_hooks.h | 2 +- 86 files changed, 1473 insertions(+), 556 deletions(-) create mode 100644 libstdc++-v3/include/bits/new_except.h copy libstdc++-v3/{config/os/djgpp/ctype_inline.h => include/bits/new_throw.h} (54%) create mode 100644 libstdc++-v3/include/bits/stdexcept_except.h create mode 100644 libstdc++-v3/include/bits/stdexcept_throw.h create mode 100644 libstdc++-v3/include/bits/stdexcept_throwdef.h copy libstdc++-v3/include/bits/{functexcept.h => stdexcept_throwfwd.h} (64%) create mode 100644 libstdc++-v3/testsuite/19_diagnostics/headers/stdexcept/version.cc create mode 100644 libstdc++-v3/testsuite/19_diagnostics/logic_error/constexpr.cc create mode 100644 libstdc++-v3/testsuite/19_diagnostics/runtime_error/constexpr.cc