This is the mail archive of the gcc-bugs@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]

[Bug ada/80626] [7/8 Regression] Ada x32 multilib build failure for a-cfinve.ads


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80626

--- Comment #7 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> ---
Author: hjl
Date: Wed May 10 17:36:50 2017
New Revision: 247850

URL: https://gcc.gnu.org/viewcvs?rev=247850&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.

        Back port from mainline
        PR ada/80626
        * system-linux-x86.ads (Memory_Size): Use Long_Integer'Size
        instead of Word_Size.

Modified:
    branches/gcc-7-branch/gcc/ada/ChangeLog
    branches/gcc-7-branch/gcc/ada/system-linux-x86.ads

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