From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12913 invoked by alias); 29 Jun 2009 15:19:11 -0000 Received: (qmail 12836 invoked by uid 48); 29 Jun 2009 15:18:59 -0000 Date: Mon, 29 Jun 2009 15:19:00 -0000 Message-ID: <20090629151859.12835.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/40551] Wrong code due to missing copy-in/copy-out stried array to assumed-size dummy In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pault at gcc dot gnu dot org" 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: 2009-06/txt/msg02109.txt.bz2 ------- Comment #8 from pault at gcc dot gnu dot org 2009-06-29 15:18 ------- Created an attachment (id=18092) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18092&action=view) Provisional fix for the PR This is not yet regtested but will be in an hour or two. I must also run through the references to gfc_full_array_ref_p to see if any of them could use the 'contiguous' output. Cheers Paul -- pault at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |pault at gcc dot gnu dot org |dot org | Status|NEW |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40551