------- Comment #3 from hjl dot tools at gmail dot com 2009-01-29 00:48 ------- [...@gnu-6 gcc]$ ./xgcc -B./ -fpie -S /tmp/i.i -m32 -fpie [...@gnu-6 gcc]$ cat i.s .file "i.i" .text .globl bar .type bar, @function bar: pushl %ebp movl %esp, %ebp subl $8, %esp call foo leave ret .size bar, .-bar
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39013