https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122260
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Andrew showed how it can be done. Sure, the inline part would need to be
always_inline because otherwise __builtin_va_arg_pack will not work.
