public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/16360] decl which has its addresss taken and then assigned to it self, the assigenment is not got rid of
  2004-07-04 15:36 [Bug tree-optimization/16360] New: decl which has its adresss pinskia at gcc dot gnu dot org
@ 2004-07-04 15:36 ` pinskia at gcc dot gnu dot org
  2004-07-04 15:37 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-04 15:36 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|decl which has its adresss  |decl which has its addresss
                   |                            |taken and then assigned to
                   |                            |it self, the assigenment is
                   |                            |not got rid of


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


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

* [Bug tree-optimization/16360] New: decl which has its adresss
@ 2004-07-04 15:36 pinskia at gcc dot gnu dot org
  2004-07-04 15:36 ` [Bug tree-optimization/16360] decl which has its addresss taken and then assigned to it self, the assigenment is not got rid of pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-04 15:36 UTC (permalink / raw)
  To: gcc-bugs

int f(int *i);
int g1(int i)
{
  f(&i);
  i = i;
  return i;
}

-- 
           Summary: decl which has its adresss
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Keywords: missed-optimization, TREE
          Severity: enhancement
          Priority: P2
         Component: tree-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


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


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

* [Bug tree-optimization/16360] decl which has its addresss taken and then assigned to it self, the assigenment is not got rid of
  2004-07-04 15:36 [Bug tree-optimization/16360] New: decl which has its adresss pinskia at gcc dot gnu dot org
  2004-07-04 15:36 ` [Bug tree-optimization/16360] decl which has its addresss taken and then assigned to it self, the assigenment is not got rid of pinskia at gcc dot gnu dot org
@ 2004-07-04 15:37 ` pinskia at gcc dot gnu dot org
  2004-08-15  3:31 ` pinskia at gcc dot gnu dot org
  2004-08-15  3:40 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-04 15:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-04 15:37 -------
I should say I saw this when looking generating a testcase for PR 16359.

-- 


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


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

* [Bug tree-optimization/16360] decl which has its addresss taken and then assigned to it self, the assigenment is not got rid of
  2004-07-04 15:36 [Bug tree-optimization/16360] New: decl which has its adresss pinskia at gcc dot gnu dot org
  2004-07-04 15:36 ` [Bug tree-optimization/16360] decl which has its addresss taken and then assigned to it self, the assigenment is not got rid of pinskia at gcc dot gnu dot org
  2004-07-04 15:37 ` pinskia at gcc dot gnu dot org
@ 2004-08-15  3:31 ` pinskia at gcc dot gnu dot org
  2004-08-15  3:40 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-15  3:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-15 03:31 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-15 03:31:10
               date|                            |


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


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

* [Bug tree-optimization/16360] decl which has its addresss taken and then assigned to it self, the assigenment is not got rid of
  2004-07-04 15:36 [Bug tree-optimization/16360] New: decl which has its adresss pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-08-15  3:31 ` pinskia at gcc dot gnu dot org
@ 2004-08-15  3:40 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-15  3:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-15 03:40 -------
Actually this has been fixed already.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.5.0


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


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

end of thread, other threads:[~2004-08-15  3:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-04 15:36 [Bug tree-optimization/16360] New: decl which has its adresss pinskia at gcc dot gnu dot org
2004-07-04 15:36 ` [Bug tree-optimization/16360] decl which has its addresss taken and then assigned to it self, the assigenment is not got rid of pinskia at gcc dot gnu dot org
2004-07-04 15:37 ` pinskia at gcc dot gnu dot org
2004-08-15  3:31 ` pinskia at gcc dot gnu dot org
2004-08-15  3:40 ` pinskia 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).