[PR c++/84434] ICE with deduction guide
commit7ebb6d0e161d68b76c08e94dddb23de0e7a6fda2
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Mar 2018 22:08:02 +0000 (1 22:08 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Mar 2018 22:08:02 +0000 (1 22:08 +0000)
treef9d0aa6cc04b211372ee1f64d265b4033d030cd5
parentfbabafbdae9a9f20405f95b15df519d27a526ef1
[PR c++/84434] ICE with deduction guide

https://gcc.gnu.org/ml/gcc-patches/2018-03/msg00063.html
PR c++/84434
* name-lookup.c (member_vec_dedup): Remove manually peeled
iteration.  Ignore dependent ctor inheritance.

PR c++/84434
* g++.dg/template/pr84434.C: New.

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