<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:dougk@google.com" title="dougk@google.com">dougk@google.com</a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Clang & LLVM trunk: SPARC Solaris 10 u9"
href="https://llvm.org/bugs/show_bug.cgi?id=10619">bug 10619</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>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>dougk@google.com, jyknight@google.com
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Clang & LLVM trunk: SPARC Solaris 10 u9"
href="https://llvm.org/bugs/show_bug.cgi?id=10619#c11">Comment # 11</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Clang & LLVM trunk: SPARC Solaris 10 u9"
href="https://llvm.org/bugs/show_bug.cgi?id=10619">bug 10619</a>
from <span class="vcard"><a class="email" href="mailto:dougk@google.com" title="dougk@google.com">dougk@google.com</a>
</span></b>
<pre>The APInt bug was a problem with clang's alignment helper templates that
incorrectly computed the most strict alignment of any field in the APValue
union. It was deciding that 32-bit alignment was adequate for a 64-bit
quantity that got manipulated by the 'ldd' and 'std' instructions that operate
on word pairs (visible in your gdb dump).
I never did track down when that got fixed, but it seems like clang >= 3.6
works.
James Knight (cc'd) has fixed all other known alignment-related problems with
Sparc.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>