2 pr34176.c from the execute part of the gcc torture tests.
9 #pragma disable_warning 85
10 #pragma disable_warning 225
15 typedef unsigned int index_ty
;
16 typedef index_ty
*index_list_ty
;
24 struct mult_index_list
26 struct mult_index
*item
;
30 struct mult_index
*item2
;
35 hash_find_entry (size_t *result
)
41 extern void abort (void);
52 testTortureExecute (void)
60 hash_find_entry (&list
);
63 struct mult_index
*destptr
;
64 struct mult_index
*dest
;
65 size_t new_max
= nitems
+ len2
;
75 nitems
= destptr
- dest
;