Re: [C++ PATCH] Partial fix for a recent regression (PR c++/90947)

2019-10-29 Thread Jason Merrill
On 10/22/19 11:03 AM, Jakub Jelinek wrote: Hi! The following patch is just a partial fix for a regression introduced in the PR90947 changes, the testcase is fixed for just C++17/20. type_initializer_zero_p has been added to the generic code, supposedly because similar initializer_zerop is in gen

[C++ PATCH] Partial fix for a recent regression (PR c++/90947)

2019-10-22 Thread Jakub Jelinek
Hi! The following patch is just a partial fix for a regression introduced in the PR90947 changes, the testcase is fixed for just C++17/20. type_initializer_zero_p has been added to the generic code, supposedly because similar initializer_zerop is in generic code too, but that means it has a hand-w