Ping: https://gcc.gnu.org/ml/gcc-patches/2018-05/msg01528.html
I will go ahead and commit this as obvious this week if there
are no objections.
On 05/25/2018 02:20 PM, Martin Sebor wrote:
(I just now noticed the first two attempts were sent to the wrong
list. Sorry about that.)
On 05/25/2018 02:16 PM, Martin Sebor wrote:
A fix for 84851 - missing -Wclass-memaccess for a memcpy in a copy
ctor with a non-trivial member was implemented but disabled for GCC
8 but because it was late, with the expectation we would enable it
for GCC 9. The attached removes the code that guards the full fix
to enable it.
Martin