20090223-1.c: Add -Wno-implicit-function-declaration option.
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Mon, 23 Feb 2015 08:09:28 +0000 (08:09 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Mon, 23 Feb 2015 08:09:28 +0000 (08:09 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/s390/20090223-1.c
gcc/testsuite/gcc.target/s390/pr42224.c
gcc/testsuite/gcc.target/s390/pr55718.c

index 898fdb6d06b4ec0177bb594a6ac1072ffdc07c3c..ec35a83b8fbbff46c6b4f9f666bbbad8fc2ad198 100644 (file)
@@ -1,3 +1,10 @@
+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.
index 1bf0f2fe8f3bca569d62f81c8c705c1940ecbf61..18355f990e5f939bd90e2a07d14a698c3e3fe5fc 100644 (file)
@@ -3,7 +3,7 @@
    register asm ("0").  */
 
 /* { dg-do run } */
-/* { dg-options "-O2 -Wno-attributes" } */
+/* { dg-options "-O2 -Wno-attributes -Wno-implicit-function-declaration" } */
 
 extern void abort (void);
 
index c1ccf28d5a8e752fbbcf4ca4d4917e11a71871c8..67146d20fb9bf2dc001f0172b5c04f267127df58 100644 (file)
@@ -1,6 +1,5 @@
-
 /* { 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)));
index a82d435229b146ebca850fb118d7c2405f9fb760..14787a583515b05b64cbdec11b68f675d8f9fcf0 100644 (file)
@@ -1,7 +1,7 @@
 /* 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];