[Bug middle-end/22480] [4.1 Regression] ICE in convert_move, at expr.c:390 with -ftree-vectorize

2005-12-02 Thread rth at gcc dot gnu dot org
--- Comment #16 from rth at gcc dot gnu dot org 2005-12-02 17:45 --- Subject: Bug 22480 Author: rth Date: Fri Dec 2 17:45:02 2005 New Revision: 107910 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=107910 Log: 2005-09-14 Uros Bizjak [EMAIL PROTECTED] PR

[Bug middle-end/22480] [4.1 Regression] ICE in convert_move, at expr.c:390 with -ftree-vectorize

2005-09-14 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-14 09:27 --- Subject: Bug 22480 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-14 09:27:02 Modified files: gcc: ChangeLog Makefile.in

[Bug middle-end/22480] [4.1 Regression] ICE in convert_move, at expr.c:390 with -ftree-vectorize

2005-09-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-14 14:46 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug middle-end/22480] [4.1 Regression] ICE in convert_move, at expr.c:390 with -ftree-vectorize

2005-09-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 16:31 --- *** Bug 23808 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug middle-end/22480] [4.1 Regression] ICE in convert_move, at expr.c:390 with -ftree-vectorize

2005-09-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 16:32 --- This causes a build failure if you turn on -ftree-vectorize when building the target libraries. -- What|Removed |Added

[Bug middle-end/22480] [4.1 Regression] ICE in convert_move, at expr.c:390 with -ftree-vectorize

2005-08-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-27 15:08 --- *** Bug 23595 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug middle-end/22480] [4.1 Regression] ICE in convert_move, at expr.c:390 with -ftree-vectorize

2005-08-22 Thread micis at gmx dot de
--- Additional Comments From micis at gmx dot de 2005-08-22 09:03 --- This ICE is still present with the actual snapshot (20050819) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22480

[Bug middle-end/22480] [4.1 Regression] ICE in convert_move, at expr.c:390 with -ftree-vectorize

2005-08-03 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-08-03 14:35 --- *** Bug 21234 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug middle-end/22480] [4.1 Regression] ICE in convert_move, at expr.c:390 with -ftree-vectorize

2005-07-28 Thread bonzini at gcc dot gnu dot org
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-07-28 07:11 --- No, the bug is in the vectorizer that produces a LSHIFT_EXPR rather than a VEC_LSHIFT_EXPR. There must have been problems committing the patch. :-( Paolo --

[Bug middle-end/22480] [4.1 Regression] ICE in convert_move, at expr.c:390 with -ftree-vectorize

2005-07-28 Thread bonzini at gcc dot gnu dot org
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-07-28 08:20 --- Not even that... the backend for i386 accepts an SI, not a V4SI, as the shift count. This upsets the expander noticeably. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22480

[Bug middle-end/22480] [4.1 Regression] ICE in convert_move, at expr.c:390 with -ftree-vectorize

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 18:59 --- Nope the types are correct. The bug is in the middle-end when expanding VECTOR VECTOR. -- What|Removed |Added