]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 3 Oct 2021 00:16:17 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 3 Oct 2021 00:16:17 +0000 (00:16 +0000)
contrib/ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/testsuite/ChangeLog
libgomp/ChangeLog
libstdc++-v3/ChangeLog

index 6521f96547ca08a440d60cd2255aa0a05e4b3a84..156a61b37df4e224aeffa4a4a82e8e34ccab0dcf 100644 (file)
@@ -1,3 +1,8 @@
+2021-10-02  Martin Liska  <mliska@suse.cz>
+
+       * filter-clang-warnings.py: Filter out -Wtautological-compare
+       for the file.
+
 2021-09-20  Richard Biener  <rguenther@suse.de>
 
        * config-list.mk: --enable-obsolete for hppa2.0-hpux10.1 and
index e33c378309e1dedafb94b1244789b0b4879e7f90..0684b16d9a5ad993b6068387a35301f3a4699a1d 100644 (file)
@@ -1,3 +1,14 @@
+2021-10-02  Aldy Hernandez  <aldyh@redhat.com>
+
+       PR tree-optimization/102563
+       * range-op.cc (operator_lshift::op1_range): Do not clobber
+       range.
+
+2021-10-02  Martin Liska  <mliska@suse.cz>
+
+       * toplev.c (toplev::main): save_decoded_options[0] is program
+       name and so it should be skipped.
+
 2021-10-01  Aldy Hernandez  <aldyh@redhat.com>
 
        PR tree-optimization/102546
index e3d20267f8f069eca965bbd8ac377a56a2a8f660..4e467cc93c21bbe4b5a5b24b959e265e9ee2063c 100644 (file)
@@ -1 +1 @@
-20211002
+20211003
index fed7a2b6c1e1ee0d0c20416070cf5951a95d2b51..371d821c2a5670af0e6fd48f54fd24e79f496f3b 100644 (file)
@@ -1,3 +1,8 @@
+2021-10-02  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * c-format.c: Remove a test of TARGET_FORMAT_TYPES with
+       NULL, this is not needed.
+
 2021-10-01  Martin Sebor  <msebor@redhat.com>
 
        PR c/102103
index cbc1ebbdd719539e82bfbf4244363d8608556d19..58d4b8e9eda3dab7e0d4060a658380e09a433d9c 100644 (file)
@@ -1,3 +1,12 @@
+2021-10-02  Aldy Hernandez  <aldyh@redhat.com>
+
+       * gcc.dg/tree-ssa/pr102563.c: New test.
+
+2021-10-02  H.J. Lu  <hjl.tools@gmail.com>
+
+       * gcc.dg/analyzer/torture/asm-x86-linux-rdmsr.c (DECLARE_ARGS):
+       Use unsigned long long for x86-64.
+
 2021-10-01  Aldy Hernandez  <aldyh@redhat.com>
 
        PR tree-optimization/102546
index 2086925da3d563794d2b363372548fe965df2fae..64d3f03cf21b7dee4d28b063e588ed4f9c01f176 100644 (file)
@@ -1,3 +1,10 @@
+2021-10-02  Tobias Burnus  <tobias@codesourcery.com>
+
+       * 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  <tobias@codesourcery.com>
 
        * testsuite/libgomp.fortran/alloc-10.f90: Fix alignment check.
index a03bec825abc5308ceed9ff67b6c822dfd3b8aef..b753b469701fcba5fcbde9cd6def9db93ab8594d 100644 (file)
@@ -1,3 +1,10 @@
+2021-10-02  Jonathan Wakely  <jwakely@redhat.com>
+
+       * 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  <jwakely@redhat.com>
 
        PR libstdc++/102100