From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25833 invoked by alias); 12 Mar 2007 15:25:04 -0000 Received: (qmail 25680 invoked by uid 48); 12 Mar 2007 15:24:49 -0000 Date: Mon, 12 Mar 2007 15:25:00 -0000 Message-ID: <20070312152449.25679.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/30922] IMPORT fails for same symbol in multiple interface bodies of same interface block 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: 2007-03/txt/msg01060.txt.bz2 ------- Comment #5 from pault at gcc dot gnu dot org 2007-03-12 15:24 ------- The testcase in comment 1 should be lifted and deposited in another PR; it is going to be quite difficult to fix because the type and kind of an interface function is established before the specification statements that inlude the IMPORT statement. This problem is related to that of implicit type definition within interfaces that I just fixed (PR30883). 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 Last reconfirmed|2007-03-02 16:14:27 |2007-03-12 15:24:48 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30922