When compiling the following C code using gcc RISC-V cross-compiler
typedef struct Point { int x; int y; int z; } Point; int sum(Point* p, int n,