public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/14472] New: [tree-ssa] [regression] no sib calling for enum to int functions
@ 2004-03-08  1:31 pinskia at gcc dot gnu dot org
  2004-03-10  5:22 ` [Bug optimization/14472] " pinskia at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-08  1:31 UTC (permalink / raw)
  To: gcc-bugs

enum t
{
  GS_OK,
  GS_DONE
};
enum t f();
int g()
{
  return f();
}

-- 
           Summary: [tree-ssa] [regression] no sib calling for enum to int
                    functions
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Keywords: pessimizes-code
          Severity: minor
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
OtherBugsDependingO 12454
             nThis:


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


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

* [Bug optimization/14472] [tree-ssa] [regression] no sib calling for enum to int functions
  2004-03-08  1:31 [Bug optimization/14472] New: [tree-ssa] [regression] no sib calling for enum to int functions pinskia at gcc dot gnu dot org
@ 2004-03-10  5:22 ` pinskia at gcc dot gnu dot org
  2004-03-14 22:11 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-10  5:22 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |14441


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


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

* [Bug optimization/14472] [tree-ssa] [regression] no sib calling for enum to int functions
  2004-03-08  1:31 [Bug optimization/14472] New: [tree-ssa] [regression] no sib calling for enum to int functions pinskia at gcc dot gnu dot org
  2004-03-10  5:22 ` [Bug optimization/14472] " pinskia at gcc dot gnu dot org
@ 2004-03-14 22:11 ` pinskia at gcc dot gnu dot org
  2004-03-19  6:58 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-14 22:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-14 22:11 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-03-14 22:11:28
               date|                            |


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


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

* [Bug optimization/14472] [tree-ssa] [regression] no sib calling for enum to int functions
  2004-03-08  1:31 [Bug optimization/14472] New: [tree-ssa] [regression] no sib calling for enum to int functions pinskia at gcc dot gnu dot org
  2004-03-10  5:22 ` [Bug optimization/14472] " pinskia at gcc dot gnu dot org
  2004-03-14 22:11 ` pinskia at gcc dot gnu dot org
@ 2004-03-19  6:58 ` pinskia at gcc dot gnu dot org
  2004-04-23  6:17 ` bje at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-19  6:58 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-03-14 22:11:28         |2004-03-19 06:58:56
               date|                            |
   Target Milestone|---                         |tree-ssa


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


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

* [Bug optimization/14472] [tree-ssa] [regression] no sib calling for enum to int functions
  2004-03-08  1:31 [Bug optimization/14472] New: [tree-ssa] [regression] no sib calling for enum to int functions pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-03-19  6:58 ` pinskia at gcc dot gnu dot org
@ 2004-04-23  6:17 ` bje at gcc dot gnu dot org
  2004-04-23 11:30 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bje at gcc dot gnu dot org @ 2004-04-23  6:17 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


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

* [Bug optimization/14472] [tree-ssa] [regression] no sib calling for enum to int functions
  2004-03-08  1:31 [Bug optimization/14472] New: [tree-ssa] [regression] no sib calling for enum to int functions pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-04-23  6:17 ` bje at gcc dot gnu dot org
@ 2004-04-23 11:30 ` pinskia at gcc dot gnu dot org
  2004-05-07  1:23 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-23 11:30 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|2004-03-19 06:58:56         |2004-04-23 11:05:51
               date|                            |


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


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

* [Bug optimization/14472] [tree-ssa] [regression] no sib calling for enum to int functions
  2004-03-08  1:31 [Bug optimization/14472] New: [tree-ssa] [regression] no sib calling for enum to int functions pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-04-23 11:30 ` pinskia at gcc dot gnu dot org
@ 2004-05-07  1:23 ` pinskia at gcc dot gnu dot org
  2004-05-15 11:55 ` [Bug rtl-optimization/14472] " cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-07  1:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-07 01:23 -------
This is a dup of bug 14441.

*** This bug has been marked as a duplicate of 14441 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug rtl-optimization/14472] [tree-ssa] [regression] no sib calling for enum to int functions
  2004-03-08  1:31 [Bug optimization/14472] New: [tree-ssa] [regression] no sib calling for enum to int functions pinskia at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-05-07  1:23 ` pinskia at gcc dot gnu dot org
@ 2004-05-15 11:55 ` cvs-commit at gcc dot gnu dot org
  2004-05-15 12:06 ` steven at gcc dot gnu dot org
  2004-05-15 12:18 ` steven at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-05-15 11:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-05-14 18:29 -------
Subject: Bug 14472

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	steven@gcc.gnu.org	2004-05-14 18:29:09

Modified files:
	gcc            : ChangeLog tree-tailcall.c 

Log message:
	PR opt/14472
	* tree-tailcall.c (process_assignment): Use STRIP_NOPS to
	ignore type conversions that do not inhibit tail calling.
	(find_tail_calls): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.3657&r2=2.3658
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-tailcall.c.diff?cvsroot=gcc&r1=2.1&r2=2.2



-- 


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


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

* [Bug rtl-optimization/14472] [tree-ssa] [regression] no sib calling for enum to int functions
  2004-03-08  1:31 [Bug optimization/14472] New: [tree-ssa] [regression] no sib calling for enum to int functions pinskia at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-05-15 11:55 ` [Bug rtl-optimization/14472] " cvs-commit at gcc dot gnu dot org
@ 2004-05-15 12:06 ` steven at gcc dot gnu dot org
  2004-05-15 12:18 ` steven at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: steven at gcc dot gnu dot org @ 2004-05-15 12:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2004-05-14 18:37 -------
reopening because this is not a dup of 14441... 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |


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


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

* [Bug rtl-optimization/14472] [tree-ssa] [regression] no sib calling for enum to int functions
  2004-03-08  1:31 [Bug optimization/14472] New: [tree-ssa] [regression] no sib calling for enum to int functions pinskia at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2004-05-15 12:06 ` steven at gcc dot gnu dot org
@ 2004-05-15 12:18 ` steven at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: steven at gcc dot gnu dot org @ 2004-05-15 12:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2004-05-14 18:38 -------
...and closing, because I fixed this one with the patch in the audit trail. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2004-05-14 18:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-08  1:31 [Bug optimization/14472] New: [tree-ssa] [regression] no sib calling for enum to int functions pinskia at gcc dot gnu dot org
2004-03-10  5:22 ` [Bug optimization/14472] " pinskia at gcc dot gnu dot org
2004-03-14 22:11 ` pinskia at gcc dot gnu dot org
2004-03-19  6:58 ` pinskia at gcc dot gnu dot org
2004-04-23  6:17 ` bje at gcc dot gnu dot org
2004-04-23 11:30 ` pinskia at gcc dot gnu dot org
2004-05-07  1:23 ` pinskia at gcc dot gnu dot org
2004-05-15 11:55 ` [Bug rtl-optimization/14472] " cvs-commit at gcc dot gnu dot org
2004-05-15 12:06 ` steven at gcc dot gnu dot org
2004-05-15 12:18 ` steven at gcc dot gnu dot 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).