From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29145 invoked by alias); 16 Oct 2012 13:13:56 -0000 Received: (qmail 28913 invoked by uid 48); 16 Oct 2012 13:13:41 -0000 From: "burnus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/54618] [OOP] wrong-code with CLASS(...), INTENT(OUT) -- and OPTIONAL or ALLOCATABLE Date: Tue, 16 Oct 2012 13:13:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: burnus at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-10/txt/msg01473.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54618 --- Comment #17 from Tobias Burnus 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)