From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by sourceware.org (Postfix) with ESMTPS id 477853858C50 for ; Mon, 24 Apr 2023 07:35:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 477853858C50 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 680221FD7C; Mon, 24 Apr 2023 07:35:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1682321716; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Pc9HENXIOVtCrEnjhnjE7mZ9R/+14euMKbXYHRBxg4k=; b=PuKZOuwur6uOXrgGCNDJgcTC5QzdonRIoKzeUWc8w7PGYPgW6xoGLUOOYHUMXuMu7A3IZd uI5spnQ4EDtwkesOJcumNsHWgmszQZLV0VfACYOAaaCwI68/r1i4guEx6kF7RUrSFairEu xWN8wzlUEWn3V+j7Mv4PeNftmTyVq/c= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1682321716; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Pc9HENXIOVtCrEnjhnjE7mZ9R/+14euMKbXYHRBxg4k=; b=XFbTj56t4JMf/V8SIP3ieFUZ+u4gRM90o/mAG+QRpQe63/5+WKrdavOn5kovlJi+dYBeF1 H4nDo/GmTLg1aHBQ== Received: from wotan.suse.de (wotan.suse.de [10.160.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 2EF502C141; Mon, 24 Apr 2023 07:35:16 +0000 (UTC) Date: Mon, 24 Apr 2023 07:35:16 +0000 (UTC) From: Richard Biener To: =?ISO-8859-2?Q?Arsen_Arsenovi=E6?= cc: Jakub Jelinek , Gaius Mulley , gcc-patches@gcc.gnu.org Subject: Re: [PATCH] gcc/m2: Drop references to $(P) In-Reply-To: <86cz3xovsp.fsf@aarsen.me> Message-ID: References: <20230421173804.3513130-1-arsen@aarsen.me> <87o7nhrt4f.fsf@debian> <86ildpqecu.fsf@aarsen.me> <86cz3xovsp.fsf@aarsen.me> User-Agent: Alpine 2.22 (LSU 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS,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 List-Id: On Fri, 21 Apr 2023, Arsen Arsenovi? wrote: > > Jakub Jelinek writes: > > > Doesn't fix any regression, so not ok for 13.1 and I wouldn't bother > > for 13.2 either. > > Okay, but it can affect --enable-languages=all in a slim edge case. > > Why not 13.2? It seems sufficiently simple. If it doesn't show any issues after a while on trunk it's OK for 13.2 I think. Richard.