<html>
<head>
<base href="https://bugs.llvm.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 - [ppc64] "invalid memory operand" with integrated assembler"
href="https://bugs.llvm.org/show_bug.cgi?id=42127">42127</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[ppc64] "invalid memory operand" with integrated assembler
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</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>enhancement
</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>mh+llvm@glandium.org
</td>
</tr>
<tr>
<th>CC</th>
<td>htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>These errors happen when building Firefox with clang and targeting powerpc64el:
[ 1534s] 17:49.71
/home/abuild/rpmbuild/BUILD/firefox-68.0/xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_ppc64_linux.S:65:18:
error: invalid memory operand
[ 1534s] 17:49.71 std 0,16(r1)
[ 1534s] 17:49.71 ^
[ 1534s] 17:49.71
/home/abuild/rpmbuild/BUILD/firefox-68.0/xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_ppc64_linux.S:67:21:
error: invalid memory operand
[ 1534s] 17:49.71 std r29,-24(r1)
[ 1534s] 17:49.71 ^
[ 1534s] 17:49.71
/home/abuild/rpmbuild/BUILD/firefox-68.0/xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_ppc64_linux.S:68:21:
error: invalid memory operand
[ 1534s] 17:49.71 std r30,-16(r1)
[ 1534s] 17:49.71 ^
[ 1534s] 17:49.72
/home/abuild/rpmbuild/BUILD/firefox-68.0/xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_ppc64_linux.S:69:20:
error: invalid memory operand
[ 1534s] 17:49.72 std r31,-8(r1)
[ 1534s] 17:49.72 ^
[ 1534s] 17:49.72
/home/abuild/rpmbuild/BUILD/firefox-68.0/xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_ppc64_linux.S:108:17:
error: invalid memory operand
[ 1534s] 17:49.72 ld r9,0(r29) # vtable (r29 is 'that')
...
This builds fine with `-fno-integrated-as`.</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>