From d794ab85f7b14b546701c23f357d49bbab474d39 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Wed, 28 Nov 2018 21:25:06 +0000 Subject: [PR c++/87531] operator= lookup in templates https://gcc.gnu.org/ml/gcc-patches/2018-11/msg02301.html PR c++/87531 * class.c (finish_struct): In a template, add artificial using decl for operator=. * g++.dg/lookup/pr87531.C: New. From-SVN: r266590 --- gcc/cp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gcc/cp/ChangeLog') diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 5af15e3..8b8a857 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +2018-11-28 Nathan Sidwell + + PR c++/87531 + * class.c (finish_struct): In a template, add artificial using + decl for operator=. + 2018-11-28 Jan Hubicka * except.c (do_allocate_exception): Annotate __cxa_allocate_exception -- cgit v1.1