public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/6783] remainder() inconsistently sets errno on domain error
       [not found] <bug-6783-131@http.sourceware.org/bugzilla/>
@ 2011-09-29  9:56 ` aj at suse dot de
  2011-10-07 19:17 ` drepper.fsp at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: aj at suse dot de @ 2011-09-29  9:56 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=6783

Andreas Jaeger <aj at suse dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #2 from Andreas Jaeger <aj at suse dot de> 2011-09-29 09:55:56 UTC ---
Thanks for the report. I just send a patch to the libc-alpha mailing list to
fix this.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug math/6783] remainder() inconsistently sets errno on domain error
       [not found] <bug-6783-131@http.sourceware.org/bugzilla/>
  2011-09-29  9:56 ` [Bug math/6783] remainder() inconsistently sets errno on domain error aj at suse dot de
@ 2011-10-07 19:17 ` drepper.fsp at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: drepper.fsp at gmail dot com @ 2011-10-07 19:17 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=6783

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |drepper.fsp at gmail dot
                   |                            |com
         Resolution|                            |FIXED

--- Comment #3 from Ulrich Drepper <drepper.fsp at gmail dot com> 2011-10-07 19:17:25 UTC ---
I checked in the patch.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug math/6783] remainder() inconsistently sets errno on domain error
  2008-07-30 12:24 [Bug math/6783] New: " mtk dot manpages at gmail dot com
@ 2008-07-31  8:44 ` mtk dot manpages at gmail dot com
  0 siblings, 0 replies; 3+ messages in thread
From: mtk dot manpages at gmail dot com @ 2008-07-31  8:44 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From mtk dot manpages at gmail dot com  2008-07-31 08:42 -------
Created an attachment (id=2848)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=2848&action=view)
test program

sample runs showing problem.  Note that EDOM is set in one case, but not the
other.

$ /tmp/mt_remainder -- inf 1
errno == 0
fetestexcept() says:  FE_INVALID
remainder(inf,1.00000000000000000e+00)=nan
0 FE_INVALID nan

$ /tmp/mt_remainder -- 1 0
errno == EDOM
fetestexcept() says:  FE_INVALID
remainder(1.00000000000000000e+00,0.00000000000000000e+00)=nan
EDOM FE_INVALID nan


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=6783

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-07 19:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-6783-131@http.sourceware.org/bugzilla/>
2011-09-29  9:56 ` [Bug math/6783] remainder() inconsistently sets errno on domain error aj at suse dot de
2011-10-07 19:17 ` drepper.fsp at gmail dot com
2008-07-30 12:24 [Bug math/6783] New: " mtk dot manpages at gmail dot com
2008-07-31  8:44 ` [Bug math/6783] " mtk dot manpages at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).