[Bug ada/80626] [7/8 Regression] Ada x32 multilib build failure for a-cfinve.ads
hjl at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed May 10 17:37:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80626
--- Comment #6 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> ---
Author: hjl
Date: Wed May 10 17:35:02 2017
New Revision: 247849
URL: https://gcc.gnu.org/viewcvs?rev=247849&root=gcc&view=rev
Log:
Ada/x32: PR ada/80626: Correct Memory_Size
X32 uses 64 as word size instead of 32. This must not affect the
Address type definition which is based on Memory_Size.
PR ada/80626
* system-linux-x86.ads (Memory_Size): Use Long_Integer'Size
instead of Word_Size.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/system-linux-x86.ads
More information about the Gcc-bugs
mailing list