X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: 18 Nov 2003 15:38:27 +0200 Message-Id: From: Eli Zaretskii To: Kbwms AT aol DOT com CC: djgpp-workers AT delorie DOT com In-reply-to: <7b.1cd667f3.2ceb6b21@aol.com> (Kbwms@aol.com) Subject: Re: math_errhandling [PATCH] References: <7b DOT 1cd667f3 DOT 2ceb6b21 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: Tue, 18 Nov 2003 07:31:29 EST > > > > In other words, feraiseexcept should add bits to some word it > > maintains internally, but not in the x87 status word. > > > > But, that's precisely what _control87() does -- it sets the bits in the > status word. Correct. Which means that, in my view, feraiseexcept should not call _control87 internally.