trans-decl.c (gfc_build_qualified_array): Fix coarray tokens for module coarrays...
[platform/upstream/gcc.git] / gcc / fortran / ChangeLog
1 2015-01-08  Tobias Burnus  <burnus@net-b.de>
2
3         * trans-decl.c (gfc_build_qualified_array): Fix coarray tokens
4         for module coarrays with -fcoarray=lib.
5         (get_proc_pointer_decl): As module variable, make only public
6         when not marked as private.
7
8 2015-01-05  Thomas Koenig  <tkoenig@gcc.gnu.org>
9
10         PR fortran/47674
11         * dependency.h:  Actually commit changes.
12
13 2015-01-05  Thomas Koenig  <tkoenig@gcc.gnu.org>
14
15         PR fortran/47674
16         * dependency.c:  Update copyright years.
17         (gfc_discard_nops):  Add prototype.
18         * dependency.c (discard_nops):  Rename to gfc_discard_nops,
19         make non-static.
20         (gfc_discard_nops):  Use gfc_discard_nops.
21         (gfc_dep_difference):  Likewise.
22         * frontend-passes.c  Update copyright years.
23         (realloc_strings):  New function.  Add prototype.
24         (gfc_run_passes):  Call realloc_strings.
25         (realloc_string_callback):  New function.
26         (create_var):  Add prototype.  Handle case of a
27         scalar character variable.
28         (optimize_trim):  Do not handle allocatable variables.
29
30 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
31
32         Update copyright years.
33
34         * gfortranspec.c (lang_specific_driver): Update copyright notice
35         dates.
36         * gfc-internals.texi: Bump @copying's copyright year.
37         * gfortran.texi: Ditto.
38         * intrinsic.texi: Ditto.
39         * invoke.texi: Ditto.
40
41 2015-01-02  Janus Weil  <janus@gcc.gnu.org>
42
43         PR fortran/57562
44         * expr.c (find_component_ref): Deal with extended types.
45
46 2015-01-02  Tobias Burnus  <burnus@net-b.de>
47
48         * trans-decl.c (gfc_build_qualified_array): Fix coarray tokens
49         for module coarrays with -fcoarray=lib.
50
51 2015-01-02  Janus Weil  <janus@gcc.gnu.org>
52
53         PR fortran/60507
54         * interface.c (is_procptr_result): New function to check if an
55         expression is a procedure-pointer result.
56         (compare_actual_formal): Use it.
57 ^L
58 Copyright (C) 2015 Free Software Foundation, Inc.
59
60 Copying and distribution of this file, with or without modification,
61 are permitted in any medium without royalty provided the copyright
62 notice and this notice are preserved.