Matt Turner <matts...@gmail.com> writes:

  gcc49 is using the o32 ABI, so you don't have native 64-bit types. I
  imagine that long long is emulated on o32, so a 64-bit load is
  actually 2x 32-bit loads.
  
gcc49 is not "using the o32 ABI".

Perhaps some compiler on ths system defaults to using the o32 abi, but
surely that compiler accepts -mabi={32,n32,64}.

(I autobuild GMP using all three ABIs on this system.)

-- 
Torbjörn

_______________________________________________
Gcc-cfarm-users mailing list
Gcc-cfarm-users@gna.org
https://mail.gna.org/listinfo/gcc-cfarm-users

Reply via email to