<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 - memory aligment issue ARM builds after 4.9.0"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=214">214</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>memory aligment issue ARM builds after 4.9.0
</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>critical
</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>vlevenfeld@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>I compile some code I found online using epoll on a Raspberry Pi.
I use the SSCCE near the bottom of this page:
<a href="http://forum.dlang.org/post/mailman.1392.1408529293.16021.digitalmars-d@puremagic.com">http://forum.dlang.org/post/mailman.1392.1408529293.16021.digitalmars-d@puremagic.com</a>
When I use GDC 4.9.0 or earlier, I get the correct output:
user, 1122334455667788
When I use 4.9.2 or later, I get
user, 1122334400000000
This is due to the lower bits being zeroed out. The forum post that I got the
code from suggested a memory alignment issue, but involving the other half of
the u64 test value.
I am using the hardfloat binaries from the downloads page.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>