--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-22
18:07 ---
Fixed.
--
What|Removed |Added
Status|NEW |RESOLVED
--- 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
--- 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
--- 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
--- 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
--
What|Removed |Added
GCC build triplet||i686-pc-linux-gnu
GCC host triplet||i686-pc-linux-gnu
GCC target triplet|