public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-1056] gcc: xtensa: fix pr95571 test for call0 ABI
@ 2022-06-12  5:50 Max Filippov
  0 siblings, 0 replies; only message in thread
From: Max Filippov @ 2022-06-12  5:50 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ff500e1cf16d95d9400da6b7d11020f5cb8524ad

commit r13-1056-gff500e1cf16d95d9400da6b7d11020f5cb8524ad
Author: Max Filippov <jcmvbkbc@gmail.com>
Date:   Sat Jun 11 18:51:44 2022 -0700

    gcc: xtensa: fix pr95571 test for call0 ABI
    
    gcc/testsuite/
            * g++.target/xtensa/pr95571.C (__xtensa_libgcc_window_spill):
            New definition.

Diff:
---
 gcc/testsuite/g++.target/xtensa/pr95571.C | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gcc/testsuite/g++.target/xtensa/pr95571.C b/gcc/testsuite/g++.target/xtensa/pr95571.C
index 59fe2852838..354e8cc660c 100644
--- a/gcc/testsuite/g++.target/xtensa/pr95571.C
+++ b/gcc/testsuite/g++.target/xtensa/pr95571.C
@@ -3,6 +3,12 @@
 extern "C" void abort(void);
 extern "C" void __xtensa_libgcc_window_spill(void);
 
+#ifdef __XTENSA_CALL0_ABI__
+void __xtensa_libgcc_window_spill(void)
+{
+}
+#endif
+
 static int call;
 static int cnt;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-12  5:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-12  5:50 [gcc r13-1056] gcc: xtensa: fix pr95571 test for call0 ABI Max Filippov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).