public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [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

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