[Bug middle-end/28752] bootstrap comparision fails with "-ftree-vectorize -maltivec" on ppc and i386

2006-12-11 Thread irar at il dot ibm dot com
--- Comment #34 from irar at il dot ibm dot com 2006-12-11 13:02 --- Created an attachment (id=12781) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12781&action=view) "Good" rs6000.s -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28752

[Bug middle-end/28752] bootstrap comparision fails with "-ftree-vectorize -maltivec" on ppc and i386

2006-12-11 Thread irar at il dot ibm dot com
--- Comment #33 from irar at il dot ibm dot com 2006-12-11 12:57 --- Created an attachment (id=12779) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12779&action=view) "Bad" rs6000.s -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28752

[Bug middle-end/28752] bootstrap comparision fails with "-ftree-vectorize -maltivec" on ppc and i386

2006-12-11 Thread irar at il dot ibm dot com
--- Comment #32 from irar at il dot ibm dot com 2006-12-11 12:46 --- I am attaching the "bad" rs6000.s (generated with vectorization) and "good" rs6000.s (generated with vectorization and -fno-move-loop-invariants) using revision 110852 (from February 2006). I looked over these a bit, bu

[Bug middle-end/28752] bootstrap comparision fails with "-ftree-vectorize -maltivec" on ppc and i386

2006-12-07 Thread irar at il dot ibm dot com
--- Comment #31 from irar at il dot ibm dot com 2006-12-07 13:30 --- (In reply to comment #17) > I applied the patch http://gcc.gnu.org/ml/gcc-patches/2006-07/msg01043.html (a > fix for PR26197). The bootstrap with vectorization passes! > However, the failure in comment #3 still occurs i

[Bug middle-end/28752] bootstrap comparision fails with "-ftree-vectorize -maltivec" on ppc and i386

2006-12-07 Thread irar at il dot ibm dot com
--- Comment #30 from irar at il dot ibm dot com 2006-12-07 12:14 --- I am testing a patch for x86 boostrap failure. It was caused by a bug in vectorization of strided accesses analysis, and, therefore, has nothing to do with the bootstrap failures on ppc. Ira -- http://gcc.gnu.org/

[Bug middle-end/28752] bootstrap comparision fails with "-ftree-vectorize -maltivec" on ppc and i386

2006-12-04 Thread irar at il dot ibm dot com
--- Comment #29 from irar at il dot ibm dot com 2006-12-04 09:24 --- I reproduced the wrong printings on x86. It seems to be a problem in strided access vectorization after all - no stores are generated. I am looking into this. Thanks, Ira -- http://gcc.gnu.org/bugzilla/show_bug.cg

[Bug middle-end/28752] bootstrap comparision fails with "-ftree-vectorize -maltivec" on ppc and i386

2006-12-02 Thread volodyan at gmail dot com
--- Comment #28 from volodyan at gmail dot com 2006-12-02 17:46 --- (In reply to comment #27) > I committed the patch that enables vectorization of strided accesses Confirmed the bug on gcc-4.3/(Pentium-M)X86. Configured as ../gcc/configure --enable-bootstrap --enable-languages=c a

[Bug middle-end/28752] bootstrap comparision fails with "-ftree-vectorize -maltivec" on ppc and i386

2006-11-22 Thread irar at il dot ibm dot com
--- Comment #27 from irar at il dot ibm dot com 2006-11-22 11:15 --- I committed the patch that enables vectorization of strided accesses (http://gcc.gnu.org/ml/gcc-patches/2006-03/msg01679.html), and now bootstrap with vectorization fails also on x86 with the same error as in comment #3