<html>
<head>
<base href="http://bugzilla.gdcproject.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:ibuclaw@gdcproject.org" title="Iain Buclaw <ibuclaw@gdcproject.org>"> <span class="fn">Iain Buclaw</span></a>
</span> changed
<a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - ICE: in complete_ctor_at_level_p, at expr.c:5775 (ctor of struct containing union fails)"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=183">bug 183</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>ASSIGNED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - ICE: in complete_ctor_at_level_p, at expr.c:5775 (ctor of struct containing union fails)"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=183#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - ICE: in complete_ctor_at_level_p, at expr.c:5775 (ctor of struct containing union fails)"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=183">bug 183</a>
from <span class="vcard"><a class="email" href="mailto:ibuclaw@gdcproject.org" title="Iain Buclaw <ibuclaw@gdcproject.org>"> <span class="fn">Iain Buclaw</span></a>
</span></b>
<pre>It appears that anonymous structs are not emitted at all. Meaning that we have
the following initialiser:
union { NAN, NAN, NAN }
When we are instead expecting:
union { { NAN, NAN, NAN } }
This is because unions can only have one value to initialise them, not three.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>