[LLVMbugs] [Bug 15657] New: s/__threaad_execute/__thread_execute/

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Apr 2 17:42:52 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=15657

            Bug ID: 15657
           Summary: s/__threaad_execute/__thread_execute/
           Product: libc++
           Version: 3.2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: hhinnant at apple.com
          Reporter: arthur.j.odwyer at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Lines 331 and 343 in "include/thread" contain the identifier
"__threaad_execute", which was probably intended to be "__thread_execute".
Right now it's misspelled consistently everywhere, so there's no bug in the
code's behavior; it just looks dumb if you happen to be scanning headers and/or
reading stack traces.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130403/5e13e301/attachment.html>


More information about the llvm-bugs mailing list