public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/15109] New: [tree-ssa] [regression] missed sibcalling when signness changes
@ 2004-04-23 22:51 pinskia at gcc dot gnu dot org
  2004-04-24  2:38 ` [Bug optimization/15109] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-23 22:51 UTC (permalink / raw)
  To: gcc-bugs

int t();
unsigned long f()
{
  return t();
}

-- 
           Summary: [tree-ssa] [regression] missed sibcalling when signness
                    changes
           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
 BugsThisDependsOn: 14441


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


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

* [Bug optimization/15109] [tree-ssa] [regression] missed sibcalling when signness changes
  2004-04-23 22:51 [Bug optimization/15109] New: [tree-ssa] [regression] missed sibcalling when signness changes pinskia at gcc dot gnu dot org
@ 2004-04-24  2:38 ` pinskia at gcc dot gnu dot org
  2004-04-24  5:30 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-24  2:38 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |tree-ssa
      Known to work|                            |3.4.0
   Target Milestone|---                         |tree-ssa


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


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

* [Bug optimization/15109] [tree-ssa] [regression] missed sibcalling when signness changes
  2004-04-23 22:51 [Bug optimization/15109] New: [tree-ssa] [regression] missed sibcalling when signness changes pinskia at gcc dot gnu dot org
  2004-04-24  2:38 ` [Bug optimization/15109] " pinskia at gcc dot gnu dot org
@ 2004-04-24  5:30 ` pinskia at gcc dot gnu dot org
  2004-05-07  1:21 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-24  5:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-23 22:52 -------
This is related to bug 14440 and 15108 which is because they are the same size (_Bool 
is the same size as int on powerpc-apple-darwin).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |15108
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-23 22:52:24
               date|                            |


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


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

* [Bug optimization/15109] [tree-ssa] [regression] missed sibcalling when signness changes
  2004-04-23 22:51 [Bug optimization/15109] New: [tree-ssa] [regression] missed sibcalling when signness changes pinskia at gcc dot gnu dot org
  2004-04-24  2:38 ` [Bug optimization/15109] " pinskia at gcc dot gnu dot org
  2004-04-24  5:30 ` pinskia at gcc dot gnu dot org
@ 2004-05-07  1:21 ` pinskia at gcc dot gnu dot org
  2004-05-07  1:23 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-07  1:21 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 15109 depends on bug 15108, which changed state.

Bug 15108 Summary: [tree-ssa] [regression] missed sib-calling for pointer changes
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15108

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE

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


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

* [Bug optimization/15109] [tree-ssa] [regression] missed sibcalling when signness changes
  2004-04-23 22:51 [Bug optimization/15109] New: [tree-ssa] [regression] missed sibcalling when signness changes pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-05-07  1:21 ` pinskia at gcc dot gnu dot org
@ 2004-05-07  1:23 ` pinskia at gcc dot gnu dot org
  2004-06-07 18:15 ` [Bug rtl-optimization/15109] " pinskia at gcc dot gnu dot org
  2004-06-09 23:50 ` rth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ 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=15109


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

* [Bug rtl-optimization/15109] [tree-ssa] [regression] missed sibcalling when signness changes
  2004-04-23 22:51 [Bug optimization/15109] New: [tree-ssa] [regression] missed sibcalling when signness changes pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-05-07  1:23 ` pinskia at gcc dot gnu dot org
@ 2004-06-07 18:15 ` pinskia at gcc dot gnu dot org
  2004-06-09 23:50 ` rth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-07 18:15 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 15109 depends on bug 15108, which changed state.

Bug 15108 Summary: [tree-ssa] [regression] missed sib-calling for pointer changes
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15108

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |

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


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

* [Bug rtl-optimization/15109] [tree-ssa] [regression] missed sibcalling when signness changes
  2004-04-23 22:51 [Bug optimization/15109] New: [tree-ssa] [regression] missed sibcalling when signness changes pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-06-07 18:15 ` [Bug rtl-optimization/15109] " pinskia at gcc dot gnu dot org
@ 2004-06-09 23:50 ` rth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-06-09 23:50 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 15109 depends on bug 15108, which changed state.

Bug 15108 Summary: [3.5 Regression] [tree-ssa] [regression] missed sib-calling for pointer changes
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15108

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

end of thread, other threads:[~2004-06-09 23:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-23 22:51 [Bug optimization/15109] New: [tree-ssa] [regression] missed sibcalling when signness changes pinskia at gcc dot gnu dot org
2004-04-24  2:38 ` [Bug optimization/15109] " pinskia at gcc dot gnu dot org
2004-04-24  5:30 ` pinskia at gcc dot gnu dot org
2004-05-07  1:21 ` pinskia at gcc dot gnu dot org
2004-05-07  1:23 ` pinskia at gcc dot gnu dot org
2004-06-07 18:15 ` [Bug rtl-optimization/15109] " pinskia at gcc dot gnu dot org
2004-06-09 23:50 ` rth 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).