From: Andreas Krebbel Date: Mon, 23 Feb 2015 08:09:28 +0000 (+0000) Subject: 20090223-1.c: Add -Wno-implicit-function-declaration option. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bdb3d16189a13b96e7ee6ac05abfb16855710abb;p=gcc.git 20090223-1.c: Add -Wno-implicit-function-declaration option. 2015-02-23 Andreas Krebbel * 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 898fdb6d06b..ec35a83b8fb 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2015-02-23 Andreas Krebbel + + * 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 * gcc.target/s390/hotpatch-1.c: Remove --save-temps option. diff --git a/gcc/testsuite/gcc.target/s390/20090223-1.c b/gcc/testsuite/gcc.target/s390/20090223-1.c index 1bf0f2fe8f3..18355f990e5 100644 --- a/gcc/testsuite/gcc.target/s390/20090223-1.c +++ b/gcc/testsuite/gcc.target/s390/20090223-1.c @@ -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); diff --git a/gcc/testsuite/gcc.target/s390/pr42224.c b/gcc/testsuite/gcc.target/s390/pr42224.c index c1ccf28d5a8..67146d20fb9 100644 --- a/gcc/testsuite/gcc.target/s390/pr42224.c +++ b/gcc/testsuite/gcc.target/s390/pr42224.c @@ -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))); diff --git a/gcc/testsuite/gcc.target/s390/pr55718.c b/gcc/testsuite/gcc.target/s390/pr55718.c index a82d435229b..14787a58351 100644 --- a/gcc/testsuite/gcc.target/s390/pr55718.c +++ b/gcc/testsuite/gcc.target/s390/pr55718.c @@ -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];