Re: [PATCH, PR 57670] Do not turn member pointers to builtin_unreachable

2013-06-24 Thread Jan Hubicka
> Hi, > > I have made a mistake when I decided to redirect member-pointer calls > to builtin_unreachable because I wrongly thought there are two calls, > one for the VMT lookup and other for non-virtual members and thought > only the second got redirected. However, even though there are two > dif

[PATCH, PR 57670] Do not turn member pointers to builtin_unreachable

2013-06-24 Thread Martin Jambor
Hi, I have made a mistake when I decided to redirect member-pointer calls to builtin_unreachable because I wrongly thought there are two calls, one for the VMT lookup and other for non-virtual members and thought only the second got redirected. However, even though there are two different lookups