------- Comment #2 from vda dot linux at googlemail dot com 2007-07-22 10:16 ------- Well, gcc 3.4.3 disagrees with you:
# gcc -Os -fomit-frame-pointer -S t.c # cat t.s .file "t.c" .text .globl t .type t, @function t: call f testl %eax, %eax je .L1 jmp g .L1: ret .size t, .-t .section .note.GNU-stack,"",@progbits .ident "GCC: (GNU) 3.4.3" -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32849