Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 26 Dec 2020 00:16:19 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 26 Dec 2020 00:16:19 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 66c866b78ff8b0d8cd982e9cd34fa82448c740cd..0f5253b22e97a78b9d0962cccfdc53012d54df32 100644 (file)
@@ -1,3 +1,7 @@
+2020-12-25  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/invoke.texi (C++ Module Mapper): Fix reference to libcody.
+
 2020-12-24  Iain Sandoe  <iain@sandoe.co.uk>
 
        * configure.ac: Add gxx-libcxx-include-dir handled
index 57c4d8eb9ba6ef2223773f837f9c46e68be76974..a6576fafae8cd77e6001e316775d75b8254e5dc4 100644 (file)
@@ -1 +1 @@
-20201225
+20201226
index 8d88a88c20d4b1a065ea48b3e1ad52dd5a3c4b00..69e10248b8c1363fbb2bfd390cd46f06c34f0cf5 100644 (file)
@@ -1,3 +1,11 @@
+2020-12-25  Harald Anlauf  <anlauf@gmx.de>
+
+       * data.c (gfc_assign_data_value): Restrict use of
+       create_character_initializer to constant initializers.
+       * trans-expr.c (gfc_conv_initializer): Ensure that character
+       initializer is constant, otherwise fall through to get the same
+       error handling as for non-character cases.
+
 2020-12-20  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        * trans.c (create_var_debug_raw): Set DECL_ARTIFICIAL
index eb2f013cc85641060d4c8a5dd83000e2ea5a8efe..62ae787412e3e46337afa76428e88e046d3abce3 100644 (file)
@@ -1,3 +1,8 @@
+2020-12-25  Harald Anlauf  <anlauf@gmx.de>
+
+       * gfortran.dg/pr93685_1.f90: New test.
+       * gfortran.dg/pr93685_2.f90: New test.
+
 2020-12-23  Martin Sebor  <msebor@redhat.com>
 
        PR middle-end/98160
index cf2bb088a08672da68267fdb112d2b67afc5074c..a282c4e5a2105a1718caf727f6922fca1115065d 100644 (file)
@@ -1,3 +1,14 @@
+2020-12-25  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/xml/manual/messages.xml: Update link to Java docs.
+       * doc/html/manual/facets.html: Ditto.
+
+2020-12-25  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/xml/manual/documentation_hacking.xml: Convert three links
+       to doxygen.nl to https.
+       * doc/html/manual/documentation_hacking.html: Regenerate.
+
 2020-12-23  Olivier Hainque  <hainque@adacore.com>
 
        * testsuite/17_intro/names.cc: Account for VxWorks headers.