diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3838f3f4b1d..0465625cc6e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-01-31 Dave Brolley + + * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'. + 2000-01-31 Jason Merrill * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the diff --git a/gcc/cccp.c b/gcc/cccp.c index 301122b8a03..8771d0d3844 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -8486,7 +8486,7 @@ struct argdata { int stringified_length_bound; U_CHAR *free1, *free2; U_CHAR *free_ptr; - char newlines; + int newlines; char use_count; };