[LLVMbugs] [Bug 12840] New: clang++ segfaults when parsing with -std=c++0x

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue May 15 18:47:17 PDT 2012


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

             Bug #: 12840
           Summary: clang++ segfaults when parsing with -std=c++0x
           Product: clang
           Version: 3.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: M8R-04g5bx at mailinator.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 8569
  --> http://llvm.org/bugs/attachment.cgi?id=8569
compile messages

test case:

f() {
    (const char *)[] * i;
}

compile with clang++ -std=c++0x (or gnu++0x)

using clang-3.0-r3 on gentoo

clang version 3.0 (tags/RELEASE_30/final)
Target: i386-pc-linux-gnu
Thread model: posix

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