2011-01-05 Janus Weil <janus@gcc.gnu.org>
[official-gcc.git] / gcc / fortran / ChangeLog
blobd00b9edb6946f4b72a09c7b2945a94fe6dcab526
1 2011-01-05  Janus Weil  <janus@gcc.gnu.org>
3         PR fortran/47180
4         * trans-expr.c (gfc_trans_class_assign): Bugfix for r168524 (make sure
5         'vtab' is initialized).
7 2011-01-05  Janus Weil  <janus@gcc.gnu.org>
9         PR fortran/47180
10         * trans-expr.c (gfc_trans_class_assign): For a polymorphic NULL pointer
11         assignment, set the _vptr component to the declared type.
13 2011-01-05  Thomas Koenig  <tkoenig@gcc.gnu.org>
15         PR fortran/46017
16         * resolve.c (resolve_allocate_deallocate): Follow references to
17         check for duplicate occurence of allocation/deallocation objects.
19 2011-01-05  Janus Weil  <janus@gcc.gnu.org>
21         PR fortran/47024
22         * trans-decl.c (gfc_trans_deferred_vars): Initialize the _vpr component
23         of polymorphic allocatables according to their declared type.
25 2011-01-04  Janus Weil  <janus@gcc.gnu.org>
27         PR fortran/46448
28         * class.c (gfc_find_derived_vtab): Set the module field for the copying
29         routine to make sure it receives module name mangling.
31 2011-01-03  Jakub Jelinek  <jakub@redhat.com>
33         * gfortranspec.c (lang_specific_driver): Update copyright notice
34         dates.
36 2011-01-03  Janus Weil  <janus@gcc.gnu.org>
38         * intrinsic.texi (LEADZ): Fix example.
40 2011-01-02  Janus Weil  <janus@gcc.gnu.org>
42         PR fortran/46408
43         * class.c (gfc_find_derived_vtab): Use EXEC_INIT_ASSIGN for __copy_
44         routine.
47 Copyright (C) 2011 Free Software Foundation, Inc.
49 Copying and distribution of this file, with or without modification,
50 are permitted in any medium without royalty provided the copyright
51 notice and this notice are preserved.