[Bug c/103810] -fallow-parameterless-variadic-functions flag could use a testcase that covers its documentation better

2022-06-02 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103810 --- Comment #2 from Eric Gallager --- (In reply to jos...@codesourcery.com from comment #1) > Note also that there is a proposal for C23 (N2854) to allow such > functions, including changing the requirements on va_start to make it > possible

[Bug c/103810] -fallow-parameterless-variadic-functions flag could use a testcase that covers its documentation better

2021-12-30 Thread joseph at codesourcery dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103810 --- Comment #1 from joseph at codesourcery dot com --- Note also that there is a proposal for C23 (N2854) to allow such functions, including changing the requirements on va_start to make it possible to read their arguments.