
4 Apr
2009
4 Apr
'09
10:16 a.m.
On Sat, 2009-04-04 at 09:43 +0200, Roberto Bagnara wrote:
Tobias Grosser wrote:
thanks a lot for your work on this. I attached the gdb logs for you.
Hi Tobias,
it looks like GCC is miscompiling something: the equality test on two identical long doubles fails. Can you please send the generated assembly code?
Sure,
here the assembly code for ld2.cc compiled with:
g++ -O0 -g -S ld2.cc
Tobi