[Bug fortran/37445] New: incorrect error reported

clerman at fuse dot net gcc-bugzilla@gcc.gnu.org
Tue Sep 9 15:57:00 GMT 2008


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



More information about the Gcc-bugs mailing list