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: Host/Target confusion in Dwarf output


Eric Botcazou wrote:
Why would the RTL represent target CONST_INT as HOST_WIDE_INT?

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?  How
does this work for 32-bit hosts and 64-bit targets?

--
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077


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