[llvm-commits] [llvm] r57023 - /llvm/trunk/test/FrontendObjC++/2008-10-3-EhValue.mm
Duncan Sands
baldrick at free.fr
Mon Oct 6 03:33:24 PDT 2008
Hi Evan,
> Added:
> llvm/trunk/test/FrontendObjC++/2008-10-3-EhValue.mm
this test fails for me (x86-32 linux) with
test/FrontendObjC++/2008-10-3-EhValue.mm:25: error: invalid conversion from 'void*' to 'Frob*'
test/FrontendObjC++/2008-10-3-EhValue.mm: In function 'void test(Object*)':
test/FrontendObjC++/2008-10-3-EhValue.mm:32: error: invalid conversion from 'void*' to 'Frob*'
test/FrontendObjC++/2008-10-3-EhValue.mm:37: error: invalid conversion from 'void*' to 'Frob*'
test/FrontendObjC++/2008-10-3-EhValue.mm:38: error: invalid conversion from 'void*' to 'Object*'
so I was unable to reproduce the problem you fixed (I want to
fix it differently).
Ciao,
Duncan.
PS: Maybe it fails for you too now I fixed the testsuite to actually run Obj-C++ tests :)
More information about the llvm-commits
mailing list