[Bug target/124698] New: bpf: support stack arguments
jemarch at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Mar 30 14:40:12 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124698
Bug ID: 124698
Summary: bpf: support stack arguments
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: jemarch at gcc dot gnu.org
Target Milestone: ---
This bugzilla is for tracking the design and GCC side implementation of the
ability of passing stack arguments on the stack in BPF. This is the
corresponding LLVM thread/PR:
https://github.com/llvm/llvm-project/pull/189060
The main motivation for this is to be able to passs more than five arguments in
function calls, which is currently a severe limitation in the target.
More information about the Gcc-bugs
mailing list