Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!usc!jarthur!mti!adrian From: adrian@mti.mti.com (Adrian McCarthy) Newsgroups: comp.lang.c Subject: Re: indent and trust. Keywords: indent, trust Message-ID: <1273@mti.mti.com> Date: 9 Jan 91 21:00:12 GMT References: <19626@yunexus.YorkU.CA> Reply-To: adrian@mti.UUCP (Adrian McCarthy) Organization: Micro Technology, Anaheim, CA Lines: 12 In article <19626@yunexus.YorkU.CA> oz@nexus.YorkU.CA (Ozan Yigit) writes: >I, on the other hand, trust indent as much as I trust any C compiler I may >need to use, provided the optimizer is off ;-). Somebody pointed out to me that if you're afraid of compiler bugs, your best bet is to leave the optimizer in the default mode, since that is the mode that has been tested more. For most compilers, this does mean leaving the optimizer off, but for some (like VAX/VMS compilers), leaving the optimizer on can be your better bet. [A well-tested optimizer may actually "fix" a problem created by the raw code generator. :-)] Aid. (adrian@gonzo.mti.com)