[Bug fortran/41539] Calling function which takes CLASS: Rank comparison does not work

2009-10-05 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2009-10-05 12:40 --- See also review comments http://gcc.gnu.org/ml/fortran/2009-09/msg00298.html and http://gcc.gnu.org/ml/fortran/2009-09/msg00296.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41539

[Bug fortran/41539] Calling function which takes CLASS: Rank comparison does not work

2009-10-02 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2009-10-02 08:42 --- I think the problem occurs in decl.c's static gfc_try encapsulate_class_symbol (gfc_typespec *ts, symbol_attribute *attr, gfc_array_spec **as) { [...] if (fclass == NULL) { [..