Commit 497018686d4df0012ea7bf1a4ab41b918b5e65bc

Anthony Green 2019-11-19T10:07:16

Disable type warnings for or1k.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/testsuite/libffi.call/huge_struct.c b/testsuite/libffi.call/huge_struct.c
index 187c42c..1915c3f 100644
--- a/testsuite/libffi.call/huge_struct.c
+++ b/testsuite/libffi.call/huge_struct.c
@@ -7,7 +7,7 @@
 
 /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
 /* { dg-options -mlong-double-128 { target powerpc64*-*-linux* } } */
-/* { dg-options -Wformat=0 { target moxie*-*-elf } } */
+/* { dg-options -Wformat=0 { target moxie*-*-elf or1k-*-* } } */
 
 #include "ffitest.h"