public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/6798] lrint() and llrint() do not set errno on domain error
       [not found] <bug-6798-131@http.sourceware.org/bugzilla/>
@ 2012-03-01 16:44 ` jsm28 at gcc dot gnu.org
  2012-03-04 21:03 ` polacek at redhat dot com
  1 sibling, 0 replies; 4+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-03-01 16:44 UTC (permalink / raw)
  To: glibc-bugs

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

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

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

--- Comment #3 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-03-01 16:43:38 UTC ---
Confirmed with current sources on x86 and x86_64.

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

* [Bug math/6798] lrint() and llrint() do not set errno on domain error
       [not found] <bug-6798-131@http.sourceware.org/bugzilla/>
  2012-03-01 16:44 ` [Bug math/6798] lrint() and llrint() do not set errno on domain error jsm28 at gcc dot gnu.org
@ 2012-03-04 21:03 ` polacek at redhat dot com
  1 sibling, 0 replies; 4+ messages in thread
From: polacek at redhat dot com @ 2012-03-04 21:03 UTC (permalink / raw)
  To: glibc-bugs

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

Marek Polacek <polacek at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |polacek at redhat dot com
         AssignedTo|unassigned at sourceware    |polacek at redhat dot com
                   |dot org                     |

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

* [Bug math/6798] lrint() and llrint() do not set errno on domain error
  2008-07-31 10:18 [Bug math/6798] New: " mtk dot manpages at gmail dot com
  2008-07-31 10:19 ` [Bug math/6798] " mtk dot manpages at gmail dot com
@ 2008-07-31 10:20 ` mtk dot manpages at gmail dot com
  1 sibling, 0 replies; 4+ messages in thread
From: mtk dot manpages at gmail dot com @ 2008-07-31 10:20 UTC (permalink / raw)
  To: glibc-bugs


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

Sample runs showing problem:

$ /tmp/mt_lrint inf
errno == 0
fetestexcept() says:  FE_INVALID
lrint(inf)=-2147483648
0 FE_INVALID normal

$ /tmp/mt_llrint inf
errno == 0
fetestexcept() says:  FE_INVALID
llrint(inf)=-9223372036854775808
0 FE_INVALID normal

$ /tmp/mt_lrint nan
errno == 0
fetestexcept() says:  FE_INVALID
lrint(nan)=-2147483648
0 FE_INVALID normal

$ /tmp/mt_llrint nan
errno == 0
fetestexcept() says:  FE_INVALID
llrint(nan)=-9223372036854775808
0 FE_INVALID normal


-- 


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

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

* [Bug math/6798] lrint() and llrint() do not set errno on domain error
  2008-07-31 10:18 [Bug math/6798] New: " mtk dot manpages at gmail dot com
@ 2008-07-31 10:19 ` mtk dot manpages at gmail dot com
  2008-07-31 10:20 ` mtk dot manpages at gmail dot com
  1 sibling, 0 replies; 4+ messages in thread
From: mtk dot manpages at gmail dot com @ 2008-07-31 10:19 UTC (permalink / raw)
  To: glibc-bugs


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


-- 


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

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

end of thread, other threads:[~2012-03-04 21:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-6798-131@http.sourceware.org/bugzilla/>
2012-03-01 16:44 ` [Bug math/6798] lrint() and llrint() do not set errno on domain error jsm28 at gcc dot gnu.org
2012-03-04 21:03 ` polacek at redhat dot com
2008-07-31 10:18 [Bug math/6798] New: " mtk dot manpages at gmail dot com
2008-07-31 10:19 ` [Bug math/6798] " mtk dot manpages at gmail dot com
2008-07-31 10:20 ` 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).