Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!decvax!decwrl!ucbvax!NRTC.ARPA!dcass From: dcass@NRTC.ARPA.UUCP Newsgroups: mod.computers.ridge Subject: Cmd Line bug in Rx Compilers Message-ID: <8605190507.AA05825@ucbvax.Berkeley.EDU> Date: Sun, 18-May-86 14:57:04 EDT Article-I.D.: ucbvax.8605190507.AA05825 Posted: Sun May 18 14:57:04 1986 Date-Received: Mon, 19-May-86 19:42:26 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 15 Approved: info-ridge@hopkins-eecs-bravo.arpa I noticed a nasty little difference (Bug!) between the Rx compilers (RC, RP and RF) and normal UNIX compilers (CC, F77, PASC). When you use the -o [load output file] switch, the compiler does not check to see if the file already exists, and is not executable. As such, if you, by mistake mind you, type: rc -o test.c The rc compiler will happily erase test.c, then complain that no input file was specified. THIS IS AN INSIDIOUS BUG, esp. in an operating system without UNDELETE. DEC dcass@NRTC.NORTHROP.COM