Re: [PATCH v3 21/23] aarch64: Add tests and docs for indirect_return attribute

2024-11-14 Thread Yury Khrustalev
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/

Re: [PATCH v3 21/23] aarch64: Add tests and docs for indirect_return attribute

2024-11-13 Thread Richard Sandiford
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

[PATCH v3 21/23] aarch64: Add tests and docs for indirect_return attribute

2024-11-08 Thread Yury Khrustalev
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