[Webkit-unassigned] [Bug 87941] New: [Platform] Implementation of Decimal(int32_t) isn't portable.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 31 01:35:34 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=87941

           Summary: [Platform] Implementation of Decimal(int32_t) isn't
                    portable.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yosin at chromium.org


The value of expression (i32 < 0 ? -i32 : i32) is undefined when i32 = std::numeric_limits<int32_t>::min(), e.g. 0x80000000.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list