This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/42239] Pragma Inline_Always removes function calls with side effects



------- Comment #1 from rguenth at gcc dot gnu dot org  2009-12-01 14:13 -------
On trunk I see

_ada_u:
.LFB1:
        .cfi_startproc
        pushq   %rbp
        .cfi_def_cfa_offset 16
        movq    %rsp, %rbp
        .cfi_offset 6, -16
        .cfi_def_cfa_register 6
        movl    $17, %edi
        call    exit
        leave
        .cfi_def_cfa 7, 8
        ret

which looks ok.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42239


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]