--- Comment #10 from irar at il dot ibm dot com 2009-03-08 07:25 ---
Fixed.
--
irar at il dot ibm dot com changed:
What|Removed |Added
Status|UNCONFIRMED
--- Comment #9 from irar at gcc dot gnu dot org 2009-03-03 07:42 ---
Subject: Bug 39248
Author: irar
Date: Tue Mar 3 07:42:26 2009
New Revision: 144569
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144569
Log:
PR tree-optimization/39248
* gcc.dg/vect/vect-compl
--- Comment #8 from dave at hiauly1 dot hia dot nrc dot ca 2009-02-26
20:32 ---
Subject: Re: FAIL: gcc.dg/vect/vect-complex-1.c
> --- Comment #7 from irar at il dot ibm dot com 2009-02-26 09:57 ---
> In slp-7.c all the three loops get vectorized, including the loop that
> re
--- Comment #7 from irar at il dot ibm dot com 2009-02-26 09:57 ---
In slp-7.c all the three loops get vectorized, including the loop that requires
vector multiplication for shorts. This patch
http://gcc.gnu.org/ml/gcc-patches/2008-07/msg00044.html added ARM to
vect_int_mult, but not to
--- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca 2009-02-25
22:35 ---
Subject: Re: FAIL:
gcc.dg/vect/vect-complex-1.c
On Wed, 25 Feb 2009, irar at il dot ibm dot com wrote:
> Does adding attribute aligned, as below, help?
Yes, it fixes the failure.
> Could you ple
--- Comment #4 from irar at il dot ibm dot com 2009-02-25 07:06 ---
Does adding attribute aligned, as below, help?
Index: vect-complex-1.c
===
--- vect-complex-1.c(revision 144030)
+++ vect-complex-1.c(working copy)
--- Comment #3 from danglin at gcc dot gnu dot org 2009-02-19 17:37 ---
gcc.dg/vect/slp-7.c has a similar failure:
Executing on host: /home/dave/gnu/gcc/objdir/gcc/xgcc
-B/home/dave/gnu/gcc/objdi
r/gcc/ /home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/vect/slp-7.c
-ftree-vectori
ze -fno-ve
--- Comment #1 from dave at hiauly1 dot hia dot nrc dot ca 2009-02-19
17:19 ---
Subject: Re: New: FAIL:
gcc.dg/vect/vect-complex-1.c
Attached vect-complex-1.c.101t.vect.
Dave
--- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca 2009-02-19
17:19 ---
Created