Daily bump.

This commit is contained in:
GCC Administrator
2025-12-08 00:16:25 +00:00
parent 09da4112cb
commit 886a4bd0fe
6 changed files with 225 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
2025-12-07 Jason Merrill <jason@redhat.com>
* include/cpplib.h (cpp_get_path, cpp_get_dir): Remove.
(_cpp_get_file_path, _cpp_get_file_name, _cpp_get_file_stat)
(_cpp_get_file_dir): Move prototypes from...
* internal.h: ...here.
* files.cc (_cpp_get_file_path): Rename from...
(cpp_get_path): ...this.
(cpp_get_dir): Remove.
2025-11-10 Jakub Jelinek <jakub@redhat.com>
* directives.cc: Implement CWG3053.