Daily bump.

This commit is contained in:
GCC Administrator
2025-08-04 00:17:36 +00:00
parent 625d5776f9
commit 10075fb355
5 changed files with 45 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2025-08-03 Jakub Jelinek <jakub@redhat.com>
PR c++/120845
* lex.cc (cpp_maybe_module_directive): Move eol variable declaration
to the start of the function, initialize to false and only set it to
peek->type == CPP_PRAGMA_EOL in the not_module case. Formatting fix.
2025-07-30 Jakub Jelinek <jakub@redhat.com>
PR c++/120778