public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Sergei Trofimovich <slyfox@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-3048] gcc/config/t-i386: add build dependencies on i386-builtin-types.inc
Date: Mon,  3 Oct 2022 20:56:22 +0000 (GMT)	[thread overview]
Message-ID: <20221003205622.7E6AD3858413@sourceware.org> (raw)

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

commit r13-3048-gef3165736d9daafba88adb2db65b2e8ebf0024ca
Author: Sergei Trofimovich <siarheit@google.com>
Date:   Fri Sep 16 18:33:11 2022 +0100

    gcc/config/t-i386: add build dependencies on i386-builtin-types.inc
    
    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.

Diff:
---
 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 \

                 reply	other threads:[~2022-10-03 20:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20221003205622.7E6AD3858413@sourceware.org \
    --to=slyfox@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /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).