summaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-06 14:37:56 +0000
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-06 14:37:56 +0000
commit1ccd95c62eb754337ffcf162123cf4c3dae47f96 (patch)
treed81f4617c1565f420a1b2806cdc7a9dc9f329f83 /gcc
parent66c7b22b238e0e95c575d32f74b9b765a9704ebd (diff)
downloadppe42-gcc-1ccd95c62eb754337ffcf162123cf4c3dae47f96.tar.gz
ppe42-gcc-1ccd95c62eb754337ffcf162123cf4c3dae47f96.zip
* gcc.c-torture/execute/20001203-2.c (main):
Count argument is of type __SIZE_TYPE__. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41153 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.c-torture/execute/20001203-2.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 5e4c1552010..915ba678f1d 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+Fri Apr 6 15:36:15 2001 J"orn Rennecke <amylaar@redhat.com>
+
+ * gcc.c-torture/execute/20001203-2.c (main):
+ Count argument is of type __SIZE_TYPE__.
+
2001-04-04 Diego Novillo <dnovillo@redhat.com>
* gcc.c-torture/compile/20010404-1.c: New test.
diff --git a/gcc/testsuite/gcc.c-torture/execute/20001203-2.c b/gcc/testsuite/gcc.c-torture/execute/20001203-2.c
index 55d63ffa4a7..03aabed9351 100644
--- a/gcc/testsuite/gcc.c-torture/execute/20001203-2.c
+++ b/gcc/testsuite/gcc.c-torture/execute/20001203-2.c
@@ -41,7 +41,7 @@ void * xmalloc (unsigned int z);
void _obstack_newchunk (struct obstack *o, int i);
void get_discrete_bounds (long long *lowp, long long *highp);
-extern void *memset(void *, int, unsigned int);
+extern void *memset(void *, int, __SIZE_TYPE__);
struct type *
create_array_type (struct type *result_type, struct type *element_type)
OpenPOWER on IntegriCloud