https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104223
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
14+ produces better code for without:
without():
.LFB3905:
.cfi_startproc
subq $8, %rsp
.cfi_def_cfa_offset 16
movl $1, %edi
call f(int)
movl $1, %edi
addq $8, %rsp
.cfi_def_cfa_offset 8
jmp f(int)
.cfi_endproc
But still misses inlining for f.
