[Webkit-unassigned] [Bug 176675] New: IntLiteral should prefer int32 during overload resolution

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 10 14:56:13 PDT 2017


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

            Bug ID: 176675
           Summary: IntLiteral should prefer int32 during overload
                    resolution
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

This should resolve unambiguously:

int foo(int)
uint foo(uint)
foo(42)

This should be an error:

uint foo(uint)
double foo(double)
foo(42)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170910/ca305085/attachment.html>


More information about the webkit-unassigned mailing list