[cfe-dev] New C++ related test failure in carbon.cpp and cocoa.mm
steve naroff
snaroff at apple.com
Mon Nov 3 03:23:57 PST 2008
Is anyone else seeing the following failure?
Thanks,
snaroff
******************** TEST '/Volumes/Data/llvm/tools/clang/test/
SemaCXX//carbon.cpp' FAILED! ********************
Command:
clang /Volumes/Data/llvm/tools/clang/test/SemaCXX//carbon.cpp -
fsyntax-only -print-stats
Incorrect Output:
In file included from /Volumes/Data/llvm/tools/clang/test/SemaCXX//
carbon.cpp:3:
In file included from /System/Library/Frameworks/Carbon.framework/
Headers/Carbon.h:20:
In file included from /System/Library/Frameworks/
CoreServices.framework/Headers/CoreServices.h:21:
In file included from /System/Library/Frameworks/
CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:25:
/System/Library/Frameworks/CoreServices.framework/Frameworks/
AE.framework/Headers/AEDataModel.h:816:97: error: incompatible type
assigning 'void *', expected 'AEDataStorage'
inline void AEInitializeDescInline(AEDesc* d) { d->descriptorType
= typeNull; d->dataHandle = NULL; }
^
~~~~
More information about the cfe-dev
mailing list