From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32f.google.com (mail-wm1-x32f.google.com [IPv6:2a00:1450:4864:20::32f]) by sourceware.org (Postfix) with ESMTPS id 85BF33858C2F; Mon, 16 Jan 2023 14:08:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 85BF33858C2F 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-wm1-x32f.google.com with SMTP id j17so1548484wms.0; Mon, 16 Jan 2023 06:08:29 -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=GRmqKtmsxm7n+QD09T9jTh3wmY01vfXlAbF+QUscUkw=; b=Q98jxRnBPlJOSiXQPB8bjhmapsKEpNy5p+zS11/Aioz1JUTwgmMDbtDBhS27il7YbM tS4jnL3hTiaqiQFfN0ROmrA+D1JYkBuWvCQWgYZ3d0qZDEdBAulUnSQIjlkhJeaRLtZt 7JGORqkSAu8y5oS4y+w0dL4twWdsQLACZawTiPfEvyWbGptB7CDRLii1U/W+JwDPSLio Ohjs1nAX3arl7S57dehU5yKJ2mby4TybVMgeQpUuwtpjvlW4LUgKDoGnoQt7ED9kCJkC 45geEZixUk9BrwrEbqM/60x8EuK9PZze4eiNLq4NZ46ag2d3qXzIaVKAtyY7BxPD/fyX LoRw== 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=GRmqKtmsxm7n+QD09T9jTh3wmY01vfXlAbF+QUscUkw=; b=U+OgN/KWm8qmHO6T6VE9F/ZK+qtJ/1X14P9V+c/rfYeh5zdqD/Y2mOxwPebn/L1WoG jPJDd7Li7qZAS46UTD8rmFDX9snI1lgUmWIN6Rky/Es0/YAKN+2HHBnB4Mc269KpPY+8 FD1bunUv9bUJgpookCSKab3MgZw8aP98KJNl9Nzwl6JylCwftKn7Oms9ZAGg2RK4t+GI sZiKuMgI6LdJw1Q/TuRSoJ3IZXFCSi/fEyYM1XFOgfJztogpI/F/3+qkQeaJX8GSgnzI VlZ1AgKzgc4o9SzZBFF8WZX1KM+THrYBbWGQXS2IdOWA/nWVFV1KbCLsAg1puNkPmPP9 1ewQ== X-Gm-Message-State: AFqh2kqRrh0daNfpaRTvnV5CnPPLregcaJKnvi2qF7h2/2kd9q8su3cv awcVqOhAm8WjZWB+q9DbtDD4Be93EB+dQmBpN7U= X-Google-Smtp-Source: AMrXdXvr0URi6s8kbfRWX0tVyR7p1ewGha4DJcnai29cnYoxAwI/rHh5yFLZj6gZobckBTTjoCdNCXO77qBx2qd79j8= X-Received: by 2002:a05:600c:4395:b0:3d0:7513:d149 with SMTP id e21-20020a05600c439500b003d07513d149mr5582349wmn.156.1673878108181; Mon, 16 Jan 2023 06:08:28 -0800 (PST) MIME-Version: 1.0 References: <817e1aaf5f61ebeb2f607d9a7411ca0570e8213f.camel@zoho.com> In-Reply-To: From: Guillaume Gomez Date: Mon, 16 Jan 2023 15:08:16 +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="00000000000009184b05f2621e79" X-Spam-Status: No, score=-2.5 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: --00000000000009184b05f2621e79 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Ping David. Le jeu. 5 janv. 2023 =C3=A0 23:37, Guillaume Gomez a =C3=A9crit : > 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. >>>> >>>> --00000000000009184b05f2621e79--