https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109183

--- Comment #8 from Allan W. Macdonald <allan.w.macdonald at gmail dot com> ---
(In reply to Andrew Pinski from comment #7)
> Does using -c instead help?

Why would we want to compile the file without FIRST checking for dependencies?  

The .d file needs to be up to date so that an included makefile rule can check
for any changes in the files listed in each .d file before the target file is
compiled.

Reply via email to