Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!pasteur!yew.Berkeley.EDU!faustus From: faustus@yew.Berkeley.EDU (Wayne Christopher) Newsgroups: comp.lang.misc Subject: Re: NOT Educating FORTRAN programmers to use C Message-ID: <21403@pasteur.Berkeley.EDU> Date: 24 Jan 90 17:44:20 GMT Sender: news@pasteur.Berkeley.EDU Reply-To: faustus@yew.Berkeley.EDU (Wayne Christopher) Organization: University of California at Berkeley Lines: 8 I haven't used FORTRAN myself, but from these discussions it seems to me that there are a lot of things you are not supposed to do to make things nice for the compiler, like create aliases and allow foo() in "x[i] + foo()" to alter x or i. Do FORTRAN compilers check these constraints? If not, aren't they a great source of hard-to-find bugs, that go away when you turn off optimization? Wayne