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: Fix for AIX bootstrap failure (Was Re: Checking failure building arm-elf)


>>>>> Jan Hubicka writes:

Jan> Thanks.   I wonder why this does not happen on i386 at all, but anyway
Jan> it is incorrect to keep pointers into local decls without preventing
Jan> them from being garbage collected.

	Thanks for helping track down the problem.

	AIX process address spaces use much different ranges than
GNU/Linux and cgraph is hashing pointers, so it is likely that running on
AIX tests a very different hashtable layout.

David


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