http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54618
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28269|0 |1 is obsolete| | Attachment #28278|0 |1 is obsolete| | --- Comment #13 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-09-30 18:02:33 UTC --- Created attachment 28304 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28304 Updated OPTIONAL patch Current version of my OPTIONAL patch, just to make sure that I don't accidentally delete it locally. It fixes a bunch of issues; however, as the FIXMEs show, there are still wrong-code (segfault at run time) issues related to ELEMENTAL, scalar coarrays and possibly another issue. TODO: - Fix the OPTIONAL issues mentioned above - Support packing of assumed-rank arrays (see just attached test case; but otherwise an unrelated issue) - 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)