Daily bump.

This commit is contained in:
GCC Administrator
2020-10-21 00:16:36 +00:00
parent deb1365e5c
commit e2e0428854
9 changed files with 770 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
2020-10-20 Nathan Sidwell <nathan@acm.org>
* lex.c (_cpp_lex_direct): Do not complete EOF processing when
parsing_args.
* macro.c (collect_args): Do not unwind fake EOF.
(funlike_invocation_p): Do not unwind fake EOF.
(cpp_context): Replace abort with gcc_assert.
2020-10-19 Nathan Sidwell <nathan@acm.org>
* internal.h (struct cpp_reader): Rename 'eof' field to 'endarg'.