Daily bump.

This commit is contained in:
GCC Administrator
2026-03-14 00:16:29 +00:00
parent 5258a4234d
commit 5a041f0c8a
7 changed files with 235 additions and 1 deletions

View File

@@ -1,3 +1,15 @@
2026-03-13 Jakub Jelinek <jakub@redhat.com>
PR preprocessor/105412
* files.cc (_cpp_stack_file): Call deps_add_dep even on
empty file path.
* mkdeps.cc (class mkdeps): Add first_phony_dep member.
(mkdeps::mkdeps ()): Initialize it to 1.
(deps_add_dep): When called first with "" argument, decrease
d->first_phony_dep to 0.
(make_write): For -MP iterate from d->first_phony_dep
rather than 1.
2026-02-22 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/124153