Hi Richard,
I'll reply to this message only to avoid almost identical emails
for each commented on patch.
Thank you for your comments and suggestions!
I've made fixes as per your comments and uploaded v4:
https://inbox.sourceware.org/gcc-patches/20241114123713.4046367-1-yury.khrusta...@arm.com/
Yury Khrustalev writes:
> From: Richard Ball
>
> This patch adds a new testcase and docs for indirect_return
> attribute.
>
> gcc/ChangeLog:
>
> * doc/extend.texi: Add AArch64 docs for indirect_return
> attribute.
>
> gcc/testsuite/ChangeLog:
>
> * gcc.target/aarch64/indirect_re
From: Richard Ball
This patch adds a new testcase and docs for indirect_return
attribute.
gcc/ChangeLog:
* doc/extend.texi: Add AArch64 docs for indirect_return
attribute.
gcc/testsuite/ChangeLog:
* gcc.target/aarch64/indirect_return-1.c: New test.
* gcc.target