public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Sergei Trofimovich <slyich@gmail.com>
To: GCC Patches <gcc-patches@gcc.gnu.org>
Cc: Sergei Trofimovich <siarheit@google.com>
Subject: Re: [PATCH] gcc/config/t-i386: add build dependencies on i386-builtin-types.inc
Date: Thu, 22 Sep 2022 22:07:52 +0100	[thread overview]
Message-ID: <CAHvdr7P+ePrTb7QUunuh19iKCZvwtD3o6CNGBmn3er9zXqBavg@mail.gmail.com> (raw)
In-Reply-To: <20220916184922.3274016-1-slyich@gmail.com>

On Fri, 16 Sept 2022 at 19:49, Sergei Trofimovich <slyich@gmail.com> wrote:
>
> From: Sergei Trofimovich <siarheit@google.com>
>
> i386-builtin-types.inc is included indirectly via i386-builtins.h
> into 4 files: i386.cc i386-builtins.cc i386-expand.cc i386-features.cc
>
> Only i386.cc dependency was present in gcc/config/t-i386 makefile.
>
> As a result parallel builds occasionally fail as:
>
>     g++ ... -o i386-builtins.o ... ../../gcc-13-20220911/gcc/config/i386/i386-builtins.cc
>     In file included from ../../gcc-13-20220911/gcc/config/i386/i386-builtins.cc:92:
>     ../../gcc-13-20220911/gcc/config/i386/i386-builtins.h:25:10:
>      fatal error: i386-builtin-types.inc: No such file or directory
>        25 | #include "i386-builtin-types.inc"
>           |          ^~~~~~~~~~~~~~~~~~~~~~~~
>     compilation terminated.
>     make[3]: *** [../../gcc-13-20220911/gcc/config/i386/t-i386:54: i386-builtins.o]
>       Error 1 shuffle=1663349189
>
> gcc/
>         * config/i386/t-i386: Add build-time dependencies against
>         i386-builtin-types.inc to i386-builtins.o, i386-expand.o,
>         i386-features.o.
> ---
>  gcc/config/i386/t-i386 | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/gcc/config/i386/t-i386 b/gcc/config/i386/t-i386
> index 4e2a0efc615..ffdbbdfe8ce 100644
> --- a/gcc/config/i386/t-i386
> +++ b/gcc/config/i386/t-i386
> @@ -62,7 +62,12 @@ i386-features.o: $(srcdir)/config/i386/i386-features.cc
>         $(COMPILE) $<
>         $(POSTCOMPILE)
>
> +# i386-builtin-types.inc is included into i386-builtins.h.
> +# Below are direct users of i386-builtins.h:
>  i386.o: i386-builtin-types.inc
> +i386-builtins.o: i386-builtin-types.inc
> +i386-expand.o: i386-builtin-types.inc
> +i386-features.o: i386-builtin-types.inc
>
>  i386-builtin-types.inc: s-i386-bt ; @true
>  s-i386-bt: $(srcdir)/config/i386/i386-builtin-types.awk \
> --
> 2.37.2
>

Is it a reasonable approach? Maybe gcc has an equivalent of automake's
BUILT_SOURCES to avoid explicit tracking of such dependencies?

-- 
Sergei

  reply	other threads:[~2022-09-22 21:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-16 18:49 Sergei Trofimovich
2022-09-22 21:07 ` Sergei Trofimovich [this message]
2022-10-03  7:04   ` PING " Sergei Trofimovich
2022-10-03 20:41     ` Uros Bizjak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAHvdr7P+ePrTb7QUunuh19iKCZvwtD3o6CNGBmn3er9zXqBavg@mail.gmail.com \
    --to=slyich@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=siarheit@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).