<html>
<head>
<base href="http://bugzilla.gdcproject.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:slavo5150@yahoo.com" title="Mike <slavo5150@yahoo.com>"> <span class="fn">Mike</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - ICE using @attribute("forceinline")"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=108">bug 108</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;">Hardware</td>
<td>ARM
</td>
<td>All
</td>
</tr>
<tr>
<td style="text-align:right;">OS</td>
<td>Other
</td>
<td>All
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - ICE using @attribute("forceinline")"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=108#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - ICE using @attribute("forceinline")"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=108">bug 108</a>
from <span class="vcard"><a class="email" href="mailto:slavo5150@yahoo.com" title="Mike <slavo5150@yahoo.com>"> <span class="fn">Mike</span></a>
</span></b>
<pre>The following test on Arch Linux 64 results in the same error. Changing
platform attribute to 'All'
************* Code to reproduce **************
import std.stdio;
import gcc.attribute;
@attribute("forceinline") static void test()
{
writeln("here");
}
void main()
{
test();
}
gdc --version
gdc (GCC) 4.8.2 20130725 (prerelease)
compiled with simply 'gdc main.d'</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>