<br>I get the following error during compilation using the LLVM cross-compiler (x86_64->arm).<br><br>error: nested functions are disabled, use -fnested-functions to re-enable<br><br>With -fnested-functions switch, I get the following error:<br>
<br><llvm-src-dir>/llvm/lib/Target/ARM/ARMISelLowering.cpp:1439: virtual llvm::SDValue llvm::ARMTargetLowering::LowerOperation(llvm::SDValue, llvm::SelectionDAG&): Assertion `0 && "Don't know how to custom lower this!"' failed.<br>
frobos/tests/hello.c:453: internal compiler error: Aborted<br>Please submit a full bug report,<br>with preprocessed source if appropriate.<br>See <URL:<a href="http://developer.apple.com/bugreporter">http://developer.apple.com/bugreporter</a>> for instructions.<br>
<br>I'd like to investigate this but am wondering if anyone has any thoughts/suggestions in this area.<br><br>Thanks,<br><br>Bharadwaj<br>