http://llvm.org/bugs/show_bug.cgi?id=10997
Summary: _cdecl not recognized correctly for x86_64
Product: clang
Version: trunk
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Frontend
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Compiling the mingw-w64 CRT with clang, I ran into this error:
m:/Development/Source/mingw-w64/stable/v2.x/mingw-w64-crt/misc/isblank.c:4:11:
error: expected ';' after top level declarator
int _cdecl isblank (int _C)
^
;
1 error generated.
This does not happen for x86. The above code can serve as a standalone
testcase.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs