Re: [PATCH 2/2] c++: Change the mangling of __alignof__ [PR88115]

2020-11-11 Thread Jason Merrill via Gcc-patches
On 11/11/20 1:21 PM, Patrick Palka wrote: This patch changes the mangling of __alignof__ to v111__alignof__, making the mangling distinct from that of alignof(type) and alignof(expr). How we mangle ALIGNOF_EXPR now depends on its ALIGNOF_EXPR_STD_P flag, which after the previous patch gets consi

[PATCH 2/2] c++: Change the mangling of __alignof__ [PR88115]

2020-11-11 Thread Patrick Palka via Gcc-patches
This patch changes the mangling of __alignof__ to v111__alignof__, making the mangling distinct from that of alignof(type) and alignof(expr). How we mangle ALIGNOF_EXPR now depends on its ALIGNOF_EXPR_STD_P flag, which after the previous patch gets consistently set for alignof(type) as well as ali