class.c (gfc_add_component_ref,gfc_class_null_initializer, [...]): Moved here from...
authorJanus Weil <janus@gcc.gnu.org>
Mon, 17 May 2010 18:45:32 +0000 (20:45 +0200)
committerJanus Weil <janus@gcc.gnu.org>
Mon, 17 May 2010 18:45:32 +0000 (20:45 +0200)
commitd15bac214b2de189f37c17612dfa9f0e495e90f1
treea37de26e524676acb8ec93419f6ba56004d28d9c
parentd5d74497b283d6a2623ec4d1a2d5fb99cbf97c1b
class.c (gfc_add_component_ref,gfc_class_null_initializer, [...]): Moved here from other places.

2010-05-17  Janus Weil  <janus@gcc.gnu.org>

* class.c (gfc_add_component_ref,gfc_class_null_initializer,
gfc_build_class_symbol,add_proc_component,add_proc_comps,
add_procs_to_declared_vtab1,copy_vtab_proc_comps,
add_procs_to_declared_vtab,add_generic_specifics,
add_generics_to_declared_vtab,gfc_find_derived_vtab,
find_typebound_proc_uop,gfc_find_typebound_proc,
gfc_find_typebound_user_op,gfc_find_typebound_intrinsic_op,
gfc_get_tbp_symtree): Moved here from other places.
* expr.c (gfc_add_component_ref,gfc_class_null_initializer): Move to
class.c.
* gfortran.h (gfc_build_class_symbol,gfc_find_derived_vtab,
gfc_find_typebound_proc,gfc_find_typebound_user_op,
gfc_find_typebound_intrinsic_op,gfc_get_tbp_symtree,
gfc_add_component_ref, gfc_class_null_initializer): Moved to class.c.
* Make-lang.in: Add class.o.
* symbol.c (gfc_build_class_symbol,add_proc_component,add_proc_comps,
add_procs_to_declared_vtab1,copy_vtab_proc_comps,
add_procs_to_declared_vtab,add_generic_specifics,
add_generics_to_declared_vtab,gfc_find_derived_vtab,
find_typebound_proc_uop,gfc_find_typebound_proc,
gfc_find_typebound_user_op,gfc_find_typebound_intrinsic_op,
gfc_get_tbp_symtree): Move to class.c.

From-SVN: r159506
gcc/fortran/ChangeLog
gcc/fortran/Make-lang.in
gcc/fortran/class.c [new file with mode: 0644]
gcc/fortran/expr.c
gcc/fortran/gfortran.h
gcc/fortran/symbol.c