https://bugs.llvm.org/show_bug.cgi?id=36030
Bug ID: 36030
Summary: total crash on big static array
Product: clang
Version: 3.8
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
Assignee: unassignedclangb...@nondot.org
Reporter: shmuelhan...@gmail.com
CC: llvm-bugs@lists.llvm.org
Hi,
This:
void foo()
{
static int arr[1000000000] = {0};
}
Cause my whole machine to hang badly and crash, when I try to compile it using
clang 3.8.1-24. I am using debian 9.2.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs