aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2017-10-06 16:02:13 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2017-10-06 16:02:13 +0000
commit9db84ecedae899c04ac693d970120a065c58350e (patch)
tree6e6aeb940d2d46d4759c66abf23c8d6b408dabc2 /gcc/cp/ChangeLog
parent7260f6f79cd3aea6580013d386ce0fd8696a6b19 (diff)
downloadgcc-9db84ecedae899c04ac693d970120a065c58350e.zip
gcc-9db84ecedae899c04ac693d970120a065c58350e.tar.gz
gcc-9db84ecedae899c04ac693d970120a065c58350e.tar.bz2
[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
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index ea0e8b6..b2813eb 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2017-10-06 Nathan Sidwell <nathan@acm.org>
+
+ PR c++/82424
+ * name-lookup.c (check_local_shadow): Don't try and convert
+ dependent types.
+
2017-10-06 Jakub Jelinek <jakub@redhat.com>
PR c++/82299