[webkit-reviews] review granted: [Bug 176675] IntLiteral should prefer int32 during overload resolution : [Attachment 320407] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 11 08:39:08 PDT 2017


Myles C. Maxfield <mmaxfield at apple.com> has granted Filip Pizlo
<fpizlo at apple.com>'s request for review:
Bug 176675: IntLiteral should prefer int32 during overload resolution
https://bugs.webkit.org/show_bug.cgi?id=176675

Attachment 320407: the patch

https://bugs.webkit.org/attachment.cgi?id=320407&action=review




--- Comment #2 from Myles C. Maxfield <mmaxfield at apple.com> ---
Comment on attachment 320407
  --> https://bugs.webkit.org/attachment.cgi?id=320407
the patch

View in context: https://bugs.webkit.org/attachment.cgi?id=320407&action=review

> Tools/WebGPUShadingLanguageRI/Test.js:1439
> +	       int foo<T>(T) { return 1; }

Why should this fail? I would expect T to become an int.


More information about the webkit-reviews mailing list