From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id CC01E3898509 for ; Wed, 10 Apr 2024 17:55:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CC01E3898509 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=kernel.crashing.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org CC01E3898509 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:470:142:3::10 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712771745; cv=none; b=nLVAl9kcLLaudl7tDI/BuTsSVD3fHST6hHRDDVSXrul62cw0ITlDAQkSzfXrPl0x44O3wdIO4/IfVHtbF40aFcU4xn2IUprSG3CvGl65RyJVFXyzfzsJx8QKa+m2ITHRDLpRf23GZn6hNdopJO+8gb6m6Gl+qGb2/yH9ktgmXfs= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712771745; c=relaxed/simple; bh=E6PD/ByinZyvTAbhO7P8nfyDd4xIxs4Jg5EZdB9TJYs=; h=Date:From:To:Subject:Message-ID:Mime-Version; b=Q84Opct3cvhNgPdgB/qp8EBbERLata8a7rMoEM6n5ZGPWR02Nx6v4o0dFqyd8/ar7GQtSKtwF+ZtOy+5qFPNzI/HMDhVcNeYBulOtX2cxIPSaBGxw3rGPsT13oR3/kaq/h/D47mDzkpuKOyxvN8yqMplu6KgOSvRkHIDXWY3Y5U= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from gate.crashing.org ([63.228.1.57]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rucAV-00032N-Fp for gcc-patches@gcc.gnu.org; Wed, 10 Apr 2024 13:55:33 -0400 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 43AHqRdW025436; Wed, 10 Apr 2024 12:52:27 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 43AHqRuW025435; Wed, 10 Apr 2024 12:52:27 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Wed, 10 Apr 2024 12:52:27 -0500 From: Segher Boessenkool To: Uros Bizjak Cc: "gcc-patches@gcc.gnu.org" , Jeff Law , Richard Biener Subject: Re: Combine patch ping Message-ID: <20240410175227.GN19790@gate.crashing.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Received-SPF: pass client-ip=63.228.1.57; envelope-from=segher@kernel.crashing.org; helo=gate.crashing.org X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9,SPF_HELO_PASS=-0.001,SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_NEUTRAL,TXREP autolearn=no 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 Sun, Apr 07, 2024 at 08:31:38AM +0200, Uros Bizjak wrote: > If there are no further comments, I plan to commit the referred patch > to the mainline on Wednesday. The latest version can be considered an > obvious patch that solves certain oversight in the original > implementation. This is never okay. You cannot commit a patch without approval, *ever*. That patch is also obvious -- obviously *wrong*, that is. There are big assumptions everywhere in the compiler how a CC reg can be used. This violates that, as explained elsewhere. Segher