This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c6f431bba53 libstdc++: Fix atomic<long double> tests (PR 91153, PR 93224) new d9fb6f2b4f1 PR fortran/93337 - ICE in gfc_dt_upper_string, at fortran/m [...] new b88744905a4 PR fortran/93423 - ICE on invalid with argument list for mo [...] new dbca7a69f27 PR libstdc++/91807 new 6b683144d1e testsuite: ignore function not inlinable warning. new b857b179772 libstdc++: Require c++98_only effective target for some tests new 5079855e7eb libstdc++: Require c++98_only effective target for a test
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/fortran/class.c | 3 +++ gcc/fortran/resolve.c | 2 +- gcc/testsuite/gcc.dg/pr26570.c | 2 ++ gcc/testsuite/gfortran.dg/pr93337.f90 | 10 +++++++++ gcc/testsuite/gfortran.dg/pr93423.f90 | 21 +++++++++++++++++++ libstdc++-v3/include/std/variant | 3 ++- .../18_support/headers/cstdalign/std_c++0x_neg.cc | 2 +- .../18_support/headers/cstdbool/std_c++0x_neg.cc | 2 +- .../18_support/headers/cstdint/std_c++0x_neg.cc | 2 +- .../18_support/headers/new/synopsis_cxx98.cc | 2 +- .../headers/system_error/std_c++0x_neg.cc | 2 +- .../20_util/headers/type_traits/std_c++0x_neg.cc | 2 +- .../94831.cc => variant/91807.cc} | 24 ++++++++++++++-------- .../23_containers/headers/array/std_c++0x_neg.cc | 2 +- .../23_containers/headers/tuple/std_c++0x_neg.cc | 2 +- .../headers/unordered_map/std_c++0x_neg.cc | 2 +- .../headers/unordered_set/std_c++0x_neg.cc | 2 +- .../26_numerics/headers/ccomplex/std_c++0x_neg.cc | 2 +- .../26_numerics/headers/cfenv/std_c++0x_neg.cc | 2 +- .../cmath/c99_classification_macros_c++98.cc | 4 ++-- .../26_numerics/headers/ctgmath/std_c++0x_neg.cc | 2 +- .../26_numerics/headers/random/std_c++0x_neg.cc | 2 +- .../testsuite/27_io/basic_ios/conv/voidptr.cc | 1 + .../27_io/headers/cinttypes/std_c++0x_neg.cc | 2 +- .../28_regex/headers/regex/std_c++0x_neg.cc | 2 +- .../29_atomics/headers/atomic/std_c++0x_neg.cc | 2 +- .../headers/condition_variable/std_c++0x_neg.cc | 2 +- .../30_threads/headers/future/std_c++0x_neg.cc | 2 +- .../30_threads/headers/mutex/std_c++0x_neg.cc | 2 +- .../30_threads/headers/thread/std_c++0x_neg.cc | 2 +- 30 files changed, 78 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr93337.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr93423.f90 copy libstdc++-v3/testsuite/20_util/{specialized_algorithms/uninitialized_value_co [...]