+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:
+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:
+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