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: Size of basic types


> Zack Weinberg writes:
>>Jean-Eric Cuendet <jec@rptec.ch> writes:
>> Hi,
>> I work under 64 bits Linux on AMD64 and GCC 3.4
>> I have:
>> int => 32
>> long => 64
>> long long => 64
>> void* => 64
>>
>> Is it possible to have:
>> int => 32
>> long => 32
>> long long => 64
>> void* => 64
>
> No.  This will never be supported

Do you mean GCC can't support the desired type size specification for some
reason; or that it's not consistent Linux's 64-bit kernel/library API type
size requirements/assumptions?




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