Re: Fix for PR c++/59031

2013-11-23 Thread Jason Merrill
On 11/07/2013 02:14 PM, Easwaran Raman 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

Re: Fix for PR c++/59031

2013-11-15 Thread Easwaran Raman
Ping. On Mon, Nov 11, 2013 at 9:46 AM, Easwaran Raman wrote: > Ping. > > On Thu, Nov 7, 2013 at 11:14 AM, Easwaran Raman 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 reg

Re: Fix for PR c++/59031

2013-11-11 Thread Easwaran Raman
Ping. On Thu, Nov 7, 2013 at 11:14 AM, Easwaran Raman 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