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]
Other format: [Raw text]

Re: Fix variable-size typedef problem


    Why?  I'm pretty sure this breaks s390x, wherein we have an
    extension to allow the user to declare 32-bit pointers even
    in 64-bit mode.  I.e.

      typedef char *small_ptr __attribute__((mode ("SI")));

    We do not want this non-ptr_mode entity linked into this list.

It's actually the other way around: it *fixes* some bugs with those
pointers (and also the ones that force alias set 0).  Look at the related
changes I made a few weeks ago in tree.c.

These are also useful for IA64/VMS.


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