From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) by sourceware.org (Postfix) with ESMTPS id ACFDC385703F; Thu, 5 Jan 2023 22:38:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org ACFDC385703F 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-wr1-x436.google.com with SMTP id bn26so18062330wrb.0; Thu, 05 Jan 2023 14:38:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=3wd2kTi4uhajOynkf7Ey6/0F01c18AGIzrlUyTWlrnY=; b=MJbwp1BIqcwyszCYGeduNvyJBHV305vFk7JgU6CKkzz3YjQOkS6zhfHj34qghxrXKd YhgAVTdgHT6WoZd7CV3HNc5yBjnHvbRuXp7Z0/fSBeR6aAAJleGny3tKjTHwxjBi9kqx e/6KnVneavIBi5GWYAEMECvbdPt2VLlIBdkIteFWcwDnHp/wFUg6SIvkkO0qXDsjL97m wh23uqsGkzPzUo3HgIHgVaMNmWQKLOmL3SeYR8tE8YWqwqfFb70SY4vjlP1pRYiZXVhE sPZRVx5l4VH1ImlaKLhmJdr3S+RM1xaejiFN1ZWlNuhVLcCaOL61lKOwoFaM8cdQl8yD B45A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=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=3wd2kTi4uhajOynkf7Ey6/0F01c18AGIzrlUyTWlrnY=; b=Cyn9QKZhNIGxc/PTVOQA8OKZvD5Ige0M/T70GuckyT5jY72dC4NmWioYK6v/qY2IRw 0xKrZrTuhgUIRwcM94Y7ShPLVcldleDCCa5ZCIlDc0wXMnYwBsUg7qe0r3HaK910RU9V OoVchaVuL+IFeyWyhZgW1yBaD7LZnksbh8/AHR7ITvwC7PpX9MFXuQWNaAXb+1OUXnax XL7/zTOmVT73VE5PtXLMRsWqg8w7hwhNqJmDuc/3kohhLXY5nIMNSe2/7rGFDGtT3bef IadXbzXPAUHg7qJBeqF1VOpAtoPsPO5N1npeOUgywVGcZrTVLTh9CCx6KHQ9DvPu3FZk 4roQ== X-Gm-Message-State: AFqh2krYvUvuDEonmLaBNT5MJhsBDpALZtxtl9UY33lC6sSMKrALLEqh +djNeJ36DxVkIIlp+EFG6cEtbxQzYvpRS05C3YQ= X-Google-Smtp-Source: AMrXdXt3y7egEWirZLy25lLIxPIQGPofaQVOj1TtV1cIpShcHMIQKqnIO0BTcIUuNiIItsoOjVlSHHZ0KVRc7v83tTY= X-Received: by 2002:a5d:5a13:0:b0:2ba:47a1:ffe7 with SMTP id bq19-20020a5d5a13000000b002ba47a1ffe7mr8565wrb.14.1672958284131; Thu, 05 Jan 2023 14:38:04 -0800 (PST) MIME-Version: 1.0 References: <817e1aaf5f61ebeb2f607d9a7411ca0570e8213f.camel@zoho.com> In-Reply-To: From: Guillaume Gomez Date: Thu, 5 Jan 2023 23:37:53 +0100 Message-ID: Subject: Re: [PATCH] libgccjit: Fix a failing test To: Antoni Boucher Cc: gcc-patches@gcc.gnu.org, jit@gcc.gnu.org Content-Type: multipart/alternative; boundary="0000000000003ff26b05f18bf409" X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,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: --0000000000003ff26b05f18bf409 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Ping David. Le sam. 24 d=C3=A9c. 2022 =C3=A0 21:01, Guillaume Gomez a =C3=A9crit : > Ping David > > Le jeu. 15 d=C3=A9c. 2022 =C3=A0 11:34, Guillaume Gomez > a =C3=A9crit : > >> Forgot it indeed, thanks for notifying me! >> >> I modified the commit message to add it and added it into this email. >> >> Le mer. 14 d=C3=A9c. 2022 =C3=A0 16:12, Antoni Boucher a =C3=A9crit : >> >>> 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, >>> > >>> > This fixes bug 107999. >>> > >>> > Thanks in advance for the review. >>> >>> --0000000000003ff26b05f18bf409--