This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ptrmem.C conflict with PSImode pointers


>>>>> "Joern" == Joern Rennecke <amylaar@cambridge.redhat.com> writes:

>> No.  A pointer to data member is not a pointer; it is an offset, and should
>> have the same representation as ptrdiff_t.

> So should I change this bit in stor-layout.c:layout_type ?

>     case OFFSET_TYPE:
>       TYPE_SIZE (type) = bitsize_int (POINTER_SIZE);
>       TYPE_SIZE_UNIT (type) = size_int (POINTER_SIZE / BITS_PER_UNIT);
>       TYPE_MODE (type) = ptr_mode;
>       break;

Yes, I suppose so.  Though hopefully only the mode should be different.

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]