This is the mail archive of the gcc-patches@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: PATCH: Use long long for 64bit int in config/i386/64/sfp-machine.h


On Thu, Jul 28, 2011 at 3:45 PM, H.J. Lu <hongjiu.lu@intel.com> wrote:
> Hi Ian,
>
> For 64bit x86 targets, long is 32bit for x32 and win64. ?But long long
> is always 64bit. ?This patch removes _WIN64 check. ?OK for trunk?

Isn't that what int64_t is for?


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