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]

Re: 32 bit pointers on Alpha Linux?


> 
> On Thu, Mar 09, 2000 at 03:30:09PM -0500, Brad Lucier wrote:
> > How do I get gcc to generate code for 32 bit pointers on Alpha?
> 
> You can't. 
> 
> Moreover, -taso on DU doesn't give you 32-bit pointers either.  It
> just makes sure that you can cast to int and back without problem.

OK, can I interpret what you're saying is that
I don't need 32-bit pointers (but I do get a lot
of 64-bit pointers <-> 32-bit ints warnings)? 

That's really all I want---to store a pointer in an int, convert it
back, and have it work.

Brad

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