public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug d/93038] Missing dependencies in depfile for imported files at compilation time
       [not found] <bug-93038-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-13 21:00 ` ibuclaw at gcc dot gnu.org
  2020-03-13 21:17 ` pierrick.bouvier at posteo dot net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: ibuclaw at gcc dot gnu.org @ 2020-03-13 21:00 UTC (permalink / raw)
  To: gcc-bugs

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

ibuclaw at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2020-03-13
             Status|UNCONFIRMED                 |ASSIGNED
                 CC|                            |ibuclaw at gcc dot gnu.org

--- Comment #1 from ibuclaw at gcc dot gnu.org ---
Yes, I have too noticed this and have a fix in the gdc development branch, will
backport it to gcc trunk as soon as I cherry-pick out parts not related to
supporting the self-hosted front-end.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug d/93038] Missing dependencies in depfile for imported files at compilation time
       [not found] <bug-93038-4@http.gcc.gnu.org/bugzilla/>
  2020-03-13 21:00 ` [Bug d/93038] Missing dependencies in depfile for imported files at compilation time ibuclaw at gcc dot gnu.org
@ 2020-03-13 21:17 ` pierrick.bouvier at posteo dot net
  2020-03-21 23:13 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pierrick.bouvier at posteo dot net @ 2020-03-13 21:17 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Pierrick Bouvier <pierrick.bouvier at posteo dot net> ---
(In reply to ibuclaw from comment #1)
> Yes, I have too noticed this and have a fix in the gdc development branch,
> will backport it to gcc trunk as soon as I cherry-pick out parts not related
> to supporting the self-hosted front-end.

Very good news. Hope it will land in first release of gcc-10 first release.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug d/93038] Missing dependencies in depfile for imported files at compilation time
       [not found] <bug-93038-4@http.gcc.gnu.org/bugzilla/>
  2020-03-13 21:00 ` [Bug d/93038] Missing dependencies in depfile for imported files at compilation time ibuclaw at gcc dot gnu.org
  2020-03-13 21:17 ` pierrick.bouvier at posteo dot net
@ 2020-03-21 23:13 ` cvs-commit at gcc dot gnu.org
  2020-03-21 23:47 ` ibuclaw at gdcproject dot org
  2020-03-22 12:20 ` cvs-commit at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-03-21 23:13 UTC (permalink / raw)
  To: gcc-bugs

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 <ibuclaw@gcc.gnu.org>:

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

commit r10-7320-g4a01f7b1e73e98a86520d8a825ddd3777faa7c33
Author: Iain Buclaw <ibuclaw@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  <ibuclaw@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  <ibuclaw@gdcproject.org>

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug d/93038] Missing dependencies in depfile for imported files at compilation time
       [not found] <bug-93038-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-03-21 23:13 ` cvs-commit at gcc dot gnu.org
@ 2020-03-21 23:47 ` ibuclaw at gdcproject dot org
  2020-03-22 12:20 ` cvs-commit at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: ibuclaw at gdcproject dot org @ 2020-03-21 23:47 UTC (permalink / raw)
  To: gcc-bugs

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

Iain Buclaw <ibuclaw at gdcproject dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Iain Buclaw <ibuclaw at gdcproject dot org> ---
Exposed information from the front-end, fix committed.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug d/93038] Missing dependencies in depfile for imported files at compilation time
       [not found] <bug-93038-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-03-21 23:47 ` ibuclaw at gdcproject dot org
@ 2020-03-22 12:20 ` cvs-commit at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-03-22 12:20 UTC (permalink / raw)
  To: gcc-bugs

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

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

https://gcc.gnu.org/g:fbe60463bb80d859d4842f0113a6b24fe9cc9bd4

commit r10-7323-gfbe60463bb80d859d4842f0113a6b24fe9cc9bd4
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Sun Mar 22 13:11:10 2020 +0100

    d: Generate phony targets for content imported files (PR93038)

    This is in addition to the last change which started including them in
    the make dependency list.

    gcc/d/ChangeLog:

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

            PR d/93038
            * d-lang.cc (deps_write): Generate phony targets for content
imported
            files.

    gcc/testsuite/ChangeLog:

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

            PR d/93038
            * gdc.dg/pr93038b.d: New test.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-03-22 12:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-93038-4@http.gcc.gnu.org/bugzilla/>
2020-03-13 21:00 ` [Bug d/93038] Missing dependencies in depfile for imported files at compilation time ibuclaw at gcc dot gnu.org
2020-03-13 21:17 ` pierrick.bouvier at posteo dot net
2020-03-21 23:13 ` cvs-commit at gcc dot gnu.org
2020-03-21 23:47 ` ibuclaw at gdcproject dot org
2020-03-22 12:20 ` cvs-commit at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).