public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/15559] New: SSAPRE misses obivous redudent expression
@ 2004-05-22  5:38 pinskia at gcc dot gnu dot org
  2004-05-22 11:49 ` [Bug tree-optimization/15559] [3.3/3.4/3.5 Regression] " giovannibajo at libero dot it
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-22  5:38 UTC (permalink / raw)
  To: gcc-bugs

int f(int i, int b, int *c)
{
  int ii;
  if (b)
   ii = i +1;
  else
   {
     *c = ii = i+1;
   }
  return ii;
}

Note I added compile time hog and memory hog as this causes too many bb to be there 
and more RTL than needed.

-- 
           Summary: SSAPRE misses obivous redudent expression
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Keywords: memory-hog, compile-time-hog, TREE
          Severity: enhancement
          Priority: P2
         Component: tree-optimization
        AssignedTo: dberlin 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=15559


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

end of thread, other threads:[~2005-01-21 17:12 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-22  5:38 [Bug tree-optimization/15559] New: SSAPRE misses obivous redudent expression pinskia at gcc dot gnu dot org
2004-05-22 11:49 ` [Bug tree-optimization/15559] [3.3/3.4/3.5 Regression] " giovannibajo at libero dot it
2004-05-22 11:58 ` giovannibajo at libero dot it
2004-05-22 12:06 ` pinskia at gcc dot gnu dot org
2004-05-22 13:47 ` pinskia at gcc dot gnu dot org
2004-05-22 15:27 ` [Bug tree-optimization/15559] [3.3/3.4/3.5 Regression] SSAPRE misses obvious redundant expression gdr at integrable-solutions dot net
2004-05-22 22:55 ` dberlin at gcc dot gnu dot org
2004-06-10 16:05 ` dberlin at gcc dot gnu dot org
2004-06-10 16:12 ` giovannibajo at libero dot it
2004-06-10 16:46 ` dberlin at gcc dot gnu dot org
2004-07-09  3:53 ` [Bug tree-optimization/15559] [3.3/3.4/3.5 Regression] misses opportunity for hoisting an expression that would simplify control flow pinskia at gcc dot gnu dot org
2004-11-15  2:17 ` [Bug tree-optimization/15559] [3.3/3.4/4.0 " pinskia at gcc dot gnu dot org
2004-11-15  7:53 ` steven at gcc dot gnu dot org
2004-11-23  2:49 ` dberlin at gcc dot gnu dot org
2004-11-23  2:53 ` dberlin at gcc dot gnu dot org
2004-12-12  0:06 ` steven at gcc dot gnu dot org
2005-01-21 13:46 ` steven at gcc dot gnu dot org
2005-01-21 17:13 ` mmitchel 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).