From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22262 invoked by alias); 20 May 2013 20:14:07 -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 21944 invoked by uid 48); 20 May 2013 20:14:04 -0000 From: "burnus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/48858] Incorrect error for same binding label on two generic interface specifics Date: Mon, 20 May 2013 20:14: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.5.2 X-Bugzilla-Keywords: diagnostic, rejects-valid, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: burnus 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-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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: 2013-05/txt/msg01345.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48858 Tobias Burnus changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #17 from Tobias Burnus --- All issues of this PR should be now FIXED (on the 4.9 trunk). The commit in comment 14 ensures that for COMMON, the binding label is all what matters. The commit in comment 15 ensures the same for procedures. And the commit in comment 16 permits multiple INTERFACE declarations - especially if they are the same! - for the same binding label. Thanks for the report and the patience. (I am still not sure whether the code in comment 0 is valid or not, but the commit of comment 16 permits it.)