jzhone / wsdl2objc

Automatically exported from code.google.com/p/wsdl2objc
MIT License
0 stars 0 forks source link

NSCoding support fails when compiling LLVM #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Switch compiler to LLVM

What is the expected output?
Should compile, as it does it with GCC.

What do you see instead?

when compiling with the LLVM the addition of the (id) casting causing 
compilation failure.
Error received is "cannot cast super"
removing the casting allows successful compilation

Please use labels and text to provide additional information.

Original issue reported on code.google.com by newk...@gmail.com on 1 Aug 2010 at 12:59

GoogleCodeExporter commented 9 years ago

Original comment by stiggerm...@gmail.com on 26 Aug 2010 at 6:21