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