public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/16823] New: [S390] test-ldouble for log1p fails with infinity has wrong sign.
@ 2014-04-09  7:51 stli at linux dot vnet.ibm.com
  2014-04-29 13:45 ` [Bug math/16823] " cvs-commit at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: stli at linux dot vnet.ibm.com @ 2014-04-09  7:51 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 16823
           Summary: [S390] test-ldouble for log1p fails with infinity has
                    wrong sign.
           Product: glibc
           Version: 2.20
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: stli at linux dot vnet.ibm.com

Failed tests on s390:
FAIL: math/test-ildoubl
FAIL: math/test-ldouble

With:
infinity has wrong sign.
Failure: Test: log1p_downward (-1)
Result:
 is:          inf   inf
 should be:  -inf  -inf

The implementation in
sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl)
is used.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
>From glibc-bugs-return-22101-listarch-glibc-bugs=sources.redhat.com@sourceware.org Wed Apr 09 07:55:25 2014
Return-Path: <glibc-bugs-return-22101-listarch-glibc-bugs=sources.redhat.com@sourceware.org>
Delivered-To: listarch-glibc-bugs@sources.redhat.com
Received: (qmail 29742 invoked by alias); 9 Apr 2014 07:55:25 -0000
Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <glibc-bugs.sourceware.org>
List-Subscribe: <mailto:glibc-bugs-subscribe@sourceware.org>
List-Post: <mailto:glibc-bugs@sourceware.org>
List-Help: <mailto:glibc-bugs-help@sourceware.org>, <http://sourceware.org/lists.html#faqs>
Sender: glibc-bugs-owner@sourceware.org
Delivered-To: mailing list glibc-bugs@sourceware.org
Received: (qmail 29654 invoked by uid 48); 9 Apr 2014 07:55:16 -0000
From: "stli at linux dot vnet.ibm.com" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug math/16824] New: [S390] test-ldouble for y1 fails with too large ulps
Date: Wed, 09 Apr 2014 07:55:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: glibc
X-Bugzilla-Component: math
X-Bugzilla-Version: 2.20
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: stli at linux dot vnet.ibm.com
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P2
X-Bugzilla-Assigned-To: unassigned at sourceware dot org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter
Message-ID: <bug-16824-131@http.sourceware.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://sourceware.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-04/txt/msg00052.txt.bz2
Content-length: 1683

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

            Bug ID: 16824
           Summary: [S390] test-ldouble for y1 fails with too large ulps
           Product: glibc
           Version: 2.20
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: stli at linux dot vnet.ibm.com

Failed tests on s390:
FAIL: math/test-ildoubl
FAIL: math/test-ldouble

With:
Failure: Test: y1_downward (0x2p+0)
Result:
 is:         -1.07032431540937546889e-01  -0x1.b667a3914664758b0c45p-4
 should be:  -1.07032431540937546889e-01  -0x1.b667a3914664758b0c45p-4
 difference:  1.56481807981462913060e-34   0x1.a0000000000000000000p-113
 ulp       :  13.0000
 max.ulp   :  4.0000
Failure: Test: y1_upward (0x2p+0)
Result:
 is:         -1.07032431540937546888e-01  -0x1.b667a3914664758b0c44p-4
 should be:  -1.07032431540937546888e-01  -0x1.b667a3914664758b0c44p-4
 difference:  1.20370621524202240816e-34   0x1.40000000000000000000p-113
 ulp       :  10.0000
 max.ulp   :  5.0000

The implemenation in
sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l)
is called from 
math/w_j1l.c (__y1l).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
>From glibc-bugs-return-22102-listarch-glibc-bugs=sources.redhat.com@sourceware.org Wed Apr 09 18:12:35 2014
Return-Path: <glibc-bugs-return-22102-listarch-glibc-bugs=sources.redhat.com@sourceware.org>
Delivered-To: listarch-glibc-bugs@sources.redhat.com
Received: (qmail 27027 invoked by alias); 9 Apr 2014 18:12:34 -0000
Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <glibc-bugs.sourceware.org>
List-Subscribe: <mailto:glibc-bugs-subscribe@sourceware.org>
List-Post: <mailto:glibc-bugs@sourceware.org>
List-Help: <mailto:glibc-bugs-help@sourceware.org>, <http://sourceware.org/lists.html#faqs>
Sender: glibc-bugs-owner@sourceware.org
Delivered-To: mailing list glibc-bugs@sourceware.org
Received: (qmail 26990 invoked by uid 48); 9 Apr 2014 18:12:30 -0000
From: "neleai at seznam dot cz" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug libc/15514] pathconf(_PC_NAME_MAX) fails against large filesystems for 32bit processes
Date: Wed, 09 Apr 2014 18:12:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: glibc
X-Bugzilla-Component: libc
X-Bugzilla-Version: 2.17
X-Bugzilla-Keywords:
X-Bugzilla-Severity: critical
X-Bugzilla-Who: neleai at seznam dot cz
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P2
X-Bugzilla-Assigned-To: unassigned at sourceware dot org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status cc resolution
Message-ID: <bug-15514-131-yRnrBhETxd@http.sourceware.org/bugzilla/>
In-Reply-To: <bug-15514-131@http.sourceware.org/bugzilla/>
References: <bug-15514-131@http.sourceware.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://sourceware.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-04/txt/msg00053.txt.bz2
Content-length: 580

https://sourceware.org/bugzilla/show_bug.cgi?id\x15514

Ondrej Bilka <neleai at seznam dot cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |neleai at seznam dot cz
         Resolution|---                         |FIXED

--- Comment #3 from Ondrej Bilka <neleai at seznam dot cz> ---
Patch applied.

--
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/16823] [S390] test-ldouble for log1p fails with infinity has wrong sign.
  2014-04-09  7:51 [Bug math/16823] New: [S390] test-ldouble for log1p fails with infinity has wrong sign stli at linux dot vnet.ibm.com
@ 2014-04-29 13:45 ` cvs-commit at gcc dot gnu.org
  2014-04-29 15:32 ` joseph at codesourcery dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-04-29 13:45 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  2ca180e97a16f3ee3ec9e7e5a5fb7eda3d863a02 (commit)
      from  dc041bd4dbaf0f22b962647e0d0a1b8090d0e679 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2ca180e97a16f3ee3ec9e7e5a5fb7eda3d863a02

commit 2ca180e97a16f3ee3ec9e7e5a5fb7eda3d863a02
Author: Stefan Liebler <stli@linux.vnet.ibm.com>
Date:   Tue Apr 29 15:43:36 2014 +0200

    [BZ #16823] Fix log1pl returning wrong infinity sign

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                           |    8 ++++++++
 sysdeps/ieee754/dbl-64/s_log1p.c    |    2 +-
 sysdeps/ieee754/flt-32/s_log1pf.c   |    2 +-
 sysdeps/ieee754/ldbl-128/s_log1pl.c |    2 +-
 4 files changed, 11 insertions(+), 3 deletions(-)

-- 
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/16823] [S390] test-ldouble for log1p fails with infinity has wrong sign.
  2014-04-09  7:51 [Bug math/16823] New: [S390] test-ldouble for log1p fails with infinity has wrong sign stli at linux dot vnet.ibm.com
  2014-04-29 13:45 ` [Bug math/16823] " cvs-commit at gcc dot gnu.org
