2014-01-17 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / fortran / ChangeLog
blobf2f1a853ddfcc90c6c8af84266f2da476db7f440
1 2014-01-12  Janus Weil  <janus@gcc.gnu.org>
3         PR fortran/58026
4         * decl.c (gfc_match_data_decl): Improve error recovery.
6 2014-01-09  Tobias Burnus  <burnus@net-b.de>
8         * cpp.c (gfc_cpp_handle_option): Add missing break.
9         * trans-io.c (transfer_expr): Silence unused value warning.
11 2014-01-08  Janus Weil  <janus@gcc.gnu.org>
13         PR fortran/58182
14         * resolve.c (gfc_verify_binding_labels): Modify order of checks.
16 2014-01-06  Janus Weil  <janus@gcc.gnu.org>
18         PR fortran/59589
19         * class.c (comp_is_finalizable): New function to dermine if a given
20         component is finalizable.
21         (finalize_component, generate_finalization_wrapper): Use it.
23 2014-01-06  Janus Weil  <janus@gcc.gnu.org>
25         PR fortran/59023
26         PR fortran/59662
27         * resolve.c (resolve_global_procedure): Don't apply to c-binding
28         procedures.
29         (gfc_verify_binding_labels): Remove duplicate line.
31 2014-01-04  Janus Weil  <janus@gcc.gnu.org>
33         PR fortran/59547
34         * class.c (add_proc_comp): Copy pure attribute.
36 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
38         Update copyright years
40 2014-01-02  Tobias Burnus  <burnus@net-b.de>
42         * gfortranspec.c (lang_specific_driver): Update copyright notice
43         dates.
44         * gfc-internals.texi: Bump @copying's copyright year.
45         * gfortran.texi: Ditto.
46         * intrinsic.texi: Ditto.
47         * invoke.texi: Ditto.
49 2014-01-02  Janus Weil  <janus@gcc.gnu.org>
51         PR fortran/59654
52         * resolve.c (resolve_typebound_procedures): No need to create the vtab
53         here.
55 Copyright (C) 2014 Free Software Foundation, Inc.
57 Copying and distribution of this file, with or without modification,
58 are permitted in any medium without royalty provided the copyright
59 notice and this notice are preserved.