This is the mail archive of the gcc@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: __uint128_t missing in gcc4, scalar_mode_supported_p not set?



On Jan 9, 2005, at 4:43 AM, Olaf Hering wrote:



glibc fails to build with gcc4 on powerpc-linux.

This was caused by a change by me. 128 bit mode integers where never supported on ppc (32bit mode). Any use of it, caused an ICE which is why we check targetm.scalar_mode_supported_p.

The default targetm.scalar_mode_supported_p is set in target-def.h
to be default_scalar_mode_supported_p which is defined in
targhooks.c.

Thanks,
Andrew Pinski


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