On Sun, Jun 01, 2025 at 09:17:45PM -0600, Jeff Law wrote: > > > 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.
Hi Jeff, Thanks for checking, I usually just like to send out patches to give myself a bit of a cooling off period and allow anyone to spot obvious issues. I have pushed these now. -Stafford