diff options
author | Alexandre Oliva <aoliva@cygnus.com> | 2000-05-28 13:42:47 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2000-05-28 13:42:47 +0000 |
commit | e801c5c2674bf98df9cf3991465945cd439e828c (patch) | |
tree | 87793bf7c491dd73dc5631f6f16f7bb8a1a38b2c /gcc/testsuite/gcc.c-torture | |
parent | 9193780a0eb4557e075d730dfcb23427dbf44c96 (diff) | |
download | gcc-e801c5c2674bf98df9cf3991465945cd439e828c.zip gcc-e801c5c2674bf98df9cf3991465945cd439e828c.tar.gz gcc-e801c5c2674bf98df9cf3991465945cd439e828c.tar.bz2 |
code-gen4.C: Include stdio.h and stdlib.h.
* g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
stdlib.h. Call abort() on failure.
* g++.old-deja/g++.law/refs4.C: Likewise.
* g++.old-deja/g++.law/temps4.C: Likewise.
* g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
* gcc.c-torture/execute/20000112-1.c: Include string.h.
From-SVN: r34233
Diffstat (limited to 'gcc/testsuite/gcc.c-torture')
-rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/20000112-1.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.c-torture/execute/20000112-1.c b/gcc/testsuite/gcc.c-torture/execute/20000112-1.c index 7f6e584..080b662 100644 --- a/gcc/testsuite/gcc.c-torture/execute/20000112-1.c +++ b/gcc/testsuite/gcc.c-torture/execute/20000112-1.c @@ -1,3 +1,5 @@ +#include <string.h> + static int special_format (fmt) const char *fmt; |