Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!mstan!amull From: amull@Morgan.COM (Andrew P. Mullhaupt) Newsgroups: comp.lang.fortran Subject: Re: Standard conformance Summary: Results for Sun 3, 4 at variance with previous postings. Message-ID: <383@e-street.Morgan.COM> Date: 17 Sep 89 19:12:16 GMT References: <1301@tukki.jyu.fi> <850@puff.luth.se> Organization: Morgan Stanley & Co. NY, NY Lines: 24 The Sun 3 and Sun 4 machines both give me the following result of the "Branch illegally into DO-Loop" test program. f77 -ansi goof.f f77 -ansi -O goof.f (Either compiles with no warnings) Both run and produce the output: 0 0 1 1 2 4 etc. This seems odd, since the Sun f77 "compiler" is trying to support VMS extensions. It should therefore have behavior similar to that found previously on VMS machines. The only good UNIX fortran compiler is a dead UNIX fortran compiler. Andrew Mullhaupt, Opinions expressed here are my own are my own.