[PR c++/82424] Dont convert dependent types
authorNathan Sidwell <nathan@acm.org>
Fri, 6 Oct 2017 16:02:13 +0000 (16:02 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 6 Oct 2017 16:02:13 +0000 (16:02 +0000)
commit9db84ecedae899c04ac693d970120a065c58350e
tree6e6aeb940d2d46d4759c66abf23c8d6b408dabc2
parent7260f6f79cd3aea6580013d386ce0fd8696a6b19
[PR c++/82424] Dont convert dependent types

https://gcc.gnu.org/ml/gcc-patches/2017-10/msg00385.html
cp/
PR c++/82424
* name-lookup.c (check_local_shadow): Don't try and convert
dependent types.

testsuite/
PR c++/82424
* g++.dg/warn/pr82424.C: New.

From-SVN: r253496
gcc/cp/ChangeLog
gcc/cp/name-lookup.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/warn/pr82424.C [new file with mode: 0644]