Path: utzoo!attcan!uunet!decwrl!bacchus.pa.dec.com!news.crl.dec.com!shlump.nac.dec.com!riscy.enet.dec.com!croton!frank From: frank@croton.enet.dec.com (Frank Wortner) Newsgroups: comp.unix.ultrix Subject: Re: Fortran program under Ultrix 4.0 - Fortran V2.0 Keywords: FORTRAN bug Message-ID: <1779@riscy.enet.dec.com> Date: 26 Oct 90 14:12:17 GMT References: <244@opus.NMSU.Edu> Sender: newsdaemon@riscy.enet.dec.com Reply-To: frank@croton.enet.dec.com (Frank Wortner) Organization: Digital Equipment Corporation Lines: 9 Try compiling with the -C ("check array bounds") option and then rerunning the program. In fact, try compiling on VMS with the /CHECK option or on the Sun with whatever their corresponding option is. It is amazing how many FORTRAN programs attempt to store information in the 150th element of a 100 element array. ;-) Frank