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: Unreviewed patch for PR 11297


	Has the effect of the patch on AIX been tested?  I would test it
if the trunk bootstrap on AIX were fixed.

	What is the benefit of the vthunk static alias anyway?

	BTW, a "nop" after a thunk call when using ABI_AIX is irrelevant
because the called function will not return through the thunk anyway.
Something else needs to ensure the TOC register is restored at the
original call site, but normally one calls through a function pointer.

David


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