[Webkit-unassigned] [Bug 165524] New: [Win] Some versions of Cygwin Perl generate incorrect C++ code.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 7 04:16:09 PST 2016


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

            Bug ID: 165524
           Summary: [Win] Some versions of Cygwin Perl generate incorrect
                    C++ code.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pvollan at apple.com

Perl strings with variables seems to be handled differently, depending on which version of Cygwin Perl you are running.

For example, when Cygwin Perl v5.14.2 is processing the string "$domJITClassName::$domJITClassName()\n", it will emit a warning saying the variable '$domJITClassName::' is being used uninitialized.

This will generate invalid C++ code.

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


More information about the webkit-unassigned mailing list