[Bug fortran/118831] C function with variables arguments called from fortran on ARM architecture
tkoenig at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Feb 11 12:18:59 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118831
--- Comment #9 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #8)
> Can stdarg functions (say void foo (int, ...); or for C23 void bar (...);
> too) be represented in C interop?
No, these are not interoperable.
More information about the Gcc-bugs
mailing list