Re: [Patch, aarch64] Issue warning/error for mixing functions with/without aarch64_vector_pcs attribute

2019-02-14 Thread Richard Sandiford
Steve Ellcey writes: > Szabolcs pointed out that my SIMD ABI patches that implement the > aarch64_vector_pcs attribute do not generate a warning or error > when being mixed with functions that do not have the attribute because > the 'affects_type_identity' field was false in the attribute table.

[Patch, aarch64] Issue warning/error for mixing functions with/without aarch64_vector_pcs attribute

2019-02-13 Thread Steve Ellcey
Szabolcs pointed out that my SIMD ABI patches that implement the aarch64_vector_pcs attribute do not generate a warning or error when being mixed with functions that do not have the attribute because the 'affects_type_identity' field was false in the attribute table. This patch fixes that. I