]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 2 Jul 2020 00:18:12 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 2 Jul 2020 00:18:12 +0000 (00:18 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 1fb34e73e11b3083aa808cf85087f505c74ac8fc..d5b9f0ff5dbce0396e2a1ee3e4d0a86628d45eef 100644 (file)
@@ -1 +1 @@
-20200701
+20200702
index 7dd36b502e669572588aba9dd70704233d63c84b..81c416f8846407b2fa52e40d27e13e31051e97e4 100644 (file)
@@ -1,3 +1,31 @@
+2020-07-01  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-06-29  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/71706
+       * trans-stmt.c (gfc_trans_sync): Do proper kind conversion in
+       bounds-checking code.
+
+2020-07-01  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-06-28  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95880
+       * symbol.c (gfc_add_type): If sym->ns->proc_name is set, use it,
+       otherwise fall back to sym->name.
+
+2020-07-01  Mark Eggleston  <markeggleston@gcc.gnu.org>
+
+       Backported from master:
+       2020-07-01  Steven G. Kargl  <kargl@gcc.gnu.org>
+                   Mark Eggleston  <markeggleston@gcc.gnu.org>
+
+       PR fortran/95829
+       * decl.c (gfc_match_decl_type_spec): Compare with "* ) " instead
+       of "*)".
+
 2020-06-30  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        Backported from master:
index 37ee548b3340b8b599827fd7005ce9127a4e22c6..cbb05fe4137a46e7205b3164bd707b3d45043c56 100644 (file)
@@ -1,3 +1,27 @@
+2020-07-01  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-06-29  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/71706
+       * gfortran.dg/pr71706.f90: New file.
+
+2020-07-01  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-06-28  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95880
+       * gfortran.dg/pr95880.f90: New file.
+
+2020-07-01  Mark Eggleston  <markeggleston@gcc.gnu.org>
+
+       Backported from master:
+       2020-07-01  Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/95829
+       * gfortran.dg/pr95829.f90: New test.
+
 2020-06-30  Alex Coplan  <alex.coplan@arm.com>
 
        Backported from master:
index 066b9afbe86ad4160ef2c983dbfe5c54761b0d88..c6aa0a338bb04875564765d2326cfcf41c5b87dc 100644 (file)
@@ -1,3 +1,13 @@
+2020-07-01  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-07-01  Jonathan Wakely  <jwakely@redhat.com>
+
+       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-24  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: