Daily bump.

This commit is contained in:
GCC Administrator 2020-12-26 00:16:19 +00:00
parent a746898dff
commit 5b4da2d9e1
5 changed files with 29 additions and 1 deletions

View 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

View File

@ -1 +1 @@
20201225
20201226

View 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

View 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

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