diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-08 09:24:53 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-08 09:24:53 +0000 |
| commit | 7ebb26de1fef5ebfd7cd8cd9ee5532a7eeb7f9d7 (patch) | |
| tree | 7e192906f1bd0253e633a4398404d17f9998fd36 | |
| parent | 595d8922bac1a80410c835a5de54e1451fb03375 (diff) | |
| download | ppe42-gcc-7ebb26de1fef5ebfd7cd8cd9ee5532a7eeb7f9d7.tar.gz ppe42-gcc-7ebb26de1fef5ebfd7cd8cd9ee5532a7eeb7f9d7.zip | |
* gcc.dg/noncompile/920923-1.c: Declare calloc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35567 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.dg/noncompile/920923-1.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index febc005df0c..7d0b0a170a4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2000-08-08 Richard Henderson <rth@cygnus.com> + + * gcc.dg/noncompile/920923-1.c: Declare calloc. + 2000-08-08 Joseph S. Myers <jsm28@cam.ac.uk> * gcc.dg/noncompile/const-ll-1.c: New test. diff --git a/gcc/testsuite/gcc.dg/noncompile/920923-1.c b/gcc/testsuite/gcc.dg/noncompile/920923-1.c index 4f03b9fafbf..57d40653b65 100644 --- a/gcc/testsuite/gcc.dg/noncompile/920923-1.c +++ b/gcc/testsuite/gcc.dg/noncompile/920923-1.c @@ -96,6 +96,8 @@ int hash_size; } } +extern void *calloc(__SIZE_TYPE__, __SIZE_TYPE__); + void init_mem() { |

