This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: AltiVec [RFH] Overload resolution of vec_subs intrinsic fails



On Apr 12, 2004, at 10:27 AM, Fariborz Jahanian wrote:


This is the best I can make out of this issue. Ok if it passes regtesting on
i686-pc-linux-gnu and on PowerPC/Altivec? (please help with this Apple guys
:-)

OK. I will test this on ppc-dawin. Assuming that this is the last one that I got.



Generally every thing was OK. on powerpc-darwin except:


Following test reports an error now.

< FAIL: gcc.dg/altivec-6.c (test for excess errors).

mygccf -c altivec-6.c -faltivec
altivec-6.c: In function `b':
altivec-6.c:22: error: invalid parameter combination for `vec_add' AltiVec intrinsic


Which is related to this failure:

/* Test */
static int __attribute__((vector_size(16))) x, y;

void b() {
  vec_add (x, y);
}

mygccf -faltivec -c good.c
good.c: In function `b':
good.c:4: error: invalid parameter combination for `vec_add' AltiVec intrinsic


- fariborz



- fariborz



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]