parse.c (decode_statement): Suppress "Unclassifiable statement" error if previous...
[gcc.git] / gcc / fortran / ChangeLog
1 2019-01-01 Steven G. Kargl <kargl@gcc.gnu.org>
2
3 * parse.c (decode_statement): Suppress "Unclassifiable statement"
4 error if previous error messages were emittes.
5
6 2019-01-01 Thomas Koenig <tkoenig@gcc.gnu.org>
7
8 PR fortran/82743
9 * primary.c (gfc_convert_to_structure_constructor): If a character
10 in a constructor is too long, add a warning with
11 -Wcharacter-truncation.
12
13 2019-01-01 Jakub Jelinek <jakub@redhat.com>
14
15 Update copyright years.
16
17 * gfortranspec.c (lang_specific_driver): Update copyright notice
18 dates.
19 * gfc-internals.texi: Bump @copying's copyright year.
20 * gfortran.texi: Ditto.
21 * intrinsic.texi: Ditto.
22 * invoke.texi: Ditto.
23 \f
24 Copyright (C) 2019 Free Software Foundation, Inc.
25
26 Copying and distribution of this file, with or without modification,
27 are permitted in any medium without royalty provided the copyright
28 notice and this notice are preserved.