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: [PATCH, i386]: Fix PR target/34856: ICE with some constant vectors



+ pin = (VU32){(uintptr_t) &g[16]};

Please use


typedef unsigned __attribute__ ((__mode__ (__pointer__))) uintptr_t;

instead of including stdint.h which might not be there.

And also, define VU32 as a vector of uintptr_t's.

Paolo


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