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: [RFT/PATCH] Fix Altivec breakage


> Can anybody please test it on a PPC?  If it passes, ok for mainline?

Hi Paolo.

Here is a distilled testcase.  With your patch, does this test
compile?  If so, you have fixed the problem.  (You'd still need to
test for regressions ;-)).

Cheers.
Aldy

#define vec __attribute__((vector_size(16)))
 
int array[__builtin_types_compatible_p (vec unsigned short, vec signed short) ? 
-1 : 5];


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