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

index 1e6790229fe6231eee114d508e9eff5126cced79..ab7687c5b0de40a371f1f4ce721091e759036a31 100644 (file)
@@ -1 +1 @@
-20200624
+20200625
index 980122d1609ee2e24dac74e11ed088f669a737bb..3e002069a4e14fea0cbdbdca58d377ef3bcc8a79 100644 (file)
@@ -1,3 +1,9 @@
+2020-06-24  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95689
+       * interface.c (check_sym_interfaces): Enlarge temporary buffer,
+       and add check on length on mangled name to prevent overflow.
+
 2020-06-23  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 3d34d0480b67333b8ec496a7a5de03ce454ce3fe..565436869291bafe1ed4f74f99009fd7d67aaa77 100644 (file)
@@ -1,3 +1,9 @@
+2020-06-24  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95689
+       * gfortran.dg/pr95689.f90: New test.
+       (reverts the cherry-pick from commit 62c0c0ea7bfb6f8f6b8d767b05120cafb6823da6)
+
 2020-06-23  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 57dde8c5533ce14de55a77436b4983cfbd342d68..066b9afbe86ad4160ef2c983dbfe5c54761b0d88 100644 (file)
@@ -1,3 +1,13 @@
+2020-06-24  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-06-24  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/std/charconv (__from_chars_binary): Ignore leading zeros.
+       * testsuite/20_util/from_chars/1.cc: Check "0x1" for all bases,
+       not just 10 and 16.
+       * testsuite/20_util/from_chars/3.cc: New test.
+
 2020-05-12  Jonathan Wakely  <jwakely@redhat.com>
 
        Backport from mainline