Commit b1247df7 by Ulrich Weigand Committed by Ulrich Weigand

20030123-1.c: Add prototypes for builtin functions.

	* gcc.dg/20030123-1.c: Add prototypes for builtin functions.
	* gcc.dg/20040305-1.c: Likewise.

From-SVN: r87893
parent 588d1952
2004-09-23 Ulrich Weigand <uweigand@de.ibm.com>
* gcc.dg/20030123-1.c: Add prototypes for builtin functions.
* gcc.dg/20040305-1.c: Likewise.
2004-09-22 Joseph S. Myers <jsm@polyomino.org.uk>
PR c/16566
......
......@@ -3,6 +3,8 @@
/* { dg-do compile { target s390*-*-* } } */
/* { dg-options "-O2 -fno-omit-frame-pointer" } */
extern void *alloca (__SIZE_TYPE__);
void func (char *p);
void test (void)
......
......@@ -8,6 +8,9 @@
/* { dg-do run { target s390-*-* } } */
/* { dg-options "-O3 -mtune=z990 -fno-inline" } */
extern void exit (int);
extern void abort (void);
int f;
int g;
int h;
......
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