--- Comment #6 from joseph at codesourcery dot com 2009-01-30 23:14 ---
Subject: Re: Decimal floating-point exception flags done wrong
On Fri, 30 Jan 2009, tydeman at tybor dot com wrote:
> I consider emulation of decimal FP to be part of the compiler's job. Part of
> that emulation
--- Comment #5 from tydeman at tybor dot com 2009-01-30 22:42 ---
I consider emulation of decimal FP to be part of the compiler's job. Part of
that emulation is setting the FP execption flags as per IEEE-754-2008.
There is one set of FP exception flags (used for both binary FP and deci
--- Comment #4 from kreckel at ginac dot de 2009-01-30 22:37 ---
(In reply to comment #3)
> From the point of view of GCC it is invalid because and the functions
> it declares are not provided by GCC, but by the C library.
On the other hand, one can argue that if GCC cannot guarantee t
--- Comment #3 from janis at gcc dot gnu dot org 2009-01-30 21:31 ---
The bug is a duplicate of 20785 because the pragma is not implemented.
>From the point of view of GCC it is invalid because and the functions
it declares are not provided by GCC, but by the C library.
--
http://
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-01-30 07:19 ---
STDC FENV_ACCESS is not implemented.
*** This bug has been marked as a duplicate of 20785 ***
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #1 from pinskia at gmail dot com 2009-01-30 02:41 ---
Subject: Re: New: Decimal floating-point exception flags done wrong
Sent from my iPhone
On Jan 29, 2009, at 6:00 PM, "tydeman at tybor dot com"
wrote:
> Using gcc 4.3.2-7 on Intel Pentium 4 running Linux Fedora Cor