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

            Bug ID: 16338
           Summary: ICE when compiling very large two-dimensional array
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 10683
  --> http://llvm.org/bugs/attachment.cgi?id=10683&action=edit
preprocessed source, run script and stacktrace

clang segfaults when compiling very large two-dimensional arrays, such as:

int a[60666][60666];

Both clang 3.2 and 3.3 crashed on the testcase.
The crash occured only when compiling the file as C++ source, compiling as C
code works fine.

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