From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18116 invoked by alias); 19 Dec 2009 20:27:54 -0000 Received: (qmail 18088 invoked by uid 48); 19 Dec 2009 20:27:41 -0000 Date: Sat, 19 Dec 2009 20:27:00 -0000 Message-ID: <20091219202741.18087.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/42418] PROCEDURE: Rejects interface which is both specific and generic procedure In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "janus 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: 2009-12/txt/msg01933.txt.bz2 ------- Comment #2 from janus at gcc dot gnu dot org 2009-12-19 20:27 ------- (In reply to comment #1) > The following program is also rejected, unless the marked line is > removed/comment out. At a glance, it looks OK - and ifort, NAG f95 and g95 > accept it. The error message is: > > > print *, fun(enisoc, [0.0]) > 1 > Error: ELEMENTAL non-INTRINSIC procedure 'enisoc' is not allowed as an actual > argument at (1) This one I can not confirm. With a clean trunk at r155303 I do not see the error message on x86_64-unknown-linux-gnu. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42418