altivec amusement

Joseph S. Myers jsm28@cam.ac.uk
Tue Feb 26 01:32:00 GMT 2002


On Tue, 26 Feb 2002, Aldy Hernandez wrote:

> int x[5];
> int *y;
> int foo[__builtin_types_compatible_p (__typeof(x), __typeof(y)) == 1 ? 
> 1 : -1];
> 
> brad wants the above to compile.
> 
> otherwise you can never pass an "int []" when we expect an
> "int *" to an altivec macro/"overloaded function".

Perhaps then you should be using __typeof(*x) and __typeof(*y)?  (Or 
explicitly checking for array types.)

-- 
Joseph S. Myers
jsm28@cam.ac.uk



More information about the Gcc mailing list