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: alpha-linux-x-mn10300-elf won't build libstdc++


On Apr 21, 2000, Richard Henderson <rth@cygnus.com> wrote:

> On Fri, Apr 21, 2000 at 02:33:32PM -0300, Alexandre Oliva wrote:
>> > No.  You're papering over the code that's assuming 32-bit ints.
>> 
>> But target ints *are* 32-bits long.

> It was HOST_WIDE_INT that I was talking about.

I got that, but the code stores INTVALs in longs, that are guaranteed
by the C Standard to be 32-bits or wider, and it only cares about the
lower 32 bits.  I can't see what's wrong with it.  Can you please
point it out?

-- 
Alexandre Oliva    Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


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