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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to