Path: utzoo!mnetor!uunet!husc6!mailrus!nrl-cmf!ames!pacbell!att-ih!ihnp4!inuxc!iuvax!pur-ee!uiucdcs!uxc.cso.uiuc.edu!uxe.cso.uiuc.edu!mcdonald From: mcdonald@uxe.cso.uiuc.edu Newsgroups: comp.lang.fortran Subject: Re: Fortran 8x, COMMON, SAVE, minus zer Message-ID: <50500040@uxe.cso.uiuc.edu> Date: 23 Mar 88 13:53:00 GMT References: <523@a.UUCP> Lines: 10 Nf-ID: #R:a.UUCP:523:uxe.cso.uiuc.edu:50500040:000:530 Nf-From: uxe.cso.uiuc.edu!mcdonald Mar 23 07:53:00 1988 >I have not seen any Fortran implementations which treat COMMON blocks as >automatic or stack variables. COMMON blocks behave as if they were SAVEd >in all Fortran environments I've seen. Furthermore, one of the most Absoft Fortran for the 68000. This product is abnormal in many ways, among them the above and its corollary: data statements produce code. A series of data statements initializing 1000 character array elements generates 7000 bytes of code! Common blocks are not saved by default, except in the main program.