Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!info-vax From: dean@A.PSY.CMU.EDU (randall w. dean) Newsgroups: mod.computers.vax Subject: VMS Fortran V4.2-102 Bug Message-ID: <8603070832.AA10300@ucbvax.berkeley.edu> Date: Wed, 5-Mar-86 16:53:53 EST Article-I.D.: ucbvax.8603070832.AA10300 Posted: Wed Mar 5 16:53:53 1986 Date-Received: Sat, 8-Mar-86 05:24:46 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 22 Approved: info-vax@sri-kl.arpa The following piece of code will cause the fortran compiler under VMS to abort abnormally. subroutine foo do i=1,10,sign(1,j) enddo return end This works though subroutine foo k=sign(i,j) do i=1,10,k enddo return end Nice Huh? Randall W. Dean Dean@a.psy.cmu.edu