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

           Summary: template static const is not always initialized
           Product: clang
           Version: 2.9
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]


Created an attachment (id=7222)
 --> (http://llvm.org/bugs/attachment.cgi?id=7222)
example showing the bug and how to work around it

A template static constant is not always initialized as it should. This
behaviour deviates from g++'s. An example is attached which produces incorrect
behaviour unless WORKAROUND{1,2} is defined (see comment in the beginning of
the source).

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to