<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Mar 15, 2011, at 1:50 PM, Andreas Färber wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hello,<font class="Apple-style-span" color="#006312"><font class="Apple-style-span" color="#144FAE"><br></font></font><br>Running the Debug+Asserts version instead of the Release should give you the file and line of the "unreachable" code.<br><br>Andreas<br></div></blockquote></div><br><div><br></div><div>Thanks for the suggestion. I recompiled with Debug+Asserts and it shows that the unreachable is in CallingConvLower.cpp:162. Here is the error message:</div><div><br></div><div>Call result #2 has unhandled type f32UNREACHABLE executed at CallingConvLower.cpp:162!</div><div><br></div><div>I don't think my backend is modified enough from the MBlaze backend that is in the release to be causing this error. I am however looking through the various files of the backend to try to find where the calling convention might be causing problems with f32 data types.</div><div><br></div><div>Josef</div></body></html>