[Bug fortran/54618] [OOP] wrong-code with CLASS(...), INTENT(OUT) -- and OPTIONAL or ALLOCATABLE

burnus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Oct 16 13:13:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54618

--- Comment #17 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-10-16 13:13:41 UTC ---
Now fixed: Several issues with OPTIONAL.

TODO:
- Issues with OPTIONAL and ELEMENTAL,
  cf. commented FIXME lines in gfortran.dg/class_optional_2.f90
- Support packing of (non)polymorphic assumed-rank/assumed-shape arrays
  (-> CONTIGUOUS; cf. gfortran.dg/class_optional_2.f90)
- Fix INTENT(OUT) handling for allocatable polymorphic arrays (cf. comment 0)
- Analyse the old issue related to class_array_7.f03 (comment 11, comment 12)



More information about the Gcc-bugs mailing list