From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender3-pp-o97.zoho.com (sender3-pp-o97.zoho.com [136.143.184.97]) by sourceware.org (Postfix) with ESMTPS id 9D845382CE25; Wed, 14 Dec 2022 15:12:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9D845382CE25 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=zoho.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=zoho.com ARC-Seal: i=1; a=rsa-sha256; t=1671030763; cv=none; d=zohomail.com; s=zohoarc; b=U2IwqXpmkCj+07JYoL/340wgsUpWV2P0I4XJtpriUv2njSvrZxZMUuZWloP6ChzVilEfyP0juQCrP6vnaVHUNk50he9MdFkz8pS9ldwHfpvIvAhOFOH3rCJW0XJgp/Sgk+nYOEh6V+SOjuFsjKLy9R6dRsup6F8vEMxMqf0ghgk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1671030763; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=izYRRi13SPQx6hlv9rTIi6ZBm7SAfdeCeBIzTREuf8I=; b=bzsL0rFdPJqrysYXWgzOPz7ysQNkd19C8hWmxYBzkMlU9yShdptVgU1e/+fp5FFQnhly5pXMf578EoLY9hqjkdKobM47WMOORxCxbxmddXmWFWwV88iSfiE9v6UjmwEekWp4D8lOGMMR3NFTrJfDcphbGF5JTgt2z3vrx6XOTRI= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=zoho.com; spf=pass smtp.mailfrom=bouanto@zoho.com; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1671030763; s=zm2022; d=zoho.com; i=bouanto@zoho.com; h=Message-ID:Subject:Subject:From:From:To:To:Date:Date:In-Reply-To:References:Content-Type:Content-Transfer-Encoding:MIME-Version:Message-Id:Reply-To:Cc; bh=izYRRi13SPQx6hlv9rTIi6ZBm7SAfdeCeBIzTREuf8I=; b=dSrDG43PeC74c5xbob5bar5RnWPCwWsKd0nYX9LKcTLI/5ZOHX0uBzEFARUJCVKL 1RPJKnWOmzD13gK806KyggJyc8bu5NRRnoxqzu4FoXFJDgxtxmtMNcTDlniSXhCbapn MbfdHKETcoUFkLSNyfPU1t+IW3sJ3BI4NW2FvA4k= Received: from [192.168.1.174] (38.87.11.6 [38.87.11.6]) by mx.zohomail.com with SMTPS id 1671030762327789.5854690306018; Wed, 14 Dec 2022 07:12:42 -0800 (PST) Message-ID: <817e1aaf5f61ebeb2f607d9a7411ca0570e8213f.camel@zoho.com> Subject: Re: [PATCH] libgccjit: Fix a failing test From: Antoni Boucher To: Guillaume Gomez , gcc-patches@gcc.gnu.org, jit@gcc.gnu.org Date: Wed, 14 Dec 2022 10:12:40 -0500 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.2 MIME-Version: 1.0 X-ZohoMailClient: External X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,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: Thanks! In your patch, you're missing this line at the end of the commit message: Signed-off-by: Guillaume Gomez On Wed, 2022-12-14 at 14:39 +0100, Guillaume Gomez via Jit wrote: > Hi, >=20 > This fixes bug 107999. >=20 > Thanks in advance for the review.