From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102a.google.com (mail-pj1-x102a.google.com [IPv6:2607:f8b0:4864:20::102a]) by sourceware.org (Postfix) with ESMTPS id D410D3858C2F for ; Wed, 16 Aug 2023 22:38:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D410D3858C2F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pj1-x102a.google.com with SMTP id 98e67ed59e1d1-26b56cc7896so2063101a91.3 for ; Wed, 16 Aug 2023 15:38:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1692225511; x=1692830311; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=d8k/PI3TLTSW9NZTer1q6b4nFgaFyVYZRNQQokYy9fU=; b=FfnGQf73uORfGiOcrfHiLzagyAzvRxc1OXquDc2GYkrDCLHBu8hN1cntGt4R9Ix+6D +gfDbd62oQJcl5VQb9kbyI7+PhhbUZtqE0UdK9gmgJf8JHTN6wLJDQFSiSt57DMByZe+ aEheg8lq5LDoeD43jMQkRlhAjiTWYnxl/q3R/lxXOmJswZOGrpYKKPJy4R7HQte0tii6 SiUpNgB019dyD+euAbk4Ni1dlx/UxDmUbC2fH9mPIkmioD2K7SyJEN6W7wSxxQL4WLbE TqXk7C+iI363OgQbelZMbsHgxJ3dLgk0KvA9OsjHCZ7TGNJAr39Ui9CW8AzBB4wTdVyh FQYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692225511; x=1692830311; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=d8k/PI3TLTSW9NZTer1q6b4nFgaFyVYZRNQQokYy9fU=; b=Z2GTTP4j9V8DgYhaP9J+9mRhGgwXiODrmk2q+3zV+86L9JuIOr7nvk7hxBhgjeq3xa Tt6gsnz6+a/FXAfkCiaUnFt3dVLQ1L9e5WaJtB4w2yXsSsdEAwrFRXjDwtlvW5FEy0uy ZjyFmAj8t0YUuN+qzZuAm5Wx3Dfc6AnKnyAS2034mZBzEiAEJK8wHlFtuIISVZyYli+e Eq4FevME1JKXxwL/bRBRLb0gO+pap1Isx584JwjvEMIZVLlac/OtNL0uSv8i0nsFDSmk ARz3dRWujoCnKUbgslGy/+Rf2Jywg/CQjjafP8IxUHAeoA3djLV+LA0/Egs5uvhsmR6m ybxA== X-Gm-Message-State: AOJu0Yx4gatWCyRuscNOteYcJC8hvqkh4uL8572RL59cB9KKCTg8CvSF r1e/+ITY7YQ/BTg2McqchKaSuo8rGFyoXRWGgbs= X-Google-Smtp-Source: AGHT+IHo2EtmtiOYoTi14naLHEOY9EBt4mFTVGAQ4cYng+oC+swk2J6lDpw7pCEw+mg3DsKiULBOOhIOrhKJ1n+xUjE= X-Received: by 2002:a17:90b:915:b0:26b:2e08:a5b3 with SMTP id bo21-20020a17090b091500b0026b2e08a5b3mr2628158pjb.34.1692225510682; Wed, 16 Aug 2023 15:38:30 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Andrew Pinski Date: Wed, 16 Aug 2023 15:38:19 -0700 Message-ID: Subject: Re: [PATCH v2 1/2] libstdc++: Implement more maintainable header To: David Edelsohn Cc: Jonathan Wakely , =?UTF-8?Q?Arsen_Arsenovi=C4=87?= , GCC Patches Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Wed, Aug 16, 2023 at 3:36=E2=80=AFPM David Edelsohn via Gcc-patches wrote: > > Was the dependency added to the dependencies in contrib/gcc_update? > Otherwise the timestamp can get out of sync in a Git checkout. I checked in https://gcc.gnu.org/pipermail/gcc-patches/2023-August/627667.h= tml which just added it to gcc_update. Thanks, Andrew > > Thanks, David > > > On Wed, Aug 16, 2023 at 6:20=E2=80=AFPM Jonathan Wakely wrote: > > > On Wed, 16 Aug 2023 at 22:56, Jonathan Wakely wrot= e: > > > > > > On Wed, 16 Aug 2023 at 22:39, David Edelsohn wrot= e: > > > > > > > > Hi, Arsen > > > > > > > > This patch broke bootstrap because it has introduced a new GCC buil= d > > requirement for autogen that is not a previous requirement to build GCC= . > > Previously the repository has included post-processed files. > > > > > > The repo does include the generated bits/version.h file. autogen > > > should only be needed if you modify version.dep > > > > And I've just checked again with an x86_64-pc-linux-gnu bootstrap on a > > box without autogen, and it worked. > > > > > > > > > > > > > +# AutoGen . > > > > +.PHONY: update-version > > > > +update-version: > > > > + cd ${bits_srcdir} && \ > > > > + autogen version.def > > > > + > > > > > > > > > > > > Thanks, David > > > > > > > > > > > >