On 5/31/25 12:03 AM, Stafford Horne wrote:
In or1k structs are returned from functions using the memory address
passed in r3. In the current version of GCC the struct stores changed
from r11 (the return value) to r3 the incoming memory address. Both of
are valid.
Adjust the test to match what GCC is producing now.
gcc/testsuite/ChangeLog:
* gcc.target/or1k/return-2.c: Fix test.
Given you're the maintainer of this port it seems like you can
self-approve and commit this and the long jump offset patch.
Jeff