@ 2014-04-29 15:32 ` joseph at codesourcery dot com
  2014-04-30  6:23 ` stli at linux dot vnet.ibm.com
  2014-06-12 19:45 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: joseph at codesourcery dot com @ 2014-04-29 15:32 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #3 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
Please close this bug if now fixed.

-- 
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/16823] [S390] test-ldouble for log1p fails with infinity has wrong sign.
  2014-04-09  7:51 [Bug math/16823] New: [S390] test-ldouble for log1p fails with infinity has wrong sign stli at linux dot vnet.ibm.com
  2014-04-29 13:45 ` [Bug math/16823] " cvs-commit at gcc dot gnu.org
  2014-04-29 15:32 ` joseph at codesourcery dot com
@ 2014-04-30  6:23 ` stli at linux dot vnet.ibm.com
  2014-06-12 19:45 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: stli at linux dot vnet.ibm.com @ 2014-04-30  6:23 UTC (permalink / raw)
  To: glibc-bugs

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

Stefan Liebler <stli at linux dot vnet.ibm.com> changed:

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

--- Comment #4 from Stefan Liebler <stli at linux dot vnet.ibm.com> ---
fixed with commit in comment 2

-- 
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/16823] [S390] test-ldouble for log1p fails with infinity has wrong sign.
  2014-04-09  7:51 [Bug math/16823] New: [S390] test-ldouble for log1p fails with infinity has wrong sign stli at linux dot vnet.ibm.com
                   ` (2 preceding siblings ...)
  2014-04-30  6:23 ` stli at linux dot vnet.ibm.com
@ 2014-06-12 19:45 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-06-12 19:45 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

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


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

end of thread, other threads:[~2014-06-12 19:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-09  7:51 [Bug math/16823] New: [S390] test-ldouble for log1p fails with infinity has wrong sign stli at linux dot vnet.ibm.com
2014-04-29 13:45 ` [Bug math/16823] " cvs-commit at gcc dot gnu.org
2014-04-29 15:32 ` joseph at codesourcery dot com
2014-04-30  6:23 ` stli at linux dot vnet.ibm.com
2014-06-12 19:45 ` fweimer at redhat 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).