[LLVMbugs] [Bug 12626] New: Crash getASTLayout if subobject is incomplete when checkI

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Apr 22 14:28:14 PDT 2012


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

             Bug #: 12626
           Summary: Crash getASTLayout if subobject is incomplete when
                    checkI
           Product: clang
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: likan_999.student at sina.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified


The following program will crash clang++:
struct X;
struct Y { bool b; X x; };
int f() { return Y().b; }

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