[Bug tree-optimization/18544] [4.0 regression] ICE with -ftree-vectorize

2004-11-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-22 18:07 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/18544] [4.0 regression] ICE with -ftree-vectorize

2004-11-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-22 13:42 --- Subject: Bug 18544 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-22 13:41:59 Modified files: gcc: ChangeLog tree-vectorizer.c Log mes

[Bug tree-optimization/18544] [4.0 regression] ICE with -ftree-vectorize

2004-11-18 Thread dorit at il dot ibm dot com
--- Additional Comments From dorit at il dot ibm dot com 2004-11-18 21:56 --- > Note it works no when compiled with the C front-end but not with the C++ front-end. > It is more related to PR 18546 than it is to PR18536. This patch fixes the ICE: http://gcc.gnu.org/ml/gcc-patches/2004-1

[Bug tree-optimization/18544] [4.0 regression] ICE with -ftree-vectorize

2004-11-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-18 16:14 --- Confirmed, here is a reduced testcase (which shows maybe the problem): struct A { int x[4]; }; struct A foo() { struct A a; int* p=a.x; for (int i=0; i<4; ++i, ++p) *p = 0; return a; } Note

[Bug tree-optimization/18544] [4.0 regression] ICE with -ftree-vectorize

2004-11-18 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-11-18 16:09 --- Might be related to PR18536. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18544

[Bug tree-optimization/18544] [4.0 regression] ICE with -ftree-vectorize

2004-11-18 Thread reichelt at gcc dot gnu dot org
-- What|Removed |Added GCC build triplet||i686-pc-linux-gnu GCC host triplet||i686-pc-linux-gnu GCC target triplet|