------- Comment #8 from jv244 at cam dot ac dot uk 2009-05-05 04:18 ------- (In reply to comment #6)
> opt/gcc/gcc-4.5-work/gcc/testsuite/gfortran.dg/import6.f90:42.13: > > call func1(x) > 1 > Error: Type mismatch in argument 'param' at (1); passed TYPE(my_type) to > TYPE(my_type) that's a proper error as well, TYPE(my_type) needs to have the SEQUENCE attribute for this to be correct -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40011