aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authordje <>2005-10-12 14:03:12 +0000
committerdje <>2005-10-12 14:03:12 +0000
commitb77433d91571acc9eef86a55e801f373798a740e (patch)
tree324cd027c3ee931d7f71d73e49351dd2b51fab4c /gcc/cp/ChangeLog
parenta180c42d4323277428b01d88c71b0fa3839b76f0 (diff)
PR c++/23730
* call.c (build_object_call): If BINFO is NULL, bypass lookup_fnfields and set fns to NULL_TREE.
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 a7e97037dea..23eeadec61c 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-12 David Edelsohn <edelsohn@gnu.org>
+
+ PR c++/23730
+ * call.c (build_object_call): If BINFO is NULL, bypass
+ lookup_fnfields and set fns to NULL_TREE.
+
2005-10-12 Paolo Bonzini <bonzini@gnu.org>
PR c++/24052