[LLVMbugs] [Bug 14479] New: Clang does not supports C11 _Thread_local keyword

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Dec 2 08:23:23 PST 2012


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

             Bug #: 14479
           Summary: Clang does not supports C11 _Thread_local keyword
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: devlists at shadowlab.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


The C11 _Thread_local keyword it not supported by clang.

Implementing it should be straightforward if it behaves exactly as the __thread
keyword that is already supported.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list