On Thu, 8 May 2014, Ramana Radhakrishnan wrote: > <DATE> Ramana Radhakrishnan <ramana.radhakrish...@arm.com> > > * wide-int.cc (UTItype): Define. > (UDWtype): Define for appropriate W_TYPE_SIZE.
This breaks builds for 32-bit hosts, where TImode isn't supported. You can only use TImode on the host if it's 64-bit. wide-int.cc:37:56: error: unable to emulate 'TI' -- Joseph S. Myers jos...@codesourcery.com