From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2750 invoked by alias); 13 Jan 2014 19:58:37 -0000 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 Received: (qmail 2715 invoked by uid 48); 13 Jan 2014 19:58:32 -0000 From: "janus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/59781] [4.7/4.8/4.9 Regression] [F03] Incorrect initialisation of derived type Date: Mon, 13 Jan 2014 19:58: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-Version: 4.8.2 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: janus at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-01/txt/msg01397.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59781 --- Comment #6 from janus at gcc dot gnu.org --- (In reply to janus from comment #5) > Here is a draft patch which seems to fix comment 1 to 3: Unfortunately it does produce a few failures in the coarray sector: FAIL: gfortran.dg/coarray/alloc_comp_1.f90 -fcoarray=single -O2 (internal compiler error) FAIL: gfortran.dg/coarray/lib_realloc_1.f90 -fcoarray=single -O2 (internal compiler error) FAIL: gfortran.dg/coarray/subobject_1.f90 -fcoarray=single -O2 (internal compiler error) FAIL: gfortran.dg/coarray_lib_realloc_1.f90 -O (internal compiler error)