------- Comment #5 from hjl dot tools at gmail dot com 2010-08-06 21:51 ------- The bug is in gcc. "pushq $imm32S" only takes 32bit signed extended immediate. You can't push 0xbf800000. Instead, you push -1082130432 or 0xffffffffbf800000.
-- hjl dot tools at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.sourceware.org/bu| |gzilla/show_bug.cgi?id=11893| Status|RESOLVED |REOPENED Resolution|INVALID | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45213