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/23538] gfortran hangs on old cray fortran 66 program



------- Comment #7 from tkoenig at gcc dot gnu dot org  2005-11-02 21:17 -------
g77 gets confused by the errors, then bails out:

$ g77 d2ds.f
$ g77 d2ds.f 2>&1 | tail
              2
Argument #4 of `maxval' is one type at (2) but is some other type at (1) [info
-f g77 M GLOBALS]
d2ds.f:831: warning:
         call maxval (0,0,sig,eps,ijk,valmax,locval,slab)
              1
d2ds.f:1159: (continued):
         call maxval (1,0,sig,eps,ijk,valmax,locval,slab)
              2
Argument #5 of `maxval' is one type at (2) but is some other type at (1) [info
-f g77 M GLOBALS]
d2ds.f:795: confused by earlier errors, bailing out


-- 

tkoenig at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |19292
              nThis|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23538


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