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

             Bug #: 14956
           Summary: -fdump-record-layouts doesn't print every object's
                    memory layout
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Created attachment 9875
  --> http://llvm.org/bugs/attachment.cgi?id=9875
Testcase

Invoke the attached example with:

clang++ -cc1 -fdump-record-layouts test.cpp

Layouts of classes c1 and c2 aren't dumped, only c3 is printed.

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