[net.unix-wizards] Bug in cc 4.1bsd

chris.umcp-cs@Udel-Relay@sri-unix (09/15/82)

From:     Chris Torek <chris.umcp-cs@Udel-Relay>
Date:     13 Sep 82 9:24:15-EDT (Mon)
The C compiler does not complain about

	cc -R -p foo.c

yet the profiling code will not run with readonly data areas.
Attempting to run this causes a segmentation fault.
Probably 'cc' should issue a message like the one for
-g and -O together, and ignore the -R flag.