------- Comment #16 from mikulas at artax dot karlin dot mff dot cuni dot cz 2009-07-23 11:18 ------- In the above example, the output of assembler is:
f:
pushl %ebp
movl %esp, %ebp
subl $8, %esp
fldl 8(%ebp)
fstpl (%esp)
call g
xorl %eax, %eax
leave
ret
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40667
