Warn pointer to signed integer cast for ilp32
[official-gcc.git] / gcc / testsuite / gnat.dg / vect8.ads
blob5406c70f49f74f8a597ccfda35ab06ef974e6b9e
1 -- { dg-do compile }
3 package Vect8 is
5 type Vec is array (1 .. 2) of Long_Float;
6 pragma Machine_Attribute (Vec, "vector_type");
8 function Foo (V : Vec) return Vec;
10 end Vect8;