]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 28 May 2020 04:24:22 +0000 (04:24 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 28 May 2020 04:24:22 +0000 (04:24 +0000)
contrib/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libgfortran/ChangeLog
libstdc++-v3/ChangeLog

index fc6391cab14de44d284d062ad33a31bd54ec2834..ce30b83db6ef9251e014783d384989f887f66abb 100644 (file)
@@ -1,3 +1,7 @@
+2020-05-27  Martin Liska  <mliska@suse.cz>
+
+       * git-backport.py: New file.
+
 2020-05-07  Release Manager
 
        * GCC 10.1.0 released.
index b7b667a34d155667b0421b4ee2700ec4d86c1cdf..5118880926fa964f380dc41e7a7ed9b21f82ee9c 100644 (file)
@@ -1 +1 @@
-20200527
+20200528
index 421e8feac8d4a504176f223cc6e51bb018c32bce..6a4fb1464ebbc07994ba08c3a699a0cb3a0fcc99 100644 (file)
@@ -1,3 +1,20 @@
+2020-05-27  Jason Merrill  <jason@redhat.com>
+
+       PR c++/95319
+       * decl.c (reshape_init_array_1): Don't reuse in overload context.
+
+2020-05-27  Jason Merrill  <jason@redhat.com>
+
+       * call.c (build_new_op_1): Suppress
+       warn_zero_as_null_pointer_constant across comparison of <=> result
+       to 0.
+
+2020-05-27  Jason Merrill  <jason@redhat.com>
+
+       PR c++/95222
+       * decl.c (grokdeclarator): Don't shift attributes in TYPENAME
+       context.
+
 2020-05-25  Jason Merrill  <jason@redhat.com>
 
        PR c++/90212
index d72f22e59a36d8aac7505cd3893e3ca0c53fb47a..1d3afa1ae9231bccf3f57e8b3c611e76feeaf992 100644 (file)
@@ -1,3 +1,24 @@
+2020-05-27  Harald Anlauf  <anlauf@gmx.de>
+           Steven G. Kargl   <kargl@gcc.gnu.org>
+
+       PR libfortran/95104
+       * gfortran.dg/pr95104.f90: New test.
+
+2020-05-27  Jason Merrill  <jason@redhat.com>
+
+       PR c++/95319
+       * g++.dg/cpp0x/initlist-array12.C: New test.
+
+2020-05-27  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp2a/spaceship-synth2.C: Add
+       -Wzero-as-null-pointer-constant.
+
+2020-05-27  Jason Merrill  <jason@redhat.com>
+
+       PR c++/95222
+       * g++.dg/ext/tmplattr10.C: New test.
+
 2020-05-25  Jason Merrill  <jason@redhat.com>
 
        * lib/target-supports.exp (check_effective_target_c++20_only)
index d9546334705f0afcaf9bd75181bccb47a818ad8d..195c5f5b2e9ae352aa38e00325021c1fe3cf2fbf 100644 (file)
@@ -1,3 +1,9 @@
+2020-05-27  Harald Anlauf  <anlauf@gmx.de>
+           Steven G. Kargl   <kargl@gcc.gnu.org>
+
+       PR libfortran/95104
+       * io/transfer.c (st_wait_async): Do not dereference NULL pointer.
+
 2020-05-26  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR libfortran/95191
index c2515d48b9242e18825de345206ab3887c1a6a3f..1e21ea8bfd76313e30c60a165d00e01d1889a122 100644 (file)
@@ -1,3 +1,13 @@
+2020-05-28  Patrick Palka  <ppalka@redhat.com>
+
+       PR libstdc++/95322
+       * include/bits/stl_iterator.h (__detail::_Common_iter_proxy):
+       Remove and instead define it ...
+       (common_iterator::_Proxy): ... here.
+       (common_iterator::operator->): Use it.
+       * testsuite/24_iterators/common_iterator/2.cc: New test.
+       * testsuite/std/ranges/adaptors/95322.cc: New test.
+
 2020-05-26  Alexandre Oliva  <oliva@adacore.com>
 
        PR libstdc++/77691