1 -- { dg-do run { target hppa*-*-* sparc*-*-* powerpc*-*-* } }
3 with Unchecked_Conversion
;
5 procedure Unchecked_Convert6
is
7 subtype c_5
is string(1..5);
9 function int2c5
is -- { dg-warning "different sizes" }
10 new unchecked_conversion
(source
=> integer, target
=> c_5
);
18 if c5
(4) /= ASCII
.DC2
then