Message-ID: <993ABB8870CED011BF1F00A0C95B7F0AE63217@nt17pv.apsc.com> From: "Webb, James R(V97187)" To: "'pgcc AT delorie DOT com'" Subject: RE: bug in pgcc ? Date: Wed, 24 Mar 1999 12:19:31 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain Reply-To: pgcc AT delorie DOT com Several weeks ago when I asked this question, a subscriber suggested adding -mieee_fp (or was it -mieee-fp?) to CFLAGS. This corrected the problem without removing -ffast-math. ---------- From: strasbur AT chkw386 DOT ch DOT pwr DOT wroc DOT pl[SMTP:strasbur AT chkw386 DOT ch DOT pwr DOT wroc DOT pl] Sent: Wednesday, March 24, 1999 6:58 AM To: pgcc AT delorie DOT com Subject: Re: bug in pgcc ? >> I tried to compile the Mesa 3.0 library with pgcc (gcc version >Removing the over-agressive -ffast-math should fix that problem. Removing -ffast-math is not a good idea for many programs. It is crucial for the performance. The hard way is finding the miscompiled piece of code and compiling it manually without fast-math (of with other compiler). Hmm... uhmmm... If I could ask... Is there any chance for fixing the over-agressiveness of fast-math in pgcc 1.1.x? Krzysztof