[llvm-bugs] [Bug 43169] New: stdcall decorated assembly are not accepted in mingw mode
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Aug 29 12:38:32 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=43169
Bug ID: 43169
Summary: stdcall decorated assembly are not accepted in mingw
mode
Product: tools
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: gccas
Assignee: unassignedbugs at nondot.org
Reporter: jacek at codeweavers.com
CC: llvm-bugs at lists.llvm.org
The problem is the same as bug 19027, but I'm observing it in mingw mode:
$ cat stdcall.s
call test at 4
$ ~/llvm-mingw/build/bin/i686-w64-mingw32-gcc -c stdcall.s
stdcall.s:1:11: error: invalid variant '4'
call test at 4
As pointer out in 19027, clang-cl works fine. binutils/gcc also works fine.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190829/82f15fea/attachment.html>
More information about the llvm-bugs
mailing list