[7694] in Athena Bugs
minor CC bug
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Wed Jun 26 21:54:25 1991
Date: Wed, 26 Jun 91 21:54:08 -0400
From: Ken Raeburn <Raeburn@MIT.EDU>
To: bugs@ATHENA.MIT.EDU
With C++-2.0 attached, working on at RT:
% CC +p -O -Dcplusplus_2_0 -I/mit/c++/2.0/vax/include/ -DBSD -Dibm -DHCVERSION=21004 -I.. -I../../../.././src/include -E ../world.c |cppfilt>/tmp/world.c
cc -L/mit/c++/2.0/rt/lib -O -lC
patch: file a.out: cannot open file
It should not have run the C compiler or patch; since -E was given, it
should have stopped after preprocessing. (The preprocessor output was
written out properly.)