Date: Wed, 24 Mar 1999 10:59:28 +0000 (GMT) From: John Hayward-Warburton To: pgcc AT delorie DOT com Subject: Re: bug in pgcc ? In-Reply-To: <36F81D39.6A5585FB@poly.polytechnique.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: pgcc AT delorie DOT com X-Mailing-List: pgcc AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 24 Mar 1999, Stephane Donze wrote: > I tried to compile the Mesa 3.0 library with pgcc (gcc version > pgcc-2.91.60 19981201 (egcs-1.1.1 release) ), to make it faster. > However, the demo programs did not work correctly any more, a big part > of the triangles were not displayed. I tried different optimization Removing the -ffast-math flag in 2.91.60 works for me. Haven't tried anything later. JHW