From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24968 invoked by alias); 29 Sep 2008 10:26:21 -0000 Received: (qmail 23725 invoked by uid 48); 29 Sep 2008 10:25:01 -0000 Date: Mon, 29 Sep 2008 10:26:00 -0000 Message-ID: <20080929102501.23724.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/37445] Host-associated proc not found if same-name generic is use-associated In-Reply-To: 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: 2008-09/txt/msg02920.txt.bz2 ------- Comment #12 from burnus at gcc dot gnu dot org 2008-09-29 10:25 ------- Somehow the patch is not enough to compile program (see tar.gz / attachment 16266): gfortran -c syskindsM.f90 formatbankM.f90 charutilM.f90 tinyisetM.f90 timestampmodM.f90 errelmntM.f90 errstackM.f90 debugmodM.f90 parlistM.f90 winkindsM.f90 ewinhandM.f90 guiclrsM.f90 iso_varying_stringM.f90 windataM.f90 sysdepM.f90 winnowsM.f90 asciichrM.f90 winidenM.f90 BBModI.f90 hardmodM.f90 WinModI.f90 errormodM.f90 errormodM.f90:1083.32: Error: Type mismatch in argument 'arrayindex' at (1); passed TYPE(terrorelement) to INTEGER(4) errormodM.f90:668.114: Error: SUBROUTINE 'getbasicdata' at (1) cannot call itself, as it is not RECURSIVE The files compile without problems with NAG f95, ifort and g95. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37445