Re: [RFC][C++ PATCH] Don't mangle attributes that have a space in their name

2019-12-26 Thread Jason Merrill
On 12/18/19 1:24 PM, Richard Sandiford wrote: The SVE port needs to maintain a different type identity for GNU vectors and "SVE vectors" even during LTO, since the types use different ABIs. The easiest way of doing that seemed to be to use type attributes. However, these type attributes shouldn

[RFC][C++ PATCH] Don't mangle attributes that have a space in their name

2019-12-18 Thread Richard Sandiford
The SVE port needs to maintain a different type identity for GNU vectors and "SVE vectors" even during LTO, since the types use different ABIs. The easiest way of doing that seemed to be to use type attributes. However, these type attributes shouldn't be user-facing; they're just a convenient way