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

           Summary: clang c++ diagnostic for bitfield with non-integral
                    type missing source location
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: quality-of-implementation
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]


Testcase:
class A { double : 2; };

clang diagnostic:
error: anonymous bit-field has non-integral type 'double'

Note that the diagnostic gives no clue about the location of the error.

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