From e3e07b8955f176753c425c6ca52f77088616b0ea Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Sun, 3 Oct 2021 00:16:17 +0000 Subject: [PATCH] Daily bump. --- contrib/ChangeLog | 5 +++++ gcc/ChangeLog | 11 +++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 +++++ gcc/testsuite/ChangeLog | 9 +++++++++ libgomp/ChangeLog | 7 +++++++ libstdc++-v3/ChangeLog | 7 +++++++ 7 files changed, 45 insertions(+), 1 deletion(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 6521f96547c..156a61b37df 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2021-10-02 Martin Liska + + * filter-clang-warnings.py: Filter out -Wtautological-compare + for the file. + 2021-09-20 Richard Biener * config-list.mk: --enable-obsolete for hppa2.0-hpux10.1 and diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e33c378309e..0684b16d9a5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,14 @@ +2021-10-02 Aldy Hernandez + + PR tree-optimization/102563 + * range-op.cc (operator_lshift::op1_range): Do not clobber + range. + +2021-10-02 Martin Liska + + * toplev.c (toplev::main): save_decoded_options[0] is program + name and so it should be skipped. + 2021-10-01 Aldy Hernandez PR tree-optimization/102546 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index e3d20267f8f..4e467cc93c2 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20211002 +20211003 diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index fed7a2b6c1e..371d821c2a5 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,8 @@ +2021-10-02 Iain Sandoe + + * c-format.c: Remove a test of TARGET_FORMAT_TYPES with + NULL, this is not needed. + 2021-10-01 Martin Sebor PR c/102103 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index cbc1ebbdd71..58d4b8e9eda 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2021-10-02 Aldy Hernandez + + * gcc.dg/tree-ssa/pr102563.c: New test. + +2021-10-02 H.J. Lu + + * gcc.dg/analyzer/torture/asm-x86-linux-rdmsr.c (DECLARE_ARGS): + Use unsigned long long for x86-64. + 2021-10-01 Aldy Hernandez PR tree-optimization/102546 diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 2086925da3d..64d3f03cf21 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,10 @@ +2021-10-02 Tobias Burnus + + * testsuite/libgomp.fortran/order-reproducible-1.f90: New test + based on libgomp.c-c++-common/order-reproducible-1.c. + * testsuite/libgomp.fortran/order-reproducible-2.f90: Likewise. + * testsuite/libgomp.fortran/my-usleep.c: New test. + 2021-10-01 Tobias Burnus * testsuite/libgomp.fortran/alloc-10.f90: Fix alignment check. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a03bec825ab..b753b469701 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2021-10-02 Jonathan Wakely + + * src/c++17/fs_ops.cc (create_directory): Fix typo in enum name. + * src/filesystem/ops-common.h (__last_system_error): Add + explicit cast to avoid narrowing conversion. + (do_space): Fix type in function name. + 2021-10-01 Jonathan Wakely PR libstdc++/102100 -- 2.11.4.GIT