From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9060 invoked by alias); 29 Oct 2007 20:00:29 -0000 Received: (qmail 8809 invoked by uid 48); 29 Oct 2007 20:00:15 -0000 Date: Mon, 29 Oct 2007 20:00:00 -0000 Subject: [Bug fortran/33945] New: PROCEDURE in module somtimes wrongly rejected X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus 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-10/txt/msg02611.txt.bz2 Compiling the following program gives the error: procedure(sub) :: x 1 Error: Duplicate PROCEDURE attribute specified at (1) I think the program is valid and it is also accepted by NAG f95. module m implicit none interface bar procedure x end interface bar procedure(sub) :: x interface subroutine sub() end subroutine sub end interface end module m -- Summary: PROCEDURE in module somtimes wrongly rejected Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: rejects-valid Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: burnus at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33945