This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR c/3711
On Sun, Mar 10, 2002 at 01:07:52AM -0500, David Edelsohn wrote:
> FYI, this new testcase is failing on AIX. Is the patch suppose to
> prevent this failure?
Yes on arches which use the standard va_arg handling.
rs6000 is not such architecture, so it needs to be fixed separately
(I believe it is broken in most ports which have their own
va_arg handling, since builtin va_arg was implemented, which means it is a
regression since 2.95.x, but not a regression since 3.0.x).
Jakub