This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c5395d88dfa arc: Improve/add instruction patterns to better use MAC ins [...] new 4394b1ce773 c-family: Fix regression in location-overflow-test-1.c [PR97117] new 6624075e7e9 c-family: Avoid unnecessary work when -Wpragmas is being ignored new 3a5f8d745f8 c++: Fix -Wvexing-parse ICE with omitted int [PR97762] new 38b17c27ce5 libstdc++: Make _GLIBCXX_DEBUG checks constexpr compatible new 05b03452db6 c++: Improve error location for class using-decl. new 83f1c165d2a c++: Call tsubst_pack_expansion from tsubst. new 6db082477ad libstdc++: Remove <debug/array>
The 7 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/c-family/c-indentation.c | 70 ++-- gcc/c-family/c-pragma.c | 19 +- gcc/cp/class.c | 4 +- gcc/cp/parser.c | 23 +- gcc/cp/pt.c | 15 +- gcc/testsuite/g++.dg/lookup/using26.C | 4 +- gcc/testsuite/g++.dg/warn/Wvexing-parse8.C | 11 + gcc/testsuite/g++.old-deja/g++.other/using1.C | 4 +- gcc/testsuite/gcc.dg/pragma-diag-6.c | 9 +- libstdc++-v3/include/Makefile.am | 1 - libstdc++-v3/include/Makefile.in | 1 - libstdc++-v3/include/debug/array | 408 --------------------- libstdc++-v3/include/debug/assertions.h | 6 +- libstdc++-v3/include/debug/formatter.h | 3 +- libstdc++-v3/include/debug/helper_functions.h | 28 +- libstdc++-v3/include/debug/macros.h | 20 +- libstdc++-v3/include/experimental/functional | 4 +- libstdc++-v3/include/std/array | 66 ++-- libstdc++-v3/include/std/functional | 4 +- libstdc++-v3/include/std/span | 7 +- .../element_access/char/back_constexpr_neg.cc} | 26 +- .../94051.cc => element_access/char/constexpr.cc} | 11 +- .../element_access/char/constexpr_neg.cc} | 25 +- .../char/front_back_constexpr.cc} | 21 +- .../element_access/char/front_constexpr_neg.cc} | 26 +- .../element_access/wchar_t/back_constexpr_neg.cc} | 26 +- .../wchar_t/constexpr.cc} | 11 +- .../element_access/wchar_t/constexpr_neg.cc} | 25 +- .../element_access/wchar_t/front_constexpr_neg.cc} | 26 +- .../23_containers/array/debug/back1_neg.cc | 2 +- .../23_containers/array/debug/back2_neg.cc | 2 +- .../23_containers/array/debug/front1_neg.cc | 2 +- .../23_containers/array/debug/front2_neg.cc | 2 +- .../array/debug/square_brackets_operator1_neg.cc | 2 +- .../array/debug/square_brackets_operator2_neg.cc | 2 +- .../23_containers/array/element_access/60497.cc | 4 - .../array/tuple_interface/get_debug_neg.cc | 32 -- .../23_containers/array/tuple_interface/get_neg.cc | 5 +- .../tuple_interface/tuple_element_debug_neg.cc | 25 -- .../array/tuple_interface/tuple_element_neg.cc | 1 - .../debug/constexpr_partitioned_neg.cc} | 35 +- .../debug/constexpr_partitioned_pred_neg.cc} | 25 +- .../constexpr_valid_range_neg.cc} | 29 +- .../debug/partitioned_neg.cc} | 28 +- .../debug/partitioned_pred_neg.cc} | 16 +- .../debug/constexpr_partitioned_neg.cc} | 35 +- .../debug/constexpr_partitioned_pred_neg.cc} | 25 +- .../debug/constexpr_valid_range_neg.cc} | 28 +- .../debug/partitioned_neg.cc} | 28 +- .../debug/partitioned_pred_neg.cc} | 16 +- 50 files changed, 439 insertions(+), 809 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wvexing-parse8.C delete mode 100644 libstdc++-v3/include/debug/array copy libstdc++-v3/testsuite/{27_io/basic_ostringstream/view/char/1.cc => 21_string [...] copy libstdc++-v3/testsuite/21_strings/basic_string_view/{inserters/94051.cc => el [...] copy libstdc++-v3/testsuite/{27_io/basic_istringstream/view/wchar_t/1.cc => 21_str [...] copy libstdc++-v3/testsuite/21_strings/basic_string_view/{inserters/94051.cc => el [...] copy libstdc++-v3/testsuite/{27_io/basic_ostringstream/view/char/1.cc => 21_string [...] copy libstdc++-v3/testsuite/{27_io/basic_ostringstream/view/char/1.cc => 21_string [...] copy libstdc++-v3/testsuite/21_strings/basic_string_view/{inserters/94051.cc => el [...] copy libstdc++-v3/testsuite/{27_io/basic_istringstream/view/wchar_t/1.cc => 21_str [...] copy libstdc++-v3/testsuite/{27_io/basic_ostringstream/view/char/1.cc => 21_string [...] delete mode 100644 libstdc++-v3/testsuite/23_containers/array/tuple_interface/get_ [...] delete mode 100644 libstdc++-v3/testsuite/23_containers/array/tuple_interface/tupl [...] copy libstdc++-v3/testsuite/{std/ranges/subrange/97512.cc => 25_algorithms/lower_b [...] copy libstdc++-v3/testsuite/{std/ranges/subrange/97512.cc => 25_algorithms/lower_b [...] copy libstdc++-v3/testsuite/25_algorithms/lower_bound/{constexpr.cc => debug/const [...] copy libstdc++-v3/testsuite/25_algorithms/{advance/istreambuf_iterators/char/1_neg [...] copy libstdc++-v3/testsuite/25_algorithms/{pop_heap/empty_neg.cc => lower_bound/de [...] copy libstdc++-v3/testsuite/{std/ranges/subrange/97512.cc => 25_algorithms/upper_b [...] copy libstdc++-v3/testsuite/{std/ranges/subrange/97512.cc => 25_algorithms/upper_b [...] copy libstdc++-v3/testsuite/25_algorithms/{lower_bound/constexpr.cc => upper_bound [...] copy libstdc++-v3/testsuite/25_algorithms/{advance/istreambuf_iterators/char/1_neg [...] copy libstdc++-v3/testsuite/25_algorithms/{pop_heap/empty_neg.cc => upper_bound/de [...]