public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "steven at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/14625] tail call optimization missed
Date: Mon, 31 Jan 2005 22:35:00 -0000	[thread overview]
Message-ID: <20050131223501.10315.qmail@sourceware.org> (raw)
In-Reply-To: <20040318004529.14625.drepper@redhat.com>


------- Additional Comments From steven at gcc dot gnu dot org  2005-01-31 22:34 -------
The code produced by CVS HEAD from today for the test case of comment #0 
doesn't exactly get one thrilled and excited either: 
 
        .file   "t.c" 
        .text 
        .p2align 4,,15 
        .type   foo, @function 
foo: 
        addl    %edx, %eax 
        addl    %ecx, %eax 
        addl    4(%esp), %eax 
        addl    8(%esp), %eax 
        ret     $8 
        .size   foo, .-foo 
        .p2align 4,,15 
.globl bar 
        .type   bar, @function 
bar: 
        subl    $8, %esp 
        movl    $1, %ecx 
        movl    $3, 4(%esp) 
        movl    $2, (%esp) 
        call    foo 
        subl    $8, %esp 
        addl    $8, %esp 
        ret 
        .size   bar, .-bar 
        .ident  "GCC: (GNU) 4.0.0 20050131 (experimental)" 
        .section        .note.GNU-stack,"",@progbits 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2005-01-29 13:35:11         |2005-01-31 22:34:59
               date|                            |


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


  parent reply	other threads:[~2005-01-31 22:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-18  0:45 [Bug optimization/14625] New: " drepper at redhat dot com
2004-03-18  0:49 ` [Bug optimization/14625] " pinskia at gcc dot gnu dot org
2004-03-18  0:56 ` drepper at redhat dot com
2004-03-18  1:57 ` [Bug middle-end/14625] " pinskia at gcc dot gnu dot org
2005-01-31 22:35 ` steven at gcc dot gnu dot org [this message]
2005-01-31 23:17 ` [Bug target/14625] " steven at gcc dot gnu dot org
2005-01-31 23:34 ` drepper at redhat dot com
2005-02-10  2:15 ` [Bug target/14625] [ix86] tail call optimization missed with syscall attribute rth at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050131223501.10315.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).