START sys/altivec_ast 2024-01-05T10:16:08Z ==== run-regress-vecast ==== cc -O2 -pipe -maltivec -MD -MP -c /usr/src/regress/sys/altivec_ast/vecast.c /usr/src/regress/sys/altivec_ast/vecast.c:81:10: warning: Implicit conversion between vector types (''__vector unsigned int' (vector of 4 'unsigned int' values)' and ''__vector int' (vector of 4 'int' values)') is deprecated. In the future, the behavior implied by '-fno-lax-vector-conversions' will be the default. [-Wdeprecate-lax-vec-conv-all] a.vi = out; ^ /usr/src/regress/sys/altivec_ast/vecast.c:82:10: warning: Implicit conversion between vector types (''__vector unsigned int' (vector of 4 'unsigned int' values)' and ''__vector int' (vector of 4 'int' values)') is deprecated. In the future, the behavior implied by '-fno-lax-vector-conversions' will be the default. [-Wdeprecate-lax-vec-conv-all] b.vi = answer; ^ 2 warnings generated. cc -o vecast vecast.o -lm ./vecast PASS sys/altivec_ast Duration 0m00.87s