<html>
<head>
<base href="http://llvm.org/bugs/" />
</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 --- - [mips] Assertion when returning structs of arrays of 64-bit types for N32 (possibly N64 too)"
href="http://llvm.org/bugs/show_bug.cgi?id=21588">21588</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[mips] Assertion when returning structs of arrays of 64-bit types for N32 (possibly N64 too)
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>new bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>daniel.sanders@imgtec.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>The following tests generated by ABITestGen.py trigger assertions for the N32
ABI:
struct T1 { unsigned long long T2[3] field0 } fn20557(void)
union T1 { unsigned long long T2[3] field0 } fn20576(void)
struct T1 { unsigned long long T2[4] field0 } fn21469(void)
union T1 { unsigned long long T2[4] field0 } fn21488(void)
struct T1 { signed long long T2[3] field0 } fn38797(void)
union T1 { signed long long T2[3] field0 } fn38816(void)
struct T1 { signed long long T2[4] field0 } fn39709(void)
union T1 { signed long long T2[4] field0 } fn39728(void)
struct T1 { double T2[3] field0 } fn49741(void)
union T1 { double T2[3] field0 } fn49760(void)
struct T1 { double T2[4] field0 } fn50653(void)
union T1 { double T2[4] field0 } fn50672(void)
struct T1 { long double T2[2] field0 } fn52477(void)
union T1 { long double T2[2] field0 } fn52477(void)
struct T1 { long double T2[3] field0 } fn53389(void)
union T1 { long double T2[3] field0 } fn53408(void)
struct T1 { long double T2[4] field0 } fn54301(void)
union T1 { long double T2[4] field0 } fn54320(void)
They're the only failures in the first 100,000 tests.
It's likely that N64 does the same thing but this hasn't been confirmed yet.</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>