<html>
<head>
<base href="http://bugzilla.gdcproject.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - ICE on empty static array"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=127">127</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>ICE on empty static array
</td>
</tr>
<tr>
<th>Product</th>
<td>GDC
</td>
</tr>
<tr>
<th>Version</th>
<td>development
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal
</td>
</tr>
<tr>
<th>Component</th>
<td>gdc
</td>
</tr>
<tr>
<th>Assignee</th>
<td>ibuclaw@gdcproject.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>ibuclaw@gdcproject.org
</td>
</tr></table>
<p>
<div>
<pre>Minimal Test:
int[0] a; // OK
int[1][0] b; // OK
int[0][1] c; // ICE
bug.d:1: internal compiler error: Segmentation fault
0xa4a8af crash_signal
../../gcc/toplev.c:337
0x681d10 tree_check
../../gcc/tree.h:2712
0x681d10 dt_container(tree_node**, Type*, tree_node*)
../../gcc/d/d-todt.cc:151
0x6840a8 TypeSArray::toDtElem(tree_node**, Expression*)
../../gcc/d/d-todt.cc:973
0x6769c9 VarDeclaration::toObjFile(int)
../../gcc/d/d-objfile.cc:803
0x67ad6e Module::genobjfile(int)
../../gcc/d/d-objfile.cc:1477
0x6654a7 d_parse_file()
../../gcc/d/d-lang.cc:1125
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <<a href="http://gcc.gnu.org/bugs.html">http://gcc.gnu.org/bugs.html</a>> for instructions.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>