From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12316 invoked by alias); 7 Apr 2006 10:16:15 -0000 Received: (qmail 12290 invoked by uid 48); 7 Apr 2006 10:16:12 -0000 Date: Fri, 07 Apr 2006 10:16:00 -0000 Message-ID: <20060407101612.12289.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/25746] Elemental assignment gives wrong result In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "paul dot richard dot thomas at cea dot fr" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-04/txt/msg00612.txt.bz2 List-Id: ------- Comment #4 from paul dot richard dot thomas at cea dot fr 2006-04-07 10:16 ------- > Patch to fix elemental subroutine dependences. This is still a little bit ragged insofar as it produces and excess of temporaries and that it still gets one case wrong: x(1:2) = x(2:3) is broken. However, the bulk of the work is done and the submission is a few days away. I will add the conformance checks too. Cheers Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25746