On Sun, May 2, 2010 at 2:40 PM, Wesley W. Terpstra <span dir="ltr">&lt;<a href="mailto:wesley@terpstra.ca">wesley@terpstra.ca</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
My conclusion? gcc 4.4.3-9 is miscompiling our runtime, while 4.3.2-1.1 (lenny) and 4.4.3-2 (last sid upload) do not. I&#39;ll try to narrow down which object file in particular causes the problem.<br>
</blockquote></div><br>It&#39;s runtime/gdtoa/gdtoa.o where the problem appears... and only on -O2. Without debugging further, one solution would be to compile gdtoa.a with -O1. :)<br>