Re: [PATCH] c++: Adjust mangling of __alignof__ [PR88115]

2021-03-30 Thread Jason Merrill via Gcc-patches
On 3/30/21 3:17 PM, Patrick Palka wrote: We currently mangle __alignof__ as a vendor extended operator, but that's problematic for the reasons mentioned in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88115#c6. This patch changes the mangling of __alignof__ to instead use the new "vendor extende

[PATCH] c++: Adjust mangling of __alignof__ [PR88115]

2021-03-30 Thread Patrick Palka via Gcc-patches
We currently mangle __alignof__ as a vendor extended operator, but that's problematic for the reasons mentioned in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88115#c6. This patch changes the mangling of __alignof__ to instead use the new "vendor extended expression" syntax that's proposed in htt