From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) by sourceware.org (Postfix) with ESMTP id 155ED3858CDA; Mon, 17 Jun 2024 16:25:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 155ED3858CDA Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kernel.crashing.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 155ED3858CDA Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=63.228.1.57 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1718641538; cv=none; b=F2TySN1wP5D6WSSGfG+RZpAxE+i3TQ2N9IHXo0i+SL91enrZRJBozIA8I8xPM26TNdagGa79xm/xl8jzPptGCKi5m6gvY4kdlB0yERiBS8d45n0Ox5bZE7zM3LXc5CGlAWkE2/fpgmCIDTpuzj4bUSBDMhTAiQ7LRW7x4YzAPmI= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1718641538; c=relaxed/simple; bh=f3NbCByc6gj3hQCNzC7zQcy15kMfsr7hyC+LpaMZ2wk=; h=Date:From:To:Subject:Message-ID:Mime-Version; b=PWdS4xtYwgVIt/2tANW7F74SVW2kcyKuZl6qkCUXwxwX4tz3df5yfg8gAPKuhDKNfD96gXAt8qf7VfGmLReXetu5V48ZpoB059wDAyDrmWjUCtT86EgpZ2A+kMdAX2l553BYjfSgGV01ghVL0t2i+/nrhfd15tWPAcpE8RNmESU= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 45HGOaM0028953; Mon, 17 Jun 2024 11:24:36 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 45HGOaOl028952; Mon, 17 Jun 2024 11:24:36 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Mon, 17 Jun 2024 11:24:36 -0500 From: Segher Boessenkool To: Jakub Jelinek Cc: David Edelsohn , Kewen Lin , gcc-patches@gcc.gnu.org Subject: Re: Patch ping Message-ID: <20240617162436.GO19790@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 X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,KAM_SHORT,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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 Mon, Jun 17, 2024 at 03:26:52PM +0200, Jakub Jelinek wrote: > I'd like to ping the > https://gcc.gnu.org/pipermail/gcc-patches/2024-June/653573.html > patch. While the committed and backported patch fixed PCH on PIE > cc1/cc1plus etc. on PowerPC, it grew up the size of the > rs6000_init_generated_builtins function quite a lot. > The above patch decreases it back, to even less than the size of > the function before my fix. A patch in the middle of a thread. I missed it, sorry. Please send patches as separate threads? Segher