From: utzoo!decvax!cca!chris.umcp-cs@Udel-Relay@sri-unix
Newsgroups: net.unix-wizards
Title: Bug in cc [4.1bsd]
Article-I.D.: sri-unix.3290
Posted: Wed Sep 15 16:52:31 1982
Received: Thu Sep 16 02:06:34 1982

From:     Chris Torek 
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.