On 05/12/2012 04:55 AM, Jason Merrill wrote:
On 05/11/2012 06:03 AM, Paolo Carlini wrote:
        if (TYPE_PTR_P (type)
&&  !TYPE_PTRFN_P (type)
- &&  !TYPE_PTR_TO_MEMBER_P (type))
+ &&  !TYPE_PTRMEM_P (type))
The check for !pointer to member is no longer necessary, since they 
don't use POINTER_TYPE.
OK with that change.
Applied, thanks!

Paolo.

Reply via email to