RE: Supporting multiple pointer sizes in GCC

2011-03-28 Thread Jayant R. Sonar
nal Message- From: Paul Koning [mailto:paul_kon...@dell.com] Sent: Friday, March 25, 2011 11:20 PM To: DJ Delorie Cc: Jayant R. Sonar; gcc@gcc.gnu.org Subject: Re: Supporting multiple pointer sizes in GCC On Mar 25, 2011, at 1:37 PM, DJ Delorie wrote: > > "Jayant R. Sonar"

Supporting multiple pointer sizes in GCC

2011-03-25 Thread Jayant R. Sonar
Hello, Is it possible to support multiple pointer sizes (e.g. 16bit, 32bit) which can co-exist in single compilation unit? I want to add this support in backend code of a target architecture for C and C++ languages. I referred an old discussion about same topic on following URL: http://gcc.gnu.