Re: [PATCH v2] c++: fix string literal member initializer bug [PR90926]

2021-02-04 Thread Jason Merrill via Gcc-patches
On 2/3/21 6:31 AM, Tom Greenslade (thomgree) via Gcc-patches wrote: Update of https://gcc.gnu.org/pipermail/gcc-patches/2020-December/562259.html build_aggr_conv did not correctly handle string literal member initializers. Extended can_convert_array to handle this case. For the additional check

[PATCH v2] c++: fix string literal member initializer bug [PR90926]

2021-02-03 Thread Tom Greenslade (thomgree) via Gcc-patches
Update of https://gcc.gnu.org/pipermail/gcc-patches/2020-December/562259.html build_aggr_conv did not correctly handle string literal member initializers. Extended can_convert_array to handle this case. For the additional check of compatibility of character types, factored out code from digest_ini