[LLVMbugs] [Bug 8025] New: clang c++ diagnostic for bitfield with non-integral type missing source location

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Aug 29 13:33:00 PDT 2010


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: unassignedclangbugs at nondot.org
        ReportedBy: sharparrow1 at yahoo.com
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


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.



More information about the llvm-bugs mailing list