From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7120 invoked by alias); 9 Sep 2008 15:57:27 -0000 Received: (qmail 6658 invoked by uid 48); 9 Sep 2008 15:56:05 -0000 Date: Tue, 09 Sep 2008 15:57:00 -0000 Subject: [Bug fortran/37445] New: incorrect error reported X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "clerman at fuse dot net" 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/msg01071.txt.bz2 Hello, I am attempting to build my lens design program. I encounter the following errors when I compile file cmndtypeM.f90: cmndtypeM.f90:718.28: CALL putALine (UserLine) 1 Error: There is no specific subroutine for the generic 'putaline' at (1) cmndtypeM.f90:723.20: CALL PutALine () 1 Error: There is no specific subroutine for the generic 'putaline' at (1) cmndtypeM.f90:726.20: call putALine () 1 Error: There is no specific subroutine for the generic 'putaline' at (1) cmndtypeM.f90:728.28: call putALine (UserLine) 1 Error: There is no specific subroutine for the generic 'putaline' at (1) n These are not errors. putALine is an internal subroutine hosted by subroutine dump_cmd. Please note that the g95, Intel, and NAG compilers all compile this code. As soon as I am assigned a bug number, I will upload a tar file, bug4.tgz to the following address: gcc-bugzilla@gcc.gnu.org. Unpack the file and invoke the shell script bug4.sh to reproduce the problem. I'll indicate the bug number in the subject line. I am running Open SuSE 10.1 on a dual core Athlon chip. I'm using the gcc-trunk build: norm@oxford:~/design/gfortran/bug4> gfortran --version GNU Fortran (GCC) 4.4.0 20080909 (experimental) [trunk revision 140137] Copyright (C) 2008 Free Software Foundation, Inc. I am not able to reduce the size of the problem. Thank you for your attention. Yours truly, Norm Clerman -- Summary: incorrect error reported Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: clerman at fuse dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37445