diff options
Diffstat (limited to 'gcc/tree-object-size.c')
-rw-r--r-- | gcc/tree-object-size.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-object-size.c b/gcc/tree-object-size.c index eb08b33..1978477 100644 --- a/gcc/tree-object-size.c +++ b/gcc/tree-object-size.c @@ -36,9 +36,9 @@ along with GCC; see the file COPYING3. If not see struct object_size_info { int object_size_type; - bitmap visited, reexamine; - int pass; + unsigned char pass; bool changed; + bitmap visited, reexamine; unsigned int *depths; unsigned int *stack, *tos; }; |