https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126061
Bug ID: 126061
Summary: bpf: support returning small record arguments by value
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: ---
The LLVM pull request https://github.com/llvm/llvm-project/pull/206876 applies
the rules for passing small structs by value in Bug 107438 in order to return
small structs by value.