From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10682 invoked by alias); 3 Nov 2010 17:08:19 -0000 Received: (qmail 10669 invoked by uid 22791); 3 Nov 2010 17:08:17 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 03 Nov 2010 17:08:13 +0000 From: "kargl at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/45210] compilation error X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: kargl at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status CC Resolution 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 Date: Wed, 03 Nov 2010 17:08:00 -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 X-SW-Source: 2010-11/txt/msg00384.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45210 kargl at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |kargl at gcc dot gnu.org Resolution| |WORKSFORME --- Comment #8 from kargl at gcc dot gnu.org 2010-11-03 17:07:47 UTC --- This appears to be fixed on 4.4, 4.5, and trunk (unless I'm doing something wrong). I'm closing this PR with WORKSFORME. troutmask:sgk[202] gfc4x -c p1.f90 troutmask:sgk[203] gfc4x -c p2.f90 troutmask:sgk[204] rm p1.o p2.o *.mod troutmask:sgk[205] gfc45 -c p1.f90 troutmask:sgk[206] gfc45 -c p2.f90 troutmask:sgk[207] rm p1.o p2.o *.mod troutmask:sgk[208] gfc44 -c p1.f90 troutmask:sgk[209] gfc44 -c p2.f90 troutmask:sgk[210] rm p1.o p2.o *.mod troutmask:sgk[211] gfc43 -c p1.f90 troutmask:sgk[212] gfc43 -c p2.f90 p2.f90:66.25: CALL ijk_to_i_j_k(i_j_k,i_j_k_fid,grid_size) 1 Error: Rank mismatch in argument 'j' at (1) (0 and 1)