From 01bea59d4b6c2aa468a5bd67d3c2d11a1ca3565f Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Thu, 2 Jul 2020 00:16:59 +0000 Subject: [PATCH] Daily bump. --- gcc/ChangeLog | 8 ++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 24 ++++++++++++++++++++++++ gcc/fortran/ChangeLog | 10 ++++++++++ gcc/testsuite/ChangeLog | 19 +++++++++++++++++++ libstdc++-v3/ChangeLog | 23 +++++++++++++++++++++++ 6 files changed, 85 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8ee2f9f8d056..f4714449192c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2020-07-01 Srinath Parvathaneni + + Backported from master: + 2020-06-22 Srinath Parvathaneni + + * doc/sourcebuild.texi (arm_v8_1m_mve_fp_ok): Add item. + (arm_mve_hw): Likewise. + 2020-06-30 Segher Boessenkool * config/rs6000/rs6000.md (isa): Rename "fut" to "p10". diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 1fb34e73e11b..d5b9f0ff5dbc 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20200701 +20200702 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index ed546c268233..98060be86dc3 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,27 @@ +2020-07-01 Iain Sandoe + + Backported from master: + 2020-06-30 Iain Sandoe + + * coroutines.cc (expand_one_await_expression): Remove + code dealing with initial suspend. + (build_actor_fn): Remove code special-casing initial + and final suspend. Handle the final suspend and marking + of the coroutine as done. + (coro_rewrite_function_body): New. + (bind_expr_find_in_subtree): Remove. + (coro_body_contains_bind_expr_p): Remove. + (morph_fn_to_coro): Split the rewrite of the original + function into coro_rewrite_function_body and call it. + +2020-07-01 Iain Sandoe + + Backported from master: + 2020-06-30 Iain Sandoe + + * coroutines.cc (morph_fn_to_coro): Remove trailing + space in a diagnostic. + 2020-06-30 Iain Sandoe Backported from master: diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index c925ef895a03..d36bb3ea75d6 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,13 @@ +2020-07-01 Mark Eggleston + + Backported from master: + 2020-07-01 Steven G. Kargl + Mark Eggleston + + PR fortran/95829 + * decl.c (gfc_match_decl_type_spec): Compare with "* ) " instead + of "*)". + 2020-06-30 Harald Anlauf Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index aab23e451848..f6beee7aa1ea 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,22 @@ +2020-07-01 Srinath Parvathaneni + + Backported from master: + 2020-06-22 Srinath Parvathaneni + + * gcc.target/arm/mve/intrinsics/mve_scalar_shifts1.c: Modify. + * gcc.target/arm/mve/intrinsics/mve_scalar_shifts2.c: Likewise. + * gcc.target/arm/mve/intrinsics/mve_scalar_shifts3.c: Likewise. + * gcc.target/arm/mve/intrinsics/mve_scalar_shifts4.c: Likewise. + * lib/target-supports.exp (check_effective_target_arm_mve_hw): Define. + +2020-07-01 Mark Eggleston + + Backported from master: + 2020-07-01 Steven G. Kargl + + PR fortran/95829 + * gfortran.dg/pr95829.f90: New test. + 2020-06-30 Segher Boessenkool * gcc.target/powerpc/cpu-future.c: Something was done here. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 097fbd8c4764..f0363bf8be93 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,26 @@ +2020-07-01 Jonathan Wakely + + Backported from master: + 2020-06-16 Jonathan Wakely + + PR libstdc++/95282 + * include/bits/atomic_base.h (__atomic_impl::load): Add + const-qualifier to parameter so that _Tp is deduced as the + non-const type, and use _Val to get the unqualified type. + (__atomic_impl::exchange): Use the _Val alias to remove + volatile from the reinterpret_cast result type. + * testsuite/29_atomics/atomic_float/95282.cc: New test. + +2020-07-01 Jonathan Wakely + + Backported from master: + 2020-07-01 Jonathan Wakely + + PR libstdc++/94627 + * include/bits/regex.h (operator==, operator!=): Remove noexcept + equality comparisons for match_results. + * testsuite/28_regex/match_results/94627.cc: New test. + 2020-06-29 Ville Voutilainen Backported from master: -- 2.47.2