This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Unreviewed patch for PR 11297
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 07 Jul 2003 15:52:54 -0400
- Subject: 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