]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/fortran/ChangeLog
PR c++/88741 - wrong error with initializer-string.
[thirdparty/gcc.git] / gcc / fortran / ChangeLog
CommitLineData
2abeea3d 12019-01-06 Thomas Koenig <tkoenig@gcc.gnu.org>
2
3 PR fortran/88658
4 * gfortran.h: Add macro gfc_real_4_kind
5 * simplify.c (simplify_min_max): Special case for the types of
6 AMAX0, AMIN0, MAX1 and MIN1, which actually change the types of
7 their arguments.
8
f2aba4ef 92019-01-05 Janus Weil <janus@gcc.gnu.org>
10
11 PR fortran/88009
12 * class.c (gfc_find_derived_vtab): Mark the _final component as
13 artificial.
14 (find_intrinsic_vtab): Ditto. Also add an extra check to avoid
15 dereferencing a null pointer and adjust indentation.
16 * resolve.c (resolve_fl_variable): Add extra check to avoid
17 dereferencing a null pointer. Move variable declarations to local scope.
18 (resolve_fl_procedure): Add extra check to avoid dereferencing a null
19 pointer.
20 * symbol.c (check_conflict): Suppress errors for artificial symbols.
21
5055fc33 222019-01-01 Steven G. Kargl <kargl@gcc.gnu.org>
23
24 * parse.c (decode_statement): Suppress "Unclassifiable statement"
25 error if previous error messages were emittes.
26
66aeaf4b 272019-01-01 Thomas Koenig <tkoenig@gcc.gnu.org>
28
29 PR fortran/82743
30 * primary.c (gfc_convert_to_structure_constructor): If a character
31 in a constructor is too long, add a warning with
32 -Wcharacter-truncation.
33
3d8932fd 342019-01-01 Jakub Jelinek <jakub@redhat.com>
8e8f6434 35
fbd26352 36 Update copyright years.
37
277184bc 38 * gfortranspec.c (lang_specific_driver): Update copyright notice
39 dates.
40 * gfc-internals.texi: Bump @copying's copyright year.
41 * gfortran.texi: Ditto.
42 * intrinsic.texi: Ditto.
43 * invoke.texi: Ditto.
2355cca7 44\f
3d8932fd 45Copyright (C) 2019 Free Software Foundation, Inc.
7dfbd804 46
47Copying and distribution of this file, with or without modification,
48are permitted in any medium without royalty provided the copyright
49notice and this notice are preserved.