This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Endianess
- To: Stephen Williams <steve at icarus dot com>, Michael Gschwind <mikeg at watson dot ibm dot com>
- Subject: Re: Endianess
- From: Richard Henderson <rth at cygnus dot com>
- Date: Sat, 15 Aug 1998 21:08:58 -0700
- Cc: egcs at cygnus dot com
- References: <9808131349.AA35292@rios8.watson.ibm.com> <199808152110.OAA00729@icarus.com>
- Reply-To: Richard Henderson <rth at cygnus dot com>
On Sat, Aug 15, 1998 at 02:10:47PM -0700, Stephen Williams wrote:
> The MSVC++ compiler for alpha does 32bit integers, longs and pointers,
> whereas the egcs compiler does 32bit integers but 64bit longs and pointers.
It is tangential to your point, but "no it doesn't". The gcc alpha
machine description for NT has 32-bit longs and pointers.
r~