[Bug tree-optimization/30771] ice for legal code with -O2 -ftree-vectorize

2007-02-14 Thread dorit at gcc dot gnu dot org
--- Comment #6 from dorit at gcc dot gnu dot org 2007-02-14 14:11 --- Subject: Bug 30771 Author: dorit Date: Wed Feb 14 14:10:57 2007 New Revision: 121950 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121950 Log: PR tree-optimization/30771 * tree-vect-analyze.c

[Bug tree-optimization/30771] ice for legal code with -O2 -ftree-vectorize

2007-02-13 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2007-02-14 05:26 --- Subject: Bug number PR tree-optimization/30771 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-02/msg01186.html -- http://gcc.

[Bug tree-optimization/30771] ice for legal code with -O2 -ftree-vectorize

2007-02-12 Thread dorit at il dot ibm dot com
--- Comment #4 from dorit at il dot ibm dot com 2007-02-12 14:23 --- I'm testing the patch below. (wasn;t able to reproduce the problem in the attched testcase, but here's a reduced testcase for the problem that Richi described - thanks!: int a[128]; int main() { short i; for (i=0;