[LLVMbugs] [Bug 10997] New: _cdecl not recognized correctly for x86_64

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Sep 23 06:59:48 PDT 2011


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: unassignedclangbugs at nondot.org
        ReportedBy: vanboxem.ruben at gmail.com
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list