http://llvm.org/bugs/show_bug.cgi?id=13819
Bug #: 13819
Summary: __SIZE_TYPE__ is incompatible to -pedantic with LLP64
Win64
Product: clang
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Blocks: 8833
Classification: Unclassified
$ bin/clang -cc1 -triple x86_64-mingw32 -fsyntax-only -pedantic -verify
clang/test/SemaCXX/dcl_ambig_res.cpp
error: 'warning' diagnostics seen but not expected:
Line 25: 'long long' is an extension when C99 mode is not enabled
1 error generated.
__SIZE_TYPE__ is "long long" in LLP64 Win64.
void *operator new(__SIZE_TYPE__, int);
I wonder how we should suppress the warning.
--
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