Ping.
On Mon, Nov 11, 2013 at 9:46 AM, Easwaran Raman <era...@google.com> wrote: > Ping. > > On Thu, Nov 7, 2013 at 11:14 AM, Easwaran Raman <era...@google.com> wrote: >> Before r193504, if a method can not be overridden, LOOKUP_NONVIRTUAL >> is set and the call is direct. The changes at r193504 (to fix PR >> c++/11750) caused a regression to this behavior. This patch attempts >> to fix that. Bootstraps and no test regressions on x86_64/linux. Is >> this a correct fix and is this ok for trunk? >> >> Thanks, >> Easwaran >> >> 2013-11-07 Easwaran Raman <era...@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. >> >> testsuite/ChangeLog: >> >> 2013-11-07 Easwaran Raman <era...@google.com> >> >> PR c++/59031 >> * g++.dg/inherit/virtual11.C: New test.