diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-23 21:01:46 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-23 21:01:46 +0000 |
commit | b941b4ce7a346ea74208989d8c48637d28eee815 (patch) | |
tree | 971f6a535d597aa1a2375e50049f8a5f22a27d8d /gcc/cp/ChangeLog | |
parent | e4329d20b91691039f87087d146d3fa713295793 (diff) | |
download | gcc-b941b4ce7a346ea74208989d8c48637d28eee815.tar.gz |
PR c++/59031
* call.c (build_new_method_call_1): Comnpare function context
with BASELINK_BINFO type rather than instance type before
marking the call with LOOKUP_NONVIRTUAL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205317 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 91e4132907b..aadecddc413 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,10 @@ +2013-11-23 Easwaran Raman <eraman@google.com> + + PR c++/59031 + * call.c (build_new_method_call_1): Comnpare function context + with BASELINK_BINFO type rather than instance type before + marking the call with LOOKUP_NONVIRTUAL. + 2013-11-23 Jason Merrill <jason@redhat.com> PR c++/58868 |