[LLVMbugs] [Bug 8110] New: Type traits fail to compile for void and incomplete arrays

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Sep 7 17:35:59 PDT 2010


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

           Summary: Type traits fail to compile for void and incomplete
                    arrays
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: sebastian.redl at getdesigned.at
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


Due to following outdated GCC docs, Clang rejects code like __is_pod(void) and
__is_pod(int[]). Such code should be accepted.

-- 
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