This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a9e48b0d475 [Ada] Avoid forced loading of System.Priority in CodePeer mode new dccbf1e2a6e tree-optimization/96075 - fix bogus misalignment calculation new 92414bb6b07 c++: Allow empty-declaration in C++11 and later (PR 96068) new 0e5abeb0cb0 libstdc++: Fix -Wmismatched-tags warnings (PR 96063) new 824084e72e3 PR fortran/95709 - ICE in gfc_resolve_code, at fortran/reso [...] new f2151227dfe PR fortran/95980 - ICE on using sync images with -fcheck=bounds new e88218fd5a2 c++: Always use pushdecl for exception library helpers
The 6 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/decl.c | 7 +- gcc/cp/except.c | 162 ++++++--------------- gcc/cp/parser.c | 7 +- gcc/fortran/match.c | 11 +- gcc/fortran/resolve.c | 19 ++- gcc/testsuite/g++.dg/eh/builtin10.C | 12 +- gcc/testsuite/g++.dg/eh/builtin11.C | 20 +-- gcc/testsuite/g++.dg/eh/builtin5.C | 8 +- gcc/testsuite/g++.dg/eh/builtin6.C | 16 +- gcc/testsuite/g++.dg/eh/builtin7.C | 12 +- gcc/testsuite/g++.dg/eh/builtin9.C | 20 +-- gcc/testsuite/g++.dg/parse/crash55.C | 4 +- gcc/testsuite/g++.old-deja/g++.bugs/900404_04.C | 6 +- gcc/testsuite/g++.old-deja/g++.law/missed-error2.C | 4 +- gcc/testsuite/gcc.dg/vect/slp-46.c | 96 ++++++++++++ gcc/testsuite/gfortran.dg/pr95709.f90 | 14 ++ gcc/testsuite/gfortran.dg/pr95980.f90 | 10 ++ gcc/tree-vect-data-refs.c | 2 +- libstdc++-v3/include/bits/fs_dir.h | 2 +- libstdc++-v3/include/bits/localefwd.h | 4 +- libstdc++-v3/include/bits/regex.h | 3 +- libstdc++-v3/include/bits/stl_map.h | 2 +- libstdc++-v3/include/bits/stl_multimap.h | 2 +- libstdc++-v3/include/bits/stl_multiset.h | 2 +- libstdc++-v3/include/bits/stl_set.h | 2 +- libstdc++-v3/include/std/complex | 12 +- libstdc++-v3/include/std/functional | 4 +- libstdc++-v3/include/std/future | 6 +- libstdc++-v3/include/std/system_error | 6 +- libstdc++-v3/include/std/thread | 2 +- libstdc++-v3/include/std/tuple | 4 +- libstdc++-v3/include/std/type_traits | 2 +- libstdc++-v3/include/std/valarray | 2 +- 33 files changed, 274 insertions(+), 211 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/slp-46.c create mode 100644 gcc/testsuite/gfortran.dg/pr95709.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95980.f90