<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 - stdcall decorated assembly are not accepted in mingw mode"
href="https://bugs.llvm.org/show_bug.cgi?id=43169">43169</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>stdcall decorated assembly are not accepted in mingw mode
</td>
</tr>
<tr>
<th>Product</th>
<td>tools
</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>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>gccas
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>jacek@codeweavers.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>The problem is the same as <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Clang doesn't support stdcall names in inline asm"
href="show_bug.cgi?id=19027">bug 19027</a>, but I'm observing it in mingw mode:
$ cat stdcall.s
call test@4
$ ~/llvm-mingw/build/bin/i686-w64-mingw32-gcc -c stdcall.s
stdcall.s:1:11: error: invalid variant '4'
call test@4
As pointer out in 19027, clang-cl works fine. binutils/gcc also works fine.</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>