This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 32 bit pointers on Alpha Linux?
On Thu, Mar 09, 2000 at 09:13:38PM -0500, Brad Lucier wrote:
> OK, can I interpret what you're saying is that
> I don't need 32-bit pointers
If you were just looking to build some dusty deck, yes.
If you were looking for the space savings from having
smaller pointers in memory, you're out of luck.
> (but I do get a lot of 64-bit pointers <-> 32-bit ints warnings)?
Yes, but they are harmless given that you'll be using -taso
when linking.
r~