https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104656
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> --- The 5 words of arguments limitation in BPF is very severe, shouldn't the backend do something smarter in that case and say pass in that case the arguments but the first 4 words e.g. by invisible reference (push all the remaining arguments to stack and pass address of the first such argument as a pointer)?