1 2011-01-05 Janus Weil <janus@gcc.gnu.org>
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>
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>
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>
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>
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
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>
43 * class.c (gfc_find_derived_vtab): Use EXEC_INIT_ASSIGN for __copy_
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.