Bug 905661
| Summary: | testConversionsFromString c++ unit test failing | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Irina Boverman <iboverma> |
| Component: | qpid-sdk | Assignee: | Chuck Rolke <crolke> |
| Status: | CLOSED UPSTREAM | QA Contact: | MRG Quality Engineering <mrgqe-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | Development | CC: | jross, lzhaldyb, mcressma, pematous |
| Target Milestone: | 3.0 | Keywords: | OtherQA, Regression |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Windows | ||
| Whiteboard: | |||
| Fixed In Version: | qpid-cpp-win-3.22.5.1-1 | Doc Type: | Bug Fix |
| Doc Text: |
Cause: Bug in older GCC libraries
Consequence: Attempt to cast negative-zero to an unsigned type would fail
Fix: Rearrange the casting logic to handle the "minus" sign separately.
Result: negative-zero now works properly on older and newer GCC libs. Other values are unaffected.
|
Story Points: | --- |
| Clone Of: | 884036 | Environment: | |
| Last Closed: | 2013-08-05 13:55:13 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: | |||
| Bug Depends On: | 884036 | ||
| Bug Blocks: | |||
|
Comment 4
Chuck Rolke
2013-04-17 19:57:10 UTC
|