Re: [PATCH v2] arm: [MVE intrinsics] Fix tuples field name (PR 118332)

2025-01-10 Thread Richard Sandiford
"Richard Earnshaw (lists)" writes: > On 09/01/2025 14:50, Christophe Lyon wrote: >> The previous fix only worked for C, for C++ we need to add more >> information to the underlying type so that >> finish_class_member_access_expr accepts it. >> >> We use the same logic as in aarch64's register_tup

Re: [PATCH v2] arm: [MVE intrinsics] Fix tuples field name (PR 118332)

2025-01-09 Thread Richard Earnshaw (lists)
On 09/01/2025 14:50, Christophe Lyon wrote: > The previous fix only worked for C, for C++ we need to add more > information to the underlying type so that > finish_class_member_access_expr accepts it. > > We use the same logic as in aarch64's register_tuple_type for AdvSIMD > tuples. > > This pat