Commit bdb3d161 by Andreas Krebbel Committed by Andreas Krebbel

20090223-1.c: Add -Wno-implicit-function-declaration option.

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
parent dd3b6111
2015-02-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 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. * gcc.target/s390/hotpatch-1.c: Remove --save-temps option.
* gcc.target/s390/hotpatch-10.c: Remove --save-temps option. * gcc.target/s390/hotpatch-10.c: Remove --save-temps option.
* gcc.target/s390/hotpatch-11.c: Remove --save-temps option. * gcc.target/s390/hotpatch-11.c: Remove --save-temps option.
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
register asm ("0"). */ register asm ("0"). */
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-O2 -Wno-attributes" } */ /* { dg-options "-O2 -Wno-attributes -Wno-implicit-function-declaration" } */
extern void abort (void); extern void abort (void);
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O0" } */ /* { dg-options "-O0 -Wno-implicit-function-declaration" } */
typedef char* __char_ptr32 __attribute__ (( mode (SI) )); typedef char* __char_ptr32 __attribute__ (( mode (SI) ));
typedef __char_ptr32 *__char_ptr_char_ptr32 __attribute__ ((mode (SI))); typedef __char_ptr32 *__char_ptr_char_ptr32 __attribute__ ((mode (SI)));
......
/* PR target/55717 */ /* PR target/55717 */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2 -march=z10 -fPIC" } */ /* { dg-options "-O2 -march=z10 -fPIC -Wno-implicit-function-declaration" } */
extern char temp[]; extern char temp[];
short ansi_value[256]; short ansi_value[256];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment