Date: Thu, 28 Aug 2003 00:09:16 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Kbwms AT aol DOT com Message-Id: <6480-Thu28Aug2003000915+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <16c.231ddba4.2c7e5c77@aol.com> (Kbwms@aol.com) Subject: Re: Arithmetic Exceptions in C99 References: <16c DOT 231ddba4 DOT 2c7e5c77 AT aol DOT com> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Kbwms AT aol DOT com > Date: Wed, 27 Aug 2003 15:11:51 EDT > > You are correct. Setting a bit somewhere does not raise the exception; that > must be done separately -- in the new regime by calling feraiseexcept(). Right. And I don't see where the effect of feraiseexcept is described in the standard. All I see is a bunch of functions for setting and testing bits in the FP exceptions status word. Did I miss something? Does C9x specify what does it mean by ``floating-point exception''?