public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/6805] j0(), j1(), jn() do not raise exceptions on underflow error
       [not found] <bug-6805-131@http.sourceware.org/bugzilla/>
@ 2012-03-01 17:50 ` jsm28 at gcc dot gnu.org
  2013-11-28 16:55 ` jsm28 at gcc dot gnu.org
  1 sibling, 0 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-03-01 17:50 UTC (permalink / raw)
  To: glibc-bugs

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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|aj at suse dot de           |unassigned at sourceware
                   |                            |dot org

--- Comment #4 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-03-01 17:50:32 UTC ---
See http://sourceware.org/ml/libc-alpha/2012-02/msg00512.html - the correct
result won't underflow in these cases but in whatever cases TLOSS errors are
given I suppose underflow should be raised as well.

-- 
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] 5+ messages in thread

* [Bug math/6805] j0(), j1(), jn() do not raise exceptions on underflow error
       [not found] <bug-6805-131@http.sourceware.org/bugzilla/>
  2012-03-01 17:50 ` [Bug math/6805] j0(), j1(), jn() do not raise exceptions on underflow error jsm28 at gcc dot gnu.org
@ 2013-11-28 16:55 ` jsm28 at gcc dot gnu.org
  1 sibling, 0 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-11-28 16:55 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=6805

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #5 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
It's now documented that exceptions may not be raised when libm is in the
(deprecated) error-handling modes that use matherr, which are the only cases
where TLOSS errors may occur (since 
commit c36e1d2369f149a64c759f3ad6f4cc5a03b03b62).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug math/6805] j0(), j1(), jn() do not raise exceptions on underflow error
  2008-07-31 11:28 [Bug math/6805] New: " mtk dot manpages at gmail dot com
  2008-07-31 11:29 ` [Bug math/6805] " mtk dot manpages at gmail dot com
  2008-07-31 11:29 ` mtk dot manpages at gmail dot com
@ 2008-07-31 11:31 ` mtk dot manpages at gmail dot com
  2 siblings, 0 replies; 5+ messages in thread
From: mtk dot manpages at gmail dot com @ 2008-07-31 11:31 UTC (permalink / raw)
  To: glibc-bugs


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

Sample runs demonstrating the problem:

$ /tmp/mt_j0 1e100
errno == ERANGE
fetestexcept() says:  FE_INEXACT
j0(1.00000000000000002e+100)=0.00000000000000000e+00
ERANGE 0 +0

$ /tmp/mt_j1 1e100
errno == ERANGE
fetestexcept() says:  FE_INEXACT
j1(1.00000000000000002e+100)=0.00000000000000000e+00
ERANGE 0 +0

$ /tmp/mt_jn 10 1e100
errno == ERANGE
fetestexcept() says:  FE_INEXACT
jn(10,1.00000000000000002e+100)=0.00000000000000000e+00
ERANGE 0 +0


-- 


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

------- 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] 5+ messages in thread

* [Bug math/6805] j0(), j1(), jn() do not raise exceptions on underflow error
  2008-07-31 11:28 [Bug math/6805] New: " mtk dot manpages at gmail dot com
  2008-07-31 11:29 ` [Bug math/6805] " mtk dot manpages at gmail dot com
@ 2008-07-31 11:29 ` mtk dot manpages at gmail dot com
  2008-07-31 11:31 ` mtk dot manpages at gmail dot com
  2 siblings, 0 replies; 5+ messages in thread
From: mtk dot manpages at gmail dot com @ 2008-07-31 11:29 UTC (permalink / raw)
  To: glibc-bugs


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


-- 


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

------- 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] 5+ messages in thread

* [Bug math/6805] j0(), j1(), jn() do not raise exceptions on underflow error
  2008-07-31 11:28 [Bug math/6805] New: " mtk dot manpages at gmail dot com
@ 2008-07-31 11:29 ` mtk dot manpages at gmail dot com
  2008-07-31 11:29 ` mtk dot manpages at gmail dot com
  2008-07-31 11:31 ` mtk dot manpages at gmail dot com
  2 siblings, 0 replies; 5+ messages in thread
From: mtk dot manpages at gmail dot com @ 2008-07-31 11:29 UTC (permalink / raw)
  To: glibc-bugs


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


-- 


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

------- 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] 5+ messages in thread

end of thread, other threads:[~2013-11-28 16:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-6805-131@http.sourceware.org/bugzilla/>
2012-03-01 17:50 ` [Bug math/6805] j0(), j1(), jn() do not raise exceptions on underflow error jsm28 at gcc dot gnu.org
2013-11-28 16:55 ` jsm28 at gcc dot gnu.org
2008-07-31 11:28 [Bug math/6805] New: " mtk dot manpages at gmail dot com
2008-07-31 11:29 ` [Bug math/6805] " mtk dot manpages at gmail dot com
2008-07-31 11:29 ` mtk dot manpages at gmail dot com
2008-07-31 11:31 ` 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).