Daily bump.

This commit is contained in:
GCC Administrator
2026-02-23 00:16:26 +00:00
parent 7bd059e28d
commit 99e06c93be
7 changed files with 103 additions and 1 deletions

View File

@@ -1,3 +1,15 @@
2026-02-22 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/124153
* lex.cc (cpp_maybe_module_directive): Set in_deferred_pragma
and eol when we see an unexpected CPP_PRAGMA_EOL.
2026-02-22 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/119756
* files.cc (search_path_head): Also treat empty string (stdin)
as an absolute path.
2026-01-30 Jakub Jelinek <jakub@redhat.com>
PR preprocessor/123273