Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 905661

Summary: testConversionsFromString c++ unit test failing
Product: Red Hat Enterprise MRG Reporter: Irina Boverman <iboverma>
Component: qpid-sdkAssignee: Chuck Rolke <crolke>
Status: CLOSED UPSTREAM QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: DevelopmentCC: jross, lzhaldyb, mcressma, pematous
Target Milestone: 3.0Keywords: 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
The source code for this fix is the same source in Bug #884036. All that remains is to spin a new qpid-cpp-win package and the fix will be included therein.