-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"wontfixIssue is real, but we can't or won't fix it. Not invalidIssue is real, but we can't or won't fix it. Not invalid
Description
| Bugzilla Link | 10997 |
| Resolution | WONTFIX |
| Resolved on | Oct 17, 2011 08:58 |
| Version | trunk |
| OS | Windows NT |
| CC | @efriedma-quic |
Extended Description
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.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"wontfixIssue is real, but we can't or won't fix it. Not invalidIssue is real, but we can't or won't fix it. Not invalid