Xref: utzoo comp.lang.pascal:1662 comp.sys.ibm.pc:26652 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!execu!sequoia!cb From: cb@sequoia.UUCP (Christopher D. Brown) Newsgroups: comp.lang.pascal,comp.sys.ibm.pc Subject: Microsoft Pascal 4.0 bug Message-ID: <412@sequoia.UUCP> Date: 27 Mar 89 23:01:16 GMT Reply-To: cb@sequoia.UUCP () Organization: Execucom Systems Corp. Lines: 14 Example source PAS.PAS: MODULE PAS; (*$INCLUDE:'NOTHER.E'*) PROCEDURE PAS; BEGIN END; END. Further more PAS.PAS is in current directory. NOTHER.E exists nowhere. DirectoryINCLUDE does exist. Example command line: pl -IINCLUDE -c PAS.PAS Results in invalid machine instructions which crash my 386 machine.