[llvm-bugs] [Bug 36030] New: total crash on big static array
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Jan 20 13:15:19 PST 2018
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: unassignedclangbugs at nondot.org
Reporter: shmuelhanoch at gmail.com
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180120/d5b3e559/attachment.html>
More information about the llvm-bugs
mailing list