Daily bump.

This commit is contained in:
GCC Administrator
2020-11-07 00:16:39 +00:00
parent 1a0f964e4d
commit 44cab2d8fd
15 changed files with 648 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
2020-11-06 Nathan Sidwell <nathan@acm.org>
* include/cpplib.h (enum class CPP_time_kind): New.
(cpp_get_date): Declare.
* internal.h (struct cpp_reader): Replace source_date_epoch with
time_stamp and time_stamp_kind.
* init.c (cpp_create_reader): Initialize them.
* macro.c (_cpp_builtin_macro_text): Use cpp_get_date.
(cpp_get_date): Broken out from _cpp_builtin_macro_text and
genericized.
2020-11-03 Nathan Sidwell <nathan@acm.org>
* lex.c (cpp_peek_token): Do not peek past CPP_PRAGMA.