public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/19599] function pointer prevents tail-call optimization on arm
       [not found] <bug-19599-592@http.gcc.gnu.org/bugzilla/>
@ 2009-04-21 14:30 ` ramana at gcc dot gnu dot org
  2009-06-04 12:39 ` ramana at gcc dot gnu dot org
  2010-02-08 11:22 ` steven at gcc dot gnu dot org
  2 siblings, 0 replies; 7+ messages in thread
From: ramana at gcc dot gnu dot org @ 2009-04-21 14:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ramana at gcc dot gnu dot org  2009-04-21 14:29 -------
Mine.


-- 

ramana at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ramana at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-01-21 03:09:22         |2009-04-21 14:29:50
               date|                            |


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/19599] function pointer prevents tail-call optimization on arm
       [not found] <bug-19599-592@http.gcc.gnu.org/bugzilla/>
  2009-04-21 14:30 ` [Bug target/19599] function pointer prevents tail-call optimization on arm ramana at gcc dot gnu dot org
@ 2009-06-04 12:39 ` ramana at gcc dot gnu dot org
  2010-02-08 11:22 ` steven at gcc dot gnu dot org
  2 siblings, 0 replies; 7+ messages in thread
From: ramana at gcc dot gnu dot org @ 2009-06-04 12:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ramana at gcc dot gnu dot org  2009-06-04 12:39 -------
Patch submitted here. http://gcc.gnu.org/ml/gcc-patches/2009-06/msg00373.html


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/19599] function pointer prevents tail-call optimization on arm
       [not found] <bug-19599-592@http.gcc.gnu.org/bugzilla/>
  2009-04-21 14:30 ` [Bug target/19599] function pointer prevents tail-call optimization on arm ramana at gcc dot gnu dot org
  2009-06-04 12:39 ` ramana at gcc dot gnu dot org
@ 2010-02-08 11:22 ` steven at gcc dot gnu dot org
  2 siblings, 0 replies; 7+ messages in thread
From: steven at gcc dot gnu dot org @ 2010-02-08 11:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from steven at gcc dot gnu dot org  2010-02-08 11:22 -------
Patch of comment #3 from Ramana was never committed to the trunk.


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ramana at gcc dot gnu dot
                   |                            |org
           Keywords|                            |patch


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/19599] function pointer prevents tail-call optimization on arm
       [not found] <bug-19599-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-09-30 10:05 ` ramana at gcc dot gnu.org
@ 2013-05-16  8:30 ` ramana at gcc dot gnu.org
  3 siblings, 0 replies; 7+ messages in thread
From: ramana at gcc dot gnu.org @ 2013-05-16  8:30 UTC (permalink / raw)
  To: gcc-bugs

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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |4.9.0

--- Comment #8 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> ---
http://gcc.gnu.org/ml/gcc-cvs/2013-05/msg00449.html

Fixed on trunk. 

Ramana


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/19599] function pointer prevents tail-call optimization on arm
       [not found] <bug-19599-4@http.gcc.gnu.org/bugzilla/>
  2011-09-09 15:12 ` steven at gcc dot gnu.org
  2011-09-09 17:01 ` ramana.r at gmail dot com
@ 2011-09-30 10:05 ` ramana at gcc dot gnu.org
  2013-05-16  8:30 ` ramana at gcc dot gnu.org
  3 siblings, 0 replies; 7+ messages in thread
From: ramana at gcc dot gnu.org @ 2011-09-30 10:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2011-09-30 09:57:06 UTC ---
The patch as applied today causes some bootstrap failures and I'm investigating
that.

Ramana


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/19599] function pointer prevents tail-call optimization on arm
       [not found] <bug-19599-4@http.gcc.gnu.org/bugzilla/>
  2011-09-09 15:12 ` steven at gcc dot gnu.org
@ 2011-09-09 17:01 ` ramana.r at gmail dot com
  2011-09-30 10:05 ` ramana at gcc dot gnu.org
  2013-05-16  8:30 ` ramana at gcc dot gnu.org
  3 siblings, 0 replies; 7+ messages in thread
From: ramana.r at gmail dot com @ 2011-09-09 17:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Ramana Radhakrishnan <ramana.r at gmail dot com> 2011-09-09 16:29:22 UTC ---
>
> --- Comment #5 from Steven Bosscher <steven at gcc dot gnu.org> 2011-09-09 14:55:20 UTC ---
> Ping Ramana.

Sigh - yes will look into this .

Ramana
>
> --
> Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are the assignee for the bug.
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/19599] function pointer prevents tail-call optimization on arm
       [not found] <bug-19599-4@http.gcc.gnu.org/bugzilla/>
@ 2011-09-09 15:12 ` steven at gcc dot gnu.org
  2011-09-09 17:01 ` ramana.r at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: steven at gcc dot gnu.org @ 2011-09-09 15:12 UTC (permalink / raw)
  To: gcc-bugs

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

Steven Bosscher <steven at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2009-04-21 14:29:50         |2011-09-09 14:29:50
                 CC|                            |steven at gcc dot gnu.org

--- Comment #5 from Steven Bosscher <steven at gcc dot gnu.org> 2011-09-09 14:55:20 UTC ---
Ping Ramana.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-05-16  8:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-19599-592@http.gcc.gnu.org/bugzilla/>
2009-04-21 14:30 ` [Bug target/19599] function pointer prevents tail-call optimization on arm ramana at gcc dot gnu dot org
2009-06-04 12:39 ` ramana at gcc dot gnu dot org
2010-02-08 11:22 ` steven at gcc dot gnu dot org
     [not found] <bug-19599-4@http.gcc.gnu.org/bugzilla/>
2011-09-09 15:12 ` steven at gcc dot gnu.org
2011-09-09 17:01 ` ramana.r at gmail dot com
2011-09-30 10:05 ` ramana at gcc dot gnu.org
2013-05-16  8:30 ` ramana at gcc dot gnu.org

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).