This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/61928] a fortran90 program compiles on hopper at NERSC but not under gfortran 4.9.0


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61928

--- Comment #6 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
My thinking, right or wrong, is that the code is invalid because idamax is
defined as an integer which conflicts with the subroutine name.

Ifort gives the exact same error. (Ifort also insists that the end statements
for the function and subroutine state "end function" and "end subroutine" but
that is a separate issue.)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]