This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

primitive type size


Hi all,

I have a question I hope you can help to clarify.

Context: I know Unix/*Linux uses the data model LP64.
http://www.unix.org/version2/whatsnew/lp64_wp.html

I'd like to know if gcc uses the data model information of the underlying
OS to decide the size of the primitive type since the C++ standard does not
dictate any size.

appreciated any help.
/Ono


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