From a91c0d054c898ce6fd9175315d4e6b1daaae6344 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Fri, 3 Feb 2023 00:20:47 +0000 Subject: [PATCH] Daily bump. --- gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 9 +++++++ gcc/testsuite/ChangeLog | 8 ++++++ libstdc++-v3/ChangeLog | 59 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 77 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 05457af72933..12b84840cd11 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230202 +20230203 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 85060d59c64a..ebea483e1592 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,12 @@ +2023-02-02 Harald Anlauf + + Backported from master: + 2023-01-28 Harald Anlauf + + PR fortran/108453 + * match.cc (gfc_match_common): A USE associated name shall not appear + in a COMMON block (F2018:C8121). + 2023-01-30 Tobias Burnus Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7395d5219414..f6348f028b47 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2023-02-02 Harald Anlauf + + Backported from master: + 2023-01-28 Harald Anlauf + + PR fortran/108453 + * gfortran.dg/common_27.f90: New test. + 2023-02-01 Marek Polacek Backported from master: diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8399993fd504..a0c797d0927b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,62 @@ +2023-02-02 Jonathan Wakely + + Backported from master: + 2023-02-01 Jonathan Wakely + + * src/c++11/random.cc (random_device::_M_fini): Do not try to + close the file handle if the target doesn't support the + /dev/random and /dev/urandom files. + +2023-02-02 Jonathan Wakely + + Backported from master: + 2023-02-01 Jonathan Wakely + + * config/os/generic/error_constants.h (errc::value_too_large) + [__AVR__]: Define. + * src/c++11/system_error.cc + (system_category::default_error_condition) [__AVR__]: Only match + recognize values equal to EDOM, ERANGE, ENOSYS and EINTR. + * src/c++17/fs_ops.cc (fs::current_path) [__AVR__]: Do not check + for ENOENT etc. in switch. + (fs::remove_all) [__AVR__]: Likewise. + * src/filesystem/ops-common.h [__AVR__]: Do not use POSIX open, + close etc. + +2023-02-02 Patrick Palka + + Backported from master: + 2022-11-06 Patrick Palka + + * include/bits/atomic_wait.h (_detail::__platform_wait_alignment): + Declare inline. Remove redundant static specifier. + (__detail::__atomic_spin_count_relax): Declare inline. + (__detail::__atomic_spin_count): Likewise. + * include/bits/regex_automaton.h (__detail::_S_invalid_state_id): + Declare inline for C++17. Declare constexpr. Remove + redundant const and static specifiers. + * include/bits/regex_error.h (regex_constants::error_collate): + Declare inline for C++17 as per P0607R0. + (regex_constants::error_ctype): Likewise. + (regex_constants::error_escape): Likewise. + (regex_constants::error_backref): Likewise. + (regex_constants::error_brack): Likewise. + (regex_constants::error_paren): Likewise. + (regex_constants::error_brace): Likewise. + (regex_constants::error_badbrace): Likewise. + (regex_constants::error_range): Likewise. + (regex_constants::error_space): Likewise. + (regex_constants::error_badrepeat): Likewise. + (regex_constants::error_complexity): Likewise. + (regex_constants::error_stack): Likewise. + * include/ext/concurrence.h (__gnu_cxx::__default_lock_policy): + Likewise. Remove redundant static specifier. + * include/pstl/execution_defs.h (execution::seq): Declare inline + for C++17 as per P0607R0. + (execution::par): Likewise. + (execution::par_unseq): Likewise. + (execution::unseq): Likewise. + 2023-01-18 Jonathan Wakely Backported from master: -- 2.47.2