aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/ChangeLog
diff options
context:
space:
mode:
authorOllie Wild <aaw@google.com>2007-08-10 18:12:12 +0000
committerOllie Wild <aaw@gcc.gnu.org>2007-08-10 18:12:12 +0000
commit19831e2b8b1c4dbf238c9b122d2022ff67046732 (patch)
treed22743d3e641704b4a17c35b436280d174a920e4 /gcc/testsuite/ChangeLog
parent68a57691dc5d712bff5c70691dd90c0c670022d0 (diff)
downloadgcc-19831e2b8b1c4dbf238c9b122d2022ff67046732.zip
gcc-19831e2b8b1c4dbf238c9b122d2022ff67046732.tar.gz
gcc-19831e2b8b1c4dbf238c9b122d2022ff67046732.tar.bz2
name-lookup.c (do_nonmember_using_decl): Print an error for ambiguous type lookups.
gcc/cp/ * name-lookup.c (do_nonmember_using_decl): Print an error for ambiguous type lookups. (ambiguous_decl): Construct tree of ambiguous types. Remove extaneous function parameter. (unqualified_namespace_lookup): Fix ambiguous_decl call. (lookup_using_namespace): Fix ambiguous_decl call. (qualified_lookup_using_namespace): Fix ambiguous_decl call. gcc/testsuite/ * g++.dg/lookup/using18.C: New test. From-SVN: r127347
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r--gcc/testsuite/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index e380348..0712f70 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2007-08-10 Ollie Wild <aaw@google.com>
+
+ * g++.dg/lookup/using18.C: New test.
+
2007-08-10 Paolo Carlini <pcarlini@suse.de>
PR c++/17763