aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2003-07-01 17:35:00 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2003-07-01 17:35:00 +0000
commit42596037d7d1e2f4b606b8bd688bd8cc8cdc6eff (patch)
tree159a8192eabf203856c8feda4fc3bd3c509c6c41 /gcc/cp/ChangeLog
parentc2935682d828ba7dbe3e1e3c0ac43880bbe0c7af (diff)
re PR c++/11149 (ICE on error when instantiation with call function of a base type)
PR c++/11149 * call.c (resolve_scoped_fn_name): Check that the qualifying scope is a class type. PR c++/11149 * g++.dg/lookup/scoped6.C: New test. From-SVN: r68781
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 3ea0c798a35..e5cae72b457 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,5 +1,11 @@
2003-07-01 Mark Mitchell <mark@codesourcery.com>
+ PR c++/11149
+ * call.c (resolve_scoped_fn_name): Check that the qualifying scope
+ is a class type.
+
+2003-07-01 Mark Mitchell <mark@codesourcery.com>
+
PR c++/9559
* decl2.c (grokfield): Do not build NOP_EXPRs around the
error_mark_node.