Date: Fri, 28 Nov 1997 09:11:16 -0800 (PST) Message-Id: <199711281711.JAA10706@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Fabrice ILPONSE , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Pointer to ... and a question Precedence: bulk At 02:03 11/27/1997 +0100, Fabrice ILPONSE wrote: > PS: the C code was compiled with -O2 -s -m486 > >----------- > >I've heard that the -O3 option was "buggy". As the problem's been fixed? I've never heard that. `-O3' is just `-O2' + `-finline-functions'. I don't know of any problems with inlining, except that it isn't always a Good Thing. The only thing I know of is a bug with `-fstrength-reduce' which is turned on by `-O2', and is fixed in GCC 2.7.2.1. Nate Eldredge eldredge AT ap DOT net