Bug 828980
| Summary: | glibc libm regression: 0^-inf is -inf instead of +inf | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michel Lind <michel> | ||||
| Component: | glibc | Assignee: | Jeff Law <law> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | fweimer, jakub, law, masao-takahashi, pfrankli, schwab | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-06-14 18:54:29 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Michel Lind
2012-06-05 17:14:05 UTC
(In reply to comment #0) > Steps to Reproduce: > 1. glibc -lm -o powtest powtest.c > That should be gcc -lm -o powtest powtest.c, of course. This is due to this upstream patch:
commit 2460d3aa21f04cdf28497683bd3e29183189f779
Author: Joseph Myers <joseph>
Date: Wed Mar 21 12:14:57 2012 +0000
Fix pow of zero and infinity to large powers.
I'm going to let Joseph handle it upstream. We'll pick up the fix via our normal merging processes. BTW, Joseph checked in a fix upstream and I've resyncd Rawhide with the upstream sources. Could you update the bug tracker once there's a build on Koji I can test? The latest build is from June 13th and predates this fix. Thanks! Just spun a fawhide build this morning which should contain this fix. Confirmed that the failing test case in pure that originally revealed this bug now passes. |