<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Sep 24, 2010, at 8:07 AM, Rolf Banting wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br><br><div class="gmail_quote">On Fri, Sep 24, 2010 at 3:33 PM, Jim Grosbach <span dir="ltr"><<a href="mailto:grosbach@apple.com">grosbach@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="word-wrap: break-word;"><br><div><div><div></div><div class="h5"><div><br></div></div></div><div>That's a compiler bug. Can you extract a test-case from your source?</div><div><br></div><font color="#888888"><div>
-Jim</div></font></div></div></blockquote></div><br>Glad to. Find attached the GNUStep makefile and source files.<br></blockquote></div><div><br></div><div>(cc: cfe-dev)</div><br><div>Thanks!</div><div><br></div><div>The failure doesn't reproduce for me on Darwin with top-of-tree clang. (I did mock up a quick Divide_Result.h, though, so the file would build.)</div><div><br></div><div>Which version of clang are you using? If a previous release, it's possible this has been fixed since then.</div><div><br></div><div>If it does reproduce for you with top-of-tree clang, then there's something different on Windows that's exposing the errant behavior. In which case, we can try reproducing it via a bitcode file. To get that, run the command line that builds the calc.o file and add "-emit-llvm -o calc.bc" to it. That'll output a self-contained intermediate file we can use to try to reproduce the behavior elsewhere.</div><div><br></div><div>Regards,</div><div>  Jim</div><div><br></div><div><br></div></body></html>