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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Iain Buclaw <ibuc...@gcc.gnu.org>:

https://gcc.gnu.org/g:4a01f7b1e73e98a86520d8a825ddd3777faa7c33

commit r10-7320-g4a01f7b1e73e98a86520d8a825ddd3777faa7c33
Author: Iain Buclaw <ibuc...@gdcproject.org>
Date:   Sun Mar 22 00:10:17 2020 +0100

    d: Fix missing dependencies in depfile for imported files (PR93038)

    A new field for tracking imported files was added to the front-end, this
    makes use of it by writing all such files in the make dependency list.

    gcc/d/ChangeLog:

    2020-03-22  Iain Buclaw  <ibuc...@gdcproject.org>

            PR d/93038
            * d-lang.cc (deps_write): Add content imported files to the make
            dependency list.

    gcc/testsuite/ChangeLog:

    2020-03-22  Iain Buclaw  <ibuc...@gdcproject.org>

            PR d/93038
            * gdc.dg/fileimports/pr93038.txt: New test.
            * gdc.dg/pr93038.d: New test.

Reply via email to