PR c++/80891 (#4)
commit87229d1ec3b98f2c04495ab8ab65ca6c4a475e1a
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 May 2017 16:50:41 +0000 (29 16:50 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 May 2017 16:50:41 +0000 (29 16:50 +0000)
tree2fc8718059ccf433205f8e19102a61ef691a7320
parent17d6632403b68b181bcc7224924e791398c7446f
PR c++/80891 (#4)
* ptree.c (cxx_print_xnode): Show internal OVERLOAD structure.
* tree.c (ovl_insert, ovl_iterator_remove_node): Fix copying
assert.

PR c++/80891 (#4)
* g++.dg/lookup/pr80891-4.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@248576 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/ptree.c
gcc/cp/tree.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/lookup/pr80891-4.C [new file with mode: 0644]