]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 16 Jun 2022 00:17:33 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 16 Jun 2022 00:17:33 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/d/ChangeLog
gcc/testsuite/ChangeLog
libcpp/ChangeLog
libstdc++-v3/ChangeLog

index f9c88e0568f2c26f3354be29210dc5a204928ab5..dfafbf14dd4336a783bc41df66d53d4c3b90f1db 100644 (file)
@@ -1,3 +1,29 @@
+2022-06-15  Simon Wright  <simon@pushface.org>
+
+       Backported from master:
+       2022-06-12  Simon Wright  <simon@pushface.org>
+
+       PR target/104871
+       * config/darwin-driver.c (darwin_find_version_from_kernel): If the OS
+       version is darwin20 (macOS 11) or greater, truncate the version to the
+       major number.
+
+2022-06-15  Mark Mentovai  <mark@mentovai.com>
+
+       Backported from master:
+       2022-06-12  Mark Mentovai  <mark@mentovai.com>
+
+       * config/darwin-c.c: Make -mmacosx-version-min more future-proof.
+
+2022-06-15  Richard Biener  <rguenther@suse.de>
+
+       Backported from master:
+       2022-05-27  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/105726
+       * gimple-ssa-warn-restrict.c (builtin_memref::set_base_and_offset):
+       Constrain array-of-flexarray case more.
+
 2022-06-14  Vladimir N. Makarov  <vmakarov@redhat.com>
 
        PR rtl-optimization/104637
index fa673f388358db68a687086b6b20fa9ddfa70e43..3d5679990258cda01fdcbadae87bc5b1454f265d 100644 (file)
@@ -1 +1 @@
-20220615
+20220616
index 23ef4f15d9a168fbf06761681a9918e35bb9d7a9..8300c256ac85b0b7f2ecb7f413425a19def2a594 100644 (file)
@@ -1,3 +1,10 @@
+2022-06-15  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2022-06-15  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * typeinfo.cc (make_internal_typeinfo): Set TYPE_ARTIFICIAL.
+
 2021-12-10  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master:
index 322b71d6749c3eed4bf32901304a3c403c6a223c..6e681496c1c8dc5053b19f4ab2b5ab843c6f302e 100644 (file)
@@ -1,3 +1,26 @@
+2022-06-15  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2022-05-29  Jakub Jelinek  <jakub@redhat.com>
+
+       PR preprocessor/105732
+       * c-c++-common/cpp/va-opt-10.c: New test.
+
+2022-06-15  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2022-06-15  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * gdc.dg/Wpadded.d: New test.
+
+2022-06-15  Richard Biener  <rguenther@suse.de>
+
+       Backported from master:
+       2022-05-27  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/105726
+       * g++.dg/warn/Warray-bounds-27.C: New testcase.
+
 2022-06-14  Jakub Jelinek  <jakub@redhat.com>
 
        PR rtl-optimization/104637
index 7b372b7598887fa4e75b2e556e67f4919bcf037b..4098b8442139e8eb9609041492ed0b351b57a6fd 100644 (file)
@@ -1,3 +1,12 @@
+2022-06-15  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2022-05-29  Jakub Jelinek  <jakub@redhat.com>
+
+       PR preprocessor/105732
+       * expr.c (_cpp_parse_expr): Handle CPP_PADDING by just another
+       token.
+
 2022-05-10  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index f5b790b4af482b2f0e52efd18afff1f1796e2a19..aa5331ba7f40fdb33b9aa86c01a7a9b08587ff3a 100644 (file)
@@ -1,3 +1,73 @@
+2022-06-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2022-06-13  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/std/atomic (__atomic_val_t): Use __type_identity_t
+       instead of atomic<T>::value_type, as per LWG 3220.
+       * testsuite/29_atomics/atomic/lwg3220.cc: New test.
+
+2022-06-15  Mark Mentovai  <mark@mentovai.com>
+
+       Backported from master:
+       2022-06-13  Mark Mentovai  <mark@mentovai.com>
+
+       * include/experimental/bits/fs_path.h (__detail::__null_terminated):
+       Rename to __nul_terminated to avoid colliding with a macro in
+       Apple's SDK.
+
+2022-06-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2022-05-06  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/104731
+       * testsuite/27_io/filesystem/iterators/error_reporting.cc:
+       Use a trailing char array as storage for dirent::d_name.
+
+2022-06-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2022-02-02  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/27_io/filesystem/iterators/error_reporting.cc: Use
+       autoconf macro to check whether d_type is present.
+       * testsuite/experimental/filesystem/iterators/error_reporting.cc:
+       Likewise.
+
+2022-06-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2022-02-01  Jonathan Wakely  <jwakely@redhat.com>
+
+       * src/c++17/fs_dir.cc (recursive_directory_iterator::increment):
+       Reset state to past-the-end iterator on error.
+       (fs::recursive_directory_iterator::pop(error_code&)): Likewise.
+       (fs::recursive_directory_iterator::pop()): Check _M_dirs before
+       it might get reset.
+       * src/filesystem/dir.cc (recursive_directory_iterator): Likewise,
+       for the TS implementation.
+       * testsuite/27_io/filesystem/iterators/error_reporting.cc: New test.
+       * testsuite/experimental/filesystem/iterators/error_reporting.cc: New test.
+
+2022-06-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/23_containers/map/allocator/move_cons.cc: New test.
+       * testsuite/23_containers/multimap/allocator/move_cons.cc: New test.
+       * testsuite/23_containers/multiset/allocator/move_cons.cc: New test.
+       * testsuite/23_containers/set/allocator/move_cons.cc: New test.
+
+2022-06-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2021-12-01  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/103501
+       * include/bits/stl_tree.h (_Rb_tree(_Rb_tree&&, false_type)):
+       Clear container if elements have been moved-from.
+       * testsuite/23_containers/multiset/allocator/103501.cc: New test.
+       * testsuite/23_containers/set/allocator/103501.cc: New test.
+
 2022-06-14  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/97944
This page took 0.139373 seconds and 5 git commands to generate.