diff --git a/gcc/cccp.c b/gcc/cccp.c index 20bd11946dd..d960c7c4e77 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -8314,6 +8314,8 @@ macarg1 (start, limit, depthptr, newlines, comments, rest_args) if (*bp == '\n') ++*newlines; bp++; } + /* Now count the newline that we are about to skip. */ + ++*newlines; break; } if (bp[1] != '*' || bp + 1 >= limit)