<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 in gimplify_expr, at gimplify.c:8538"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=151">151</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>ICE in gimplify_expr, at gimplify.c:8538
</td>
</tr>
<tr>
<th>Product</th>
<td>GDC
</td>
</tr>
<tr>
<th>Version</th>
<td>4.9.x
</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>minor
</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>art.08.09@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>---------------------------------
struct S { int i; }
void main() {
*&S.init.i = 42;
}
---------------------------------
$ gdc bugzgdcice03.d
bugzgdcice03.d: In function 'D main':
bugzgdcice03.d:6: internal compiler error: in gimplify_expr, at gimplify.c:8538
0x8a839d gimplify_expr(tree_node**, gimple_statement_base**,
gimple_statement_base**, bool (*)(tree_node*), int)
../../gcc/gimplify.c:8538
0x8a546f gimplify_modify_expr
../../gcc/gimplify.c:4510
0x8a6eae gimplify_expr(tree_node**, gimple_statement_base**,
gimple_statement_base**, bool (*)(tree_node*), int)
../../gcc/gimplify.c:7627
0x8a7645 gimplify_stmt
../../gcc/gimplify.c:5373
0x8a7645 gimplify_statement_list
../../gcc/gimplify.c:1432
0x8a7645 gimplify_expr(tree_node**, gimple_statement_base**,
gimple_statement_base**, bool (*)(tree_node*), int)
../../gcc/gimplify.c:8042
0x8ab432 gimplify_stmt
../../gcc/gimplify.c:5373
0x8ab432 gimplify_bind_expr
../../gcc/gimplify.c:1099
0x8a74e6 gimplify_expr(tree_node**, gimple_statement_base**,
gimple_statement_base**, bool (*)(tree_node*), int)
../../gcc/gimplify.c:7824
0x8ab954 gimplify_stmt
../../gcc/gimplify.c:5373
0x8ab954 gimplify_body(tree_node*, bool)
../../gcc/gimplify.c:8734
0x8abd07 gimplify_function_tree(tree_node*)
../../gcc/gimplify.c:8887
0x754687 analyze_function
../../gcc/cgraphunit.c:649
0x755707 analyze_functions
../../gcc/cgraphunit.c:1017
0x756865 finalize_compilation_unit()
../../gcc/cgraphunit.c:2321
0x6afbf4 d_finish_compilation(tree_node**, int)
../../gcc/d/d-objfile.cc:1950
Please submit a full bug report,</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>