[Bug tree-optimization/19096] Wrong code with -ftree-vectorize

2004-12-21 Thread belyshev at lubercy dot com
--- Additional Comments From belyshev at lubercy dot com 2004-12-21 09:28 --- The problem is with this patch * tree-optimize.c (init_tree_optimization_passes): Add dominator and dce pass after pre. and it is fixed by http://gcc.gnu.org/ml/gcc-patches/2004-12/msg00514.ht

[Bug tree-optimization/19096] Wrong code with -ftree-vectorize

2004-12-21 Thread rakdver at gcc dot gnu dot org
--- Additional Comments From rakdver at gcc dot gnu dot org 2004-12-21 08:36 --- Which one of them? And what is the problem? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19096

[Bug tree-optimization/19096] Wrong code with -ftree-vectorize

2004-12-21 Thread belyshev at lubercy dot com
--- Additional Comments From belyshev at lubercy dot com 2004-12-21 08:30 --- My bad, I used wrong tree... The problem is in these patches: http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01381.html and not in mainline. -- What|Removed |Added --

[Bug tree-optimization/19096] Wrong code with -ftree-vectorize

2004-12-20 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2004-12-21 02:40 --- This works for me, too, with a snapshot from 2004-12-14, or at least it doesn't abort and returns a return code of 1. What do you see, and what flags exactly do you use? I tried with -march=pentium4 -mmmx -

[Bug tree-optimization/19096] Wrong code with -ftree-vectorize

2004-12-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-21 01:28 --- This works for me on ppc-darwin. In .vect, I get "number of iterations cannot be computed". -- What|Removed |Added ---