[Bug tree-optimization/19098] tree-ssa-dom.c has an if statement whose condition is probably wrong

2005-01-18 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-01-18 10:49 --- The patch has been committed, can this be closed? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19098

[Bug tree-optimization/19098] tree-ssa-dom.c has an if statement whose condition is probably wrong

2005-01-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-18 14:08 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/19098] tree-ssa-dom.c has an if statement whose condition is probably wrong

2004-12-23 Thread law at redhat dot com
--- Additional Comments From law at redhat dot com 2004-12-23 18:29 --- Subject: Re: New: tree-ssa-dom.c has an if statement whose condition is probably wrong On Tue, 2004-12-21 at 05:59 +, kazu at cs dot umass dot edu wrote: tree-ssa-dom.c has the following if

[Bug tree-optimization/19098] tree-ssa-dom.c has an if statement whose condition is probably wrong

2004-12-21 Thread kazu at cs dot umass dot edu
--- Additional Comments From kazu at cs dot umass dot edu 2004-12-21 08:07 --- Can we do something like the following? Avoid creating multiple entries to into a loop before the loop optimizations run. Try to thread every edge after the loop optimizations run. The loop optimizers

[Bug tree-optimization/19098] tree-ssa-dom.c has an if statement whose condition is probably wrong

2004-12-21 Thread law at redhat dot com
--- Additional Comments From law at redhat dot com 2004-12-21 15:26 --- Subject: Re: tree-ssa-dom.c has an if statement whose condition is probably wrong On Tue, 2004-12-21 at 08:07 +, kazu at cs dot umass dot edu wrote: --- Additional Comments From kazu at cs dot

[Bug tree-optimization/19098] tree-ssa-dom.c has an if statement whose condition is probably wrong

2004-12-20 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2004-12-21 06:51 --- Confirmed. This is in line 697 of version 1.20 of that file. This should definitely be resolved before 4.0 goes out. W. -- What|Removed |Added

[Bug tree-optimization/19098] tree-ssa-dom.c has an if statement whose condition is probably wrong

2004-12-20 Thread law at redhat dot com
--- Additional Comments From law at redhat dot com 2004-12-21 07:34 --- Subject: Re: New: tree-ssa-dom.c has an if statement whose condition is probably wrong On Tue, 2004-12-21 at 05:59 +, kazu at cs dot umass dot edu wrote: tree-ssa-dom.c has the following if