[LLVMbugs] [Bug 10145] New: clang objc++0x rejects-invalid with apple block pointer and nullptr
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jun 15 14:37:47 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10145
Summary: clang objc++0x rejects-invalid with apple block
pointer and nullptr
Product: clang
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: C++0x
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: sharparrow1 at yahoo.com
CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com
Testcase:
int test = (void(^)())0 == nullptr;
I assume this is supposed to work...
--
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