Path: utzoo!attcan!uunet!husc6!bloom-beacon!mit-eddie!ll-xn!ames!umd5!brl-adm!adm!dsill@nswc-oas.arpa From: dsill@nswc-oas.arpa (Dave Sill) Newsgroups: comp.lang.c Subject: Re: Optimization (was Re: volatile) Message-ID: <14505@brl-adm.ARPA> Date: 23 May 88 16:39:37 GMT Sender: news@brl-adm.ARPA Lines: 18 der Mouse writes: >In article <258@ateng.UUCP>, chip@ateng.UUCP (Chip Salzenberg) writes: >> In article <13074@brl-adm.ARPA> dsill@NSWC-OAS.arpa (Dave Sill) writes: >>> This bears repeating. There should be no circumstances under which >>> the semantics of the language are changed by a flag to the compiler. > ~~~~~~~~~~~~~~~~~~~~~~~~~ >Like -D? -I? -R? -fsingle? If you're able to change C's semantics with a -D or -I option, something's wrong. -R does indeed change semantics, and for that reason I would try to avoid using it (I've never seen it used, myself). Same for -f, it's not even in my cc man page. ========= The opinions expressed above are mine. "If I learn from my mistakes, pretty soon I'll know everything." -- Richard O'Keefe