--- Comment #6 from dje at gcc dot gnu dot org 2005-11-16 19:49 ---
Patch committed. Should be fixed.
--
dje at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from dje at gcc dot gnu dot org 2005-11-16 15:59 ---
Subject: Bug 24772
Author: dje
Date: Wed Nov 16 15:59:27 2005
New Revision: 107085
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107085
Log:
PR target/24772
* config/rs6000/predicates.md (vrsave
--- Comment #4 from dje at gcc dot gnu dot org 2005-11-15 22:27 ---
Patch
--
dje at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-11-10 13:48 ---
(In reply to comment #2)
> they appear after 40.flow2 for some reason.
The some reason is that they are prologue/epologue code.
--
pinskia at gcc dot gnu dot org changed:
What|Removed
--- Comment #2 from rguenth at gcc dot gnu dot org 2005-11-10 09:51 ---
Testcase:
void bar (float *pa, float *pb, float *pc)
{
int i;
for (i = 0; i < 256; i++)
{
}
}
main1 (int n)
{
int i;
float a[256] __attribute__ ((__aligned__(16))); float b[256] __attribute__
((__ali
--- Comment #1 from rguenth at gcc dot gnu dot org 2005-11-10 09:34 ---
Confirmed (rtl checking enabled only).
/abuild/rguenther/gcc-obj/gcc/cc1 -fpreprocessed vect-46.i -quiet -dumpbase
vect-46.c -maltivec -m64 -auxbase-strip vect-46.s -O2 -version -ftree-vectorize
-ftree-vectorizer-ve