mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-20 20:04:20 +08:00
On backends that rely on gfunc_return() to handle structures returned in registers (like RISC-V), gfunc_return() may generate invalid loads for structures without VT_LOCAL and VT_LVAL. This commit fixes it and adds a regression test (131_return_struct_in_reg) |
||
|---|---|---|
| .. | ||
| pp | ||
| tests2 | ||
| 42test.h | ||
| abitest.c | ||
| arm-asm-testsuite.sh | ||
| asm-c-connect-1.c | ||
| asm-c-connect-2.c | ||
| asmtest.S | ||
| boundtest.c | ||
| bug.c | ||
| gcctestsuite.sh | ||
| libtcc_test_mt.c | ||
| libtcc_test.c | ||
| Makefile | ||
| tcctest.c | ||
| tcctest.h | ||
| testfp.c | ||
| vla_test.c | ||