Host/Target confusion in Dwarf output

Richard Kenner kenner@vlsi1.ultra.nyu.edu
Thu Jul 12 20:47:00 GMT 2007


    > HOST_WIDE_INT is the wide integer type used throughout the compiler.

    I haven't looked at the definition.

    Is it guaranteed to hold all target integer sizes?  

No.

    How does this work for 32-bit hosts and 64-bit targets?

Often we use "long long" for HOST_WIDE_INT, but in other cases, the
answer is "not as well as we might like".



More information about the Gcc mailing list