From patchwork Fri Mar 1 20:59:54 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 1906900 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=hI1G7DoV; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4TmgWZ1pCGz23fC for ; Sat, 2 Mar 2024 08:02:02 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 258C23858C74 for ; Fri, 1 Mar 2024 21:02:00 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 39C863858D35 for ; Fri, 1 Mar 2024 21:01:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 39C863858D35 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 39C863858D35 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709326894; cv=none; b=aH1FCyPz9S1C4DOADD+RWSsCeZALF48HhSjEi+G9UeEOtbLlviyAYQ4SqA1XNVg/04oyZ6XHUiU2cvagd8gmCStzdcDlACHvq/OCNDb8G7QeHE2MB2lmj9hUM4C/nIsdp5f9enE31ZLvGns0dn392xZiI5vtq2LrgS8bgkhEFM8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709326894; c=relaxed/simple; bh=TNfdCQMlQIegXLWVzbDHr8bGRkDmMwwYXere321WVbs=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=gEE+Fl0h75TQ3++mgT6TJ1erGmbpW8rAT4SmSIw7HXRNs6xcpU1CNB1ftBnHs4qbNC6kItuYgcLbeO8+vsasROvl8gONBWXzUMNfzeNTCxzr8BQNRFPddIK8RBxJAHpN69OlywdwtEd7zw4n5d+OGg0H9UMdF90rp4B4mhooXu0= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1709326891; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=RAOqWo4UW+o8uLs3aGYddiMfuOGwVjpQ7dPRN/263JM=; b=hI1G7DoVQepKtyUXoVI3tLtYKoweI+BxNGijyH2rKpHZob5lSVhWZwkcj3/pyN0L01IXoF +MWCuz857uisoAUSMm5755JGN4i4DypBWCXchABmjtEkiIqg6WmXFxwdb2kvJjZYfsarYS gbUBVLD8zmdQ7TxXI1GEa2iqj2VnMkQ= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-593-pm1F1Yn3MJWi8k9t97HjHw-1; Fri, 01 Mar 2024 16:01:30 -0500 X-MC-Unique: pm1F1Yn3MJWi8k9t97HjHw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 2A8201C04333 for ; Fri, 1 Mar 2024 21:01:30 +0000 (UTC) Received: from localhost (unknown [10.42.28.150]) by smtp.corp.redhat.com (Postfix) with ESMTP id EC8D539D6D for ; Fri, 1 Mar 2024 21:01:29 +0000 (UTC) From: Jonathan Wakely To: gcc-patches@gcc.gnu.org Subject: [PATCH] gcc_update: Add missing generated files Date: Fri, 1 Mar 2024 20:59:54 +0000 Message-ID: <20240301210129.155561-1-jwakely@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-12.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org Is this OK for trunk? -- >8 -- I'm seeing errors for --enable-maintainer-mode builds due to incorrectly regenerating these files. They should be touched by gcc_update so they aren't regenerated unnecessarily. contrib/ChangeLog: * gcc_update: Add more generated files in libcc1, lto-plugin, fixincludes, and libstdc++-v3. --- contrib/gcc_update | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/contrib/gcc_update b/contrib/gcc_update index 774c926e723..fac86d0e33e 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -70,6 +70,7 @@ files_and_dependencies () { # fixincludes fixincludes/configure: fixincludes/configure.ac fixincludes/aclocal.m4 fixincludes/config.h.in: fixincludes/configure.ac fixincludes/aclocal.m4 +fixincludes/fixincl.x: fixincludes/inclhack.def fixincludes/fixincl.tpl # intl library intl/plural.c: intl/plural.y intl/plural-config.h: intl/plural.y @@ -106,6 +107,7 @@ gcc/testsuite/gcc.dg/cpp/_Pragma3.c: gcc/testsuite/gcc.dg/cpp/mi1c.h # direct2s.c:35: warning: current file is older than direct2.c gcc/testsuite/gcc.dg/cpp/direct2s.c: gcc/testsuite/gcc.dg/cpp/direct2.c # lto-plugin +lto-plugin/aclocal.m4: lto-plugin/configure.ac lto-plugin/configure: lto-plugin/configure.ac lto-plugin/aclocal.m4 lto-plugin/Makefile.in: lto-plugin/Makefile.am lto-plugin/aclocal.m4 # tools @@ -186,7 +188,13 @@ libphobos/config.h.in: libphobos/configure.ac libphobos/aclocal.m4 libphobos/configure: libphobos/configure.ac libphobos/aclocal.m4 libphobos/src/Makefile.in: libphobos/src/Makefile.am libphobos/aclocal.m4 libphobos/testsuite/Makefile.in: libphobos/testsuite/Makefile.am libphobos/aclocal.m4 +libstdc++-v3/aclocal.m4: libstdc++-v3/configure.ac libstdc++-v3/acinclude.m4 +libstdc++-v3/Makefile.in: libstdc++-v3/Makefile.am libstdc++-v3/aclocal.m4 +libstdc++-v3/configure: libstdc++-v3/configure.ac libstdc++-v3/acinclude.m4 libstdc++-v3/include/bits/version.h: libstdc++-v3/include/bits/version.def libstdc++-v3/include/bits/version.tpl +libcc1/aclocal.m4: libcc1/configure.ac +libcc1/Makefile.in: libcc1/Makefile.am libcc1/configure.ac libcc1/aclocal.m4 +libcc1/configure: libcc1/configure.ac # Top level Makefile.in: Makefile.tpl Makefile.def configure: configure.ac config/acx.m4