2015-02-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* gcc.target/s390/
20090223-1.c: Add
-Wno-implicit-function-declaration option.
* gcc.target/s390/pr42224.c: Likewise.
* gcc.target/s390/pr55718.c: Likewise.
From-SVN: r220905
+2015-02-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
+
+ * gcc.target/s390/20090223-1.c: Add
+ -Wno-implicit-function-declaration option.
+ * gcc.target/s390/pr42224.c: Likewise.
+ * gcc.target/s390/pr55718.c: Likewise.
+
2015-02-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* gcc.target/s390/hotpatch-1.c: Remove --save-temps option.
register asm ("0"). */
/* { dg-do run } */
-/* { dg-options "-O2 -Wno-attributes" } */
+/* { dg-options "-O2 -Wno-attributes -Wno-implicit-function-declaration" } */
extern void abort (void);
-
/* { dg-do compile } */
-/* { dg-options "-O0" } */
+/* { dg-options "-O0 -Wno-implicit-function-declaration" } */
typedef char* __char_ptr32 __attribute__ (( mode (SI) ));
typedef __char_ptr32 *__char_ptr_char_ptr32 __attribute__ ((mode (SI)));
/* PR target/55717 */
/* { dg-do compile } */
-/* { dg-options "-O2 -march=z10 -fPIC" } */
+/* { dg-options "-O2 -march=z10 -fPIC -Wno-implicit-function-declaration" } */
extern char temp[];
short ansi_value[256];