public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/26406]  New: Fowardprop does harm for VRP to figure out if a point is non zero
@ 2006-02-21 21:35 pinskia at gcc dot gnu dot org
  2006-02-21 21:45 ` [Bug tree-optimization/26406] " pinskia at gcc dot gnu dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-21 21:35 UTC (permalink / raw)
  To: gcc-bugs

Example:
int *f(int *b)
{
  int * a = new int[104];
  *a = 1;
  if (a == 0)
    return b;
  return a;
}
-----
Found this while looking into tramp3d.


-- 
           Summary: Fowardprop does harm for VRP to figure out if a point is
                    non zero
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: enhancement
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
OtherBugsDependingO 22501
             nThis:


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


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

end of thread, other threads:[~2006-03-08 16:43 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-21 21:35 [Bug tree-optimization/26406] New: Fowardprop does harm for VRP to figure out if a point is non zero pinskia at gcc dot gnu dot org
2006-02-21 21:45 ` [Bug tree-optimization/26406] " pinskia at gcc dot gnu dot org
2006-02-22  7:36 ` steven at gcc dot gnu dot org
2006-02-22 10:05 ` rguenth at gcc dot gnu dot org
2006-02-22 10:33 ` rguenth at gcc dot gnu dot org
2006-02-22 12:47 ` rguenth at gcc dot gnu dot org
2006-02-22 12:49 ` rguenth at gcc dot gnu dot org
2006-02-22 12:58 ` pinskia at gcc dot gnu dot org
2006-02-22 13:10 ` patchapp at dberlin dot org
2006-02-22 15:24 ` law at redhat dot com
2006-02-22 16:23 ` law at redhat dot com
2006-02-22 20:55 ` rguenth at gcc dot gnu dot org
2006-02-22 21:45 ` law at redhat dot com
2006-02-25 15:55 ` [Bug tree-optimization/26406] [4.2 Regression] Forwardprop " pinskia at gcc dot gnu dot org
2006-02-25 18:01 ` pinskia at gcc dot gnu dot org
2006-02-25 18:37 ` law at redhat dot com
2006-03-08 16:43 ` law at redhat dot com

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