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]

Re: g77 problem


>  g77 -c r3fft.f
>  r3fft.f: In subroutine `r3fft':
>  r3fft.f:4:
>  	 SUBROUTINE
>  	 R3FFT(C,ID,NL,NM,NN,WL,WM,WN,ISIG,IWORK,IERR)
>  					^
>  Array `wl' at (^) is too large to handle
>
>        INTEGER WL(-14:*),WM(-14:*),WN(-14:*)

>  The problem disappears if the wildcard "*" is replaced
>  by an explicit array bound. My F77 book does not detail
>  what is considered standard F77.

This is standard - it is a known deficiency in egcs-1.0.3a.   
Upcoming egcs-1.1 (a few weeks from now) fixes this.

Hope this helps,
Toon.


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