On 06/05/2012 07:00 AM, Paolo Carlini wrote:
(construct_virtual_base): Adjust LOOKUP_COMPLAIN -> LOOKUP_NORMAL.
This and the similar changes elsewhere seem dangerous; they're adding adding LOOKUP_PROTECT that wasn't there before. Instead, let's replace LOOKUP_COMPLAIN with 0 or some macro defined to 0.
I would also keep the LOOKUP_PROTECT macro rather than replace its uses with LOOKUP_NORMAL.
Jason