This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/28752] bootstrap comparision fails with "-ftree-vectorize -maltivec" on ppc and i386
- From: "irar at il dot ibm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Nov 2006 11:15:35 -0000
- Subject: [Bug middle-end/28752] bootstrap comparision fails with "-ftree-vectorize -maltivec" on ppc and i386
- References: <bug-28752-12180@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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.
Here, the offending loop is cfgloopanal.c:153.
Ira
--
irar at il dot ibm dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
GCC build triplet|powerpc64-linux |powerpc64-linux and and
| |i386-linux
GCC host triplet|powerpc64-linux |powerpc64-linux and i386-
| |linux
GCC target triplet|powerpc64-linux |powerpc64-linux and and
| |i386-linux
Summary|bootstrap comparision fails |bootstrap comparision fails
|with "-ftree-vectorize - |with "-ftree-vectorize -
|maltivec" on ppc |maltivec" on ppc and i386
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28752