[cfe-commits] Bug 11709 Fix: va_list on ARM is not following AAPCS 7.1.4
Anton Korobeynikov
anton at korobeynikov.info
Thu Oct 11 13:46:07 PDT 2012
Hi Weiming,
> Thanks for reviewing.
> I don't have commit access.
> Can you help to commit it?
I'm seeing the copy-ctor assertion every time someone is using
__builtin_va_arg. Will you please fix and add the testcase for it as
well?
Something like:
__builtin_va_list ap;
foo = __builtin_va_arg(ap, int)
Thanks!
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the cfe-commits
mailing list