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: unassignedb...@nondot.org
Reporter: ja...@codeweavers.com
CC: llvm-bugs@lists.llvm.org
The problem is the same as bug 19027, 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.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs