From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x52c.google.com (mail-pg1-x52c.google.com [IPv6:2607:f8b0:4864:20::52c]) by sourceware.org (Postfix) with ESMTPS id 959C13858D32 for ; Tue, 5 Sep 2023 05:33:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 959C13858D32 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-pg1-x52c.google.com with SMTP id 41be03b00d2f7-570836f1c79so859409a12.0 for ; Mon, 04 Sep 2023 22:33:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693892006; x=1694496806; darn=gcc.gnu.org; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=PlyvodB0LUnWYGQqJ1l76XV54fFe4PE7ELTjS3yLxGI=; b=APIMEGMoNzHcSKuyUlYXkhDh85pYRfw1On9bbNX0Esknb0Wb3iGre+r0gThUUMZzlp PGSaRYSQ49MzKDphpO/3niN0W1xHHZeu/02hc618mMiKLARW3XZBgd+Hm0VHyWeIQfYv Yk5zRV8AxbwuHn/yK+p+zSFyY5oIYlKAWoFQuoViKXrjEugSbq7Q7knm8xUdVogc9FnY AUviTRHm1Ns7jQbVA99ymUeMwq0Gyn2OKUMYZVvkbCCwheyveXRAXrM4xg+TxX4YU3JU JrnnFoxLj+fQtgjvZcVOKO8nNVF7C+LySS2YvNZhCPw0UDqbTo1CgApYXmNY2/BhxoK4 9kRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693892006; x=1694496806; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=PlyvodB0LUnWYGQqJ1l76XV54fFe4PE7ELTjS3yLxGI=; b=a/iuN7rxbpOSms+Z3uH8xEvYTZHl1snoCxEjp185E3rSoCmfScufvabEhfAkVcaQUZ 8jZyA9xCtXEz5D49KeQGUipPTy1zAVonrf85C//f5aq4Vz1/DWUNxZc0fbRJScJJsGEu CbzjM0uK/nbEUxjvZOtrGZJHgrHJSgOPjuozSNycc6QgvB8XGkzmD9G8CjHCTpGsVYwZ DJJH+rA8TQahAZLoKpMeXHhED+mvCWko58Rl72croi4v+9JvpsaymAtfrb3or0U3SLCG 3wKJzOVvoro87yYjljkzTFW2IAlvwyIblE8dKl80N1ACfxxFmOFOzRnk7gpBCaJNXky3 8mwg== X-Gm-Message-State: AOJu0YxwbKD5L+HeAMbNY9gldru11Vc31I2aKHUUc09Lw3yf6XGflrTG VxSo9dtEP+04o2zXyl9s/6I= X-Google-Smtp-Source: AGHT+IE8LnC/o14IrMm//UfcjXYukunU5mVTFMmmasnnGajijqYEB3jpbdpSQJepHOraIn4CjfnXqA== X-Received: by 2002:a17:90a:fa0b:b0:268:37b:a10e with SMTP id cm11-20020a17090afa0b00b00268037ba10emr8552014pjb.11.1693892006495; Mon, 04 Sep 2023 22:33:26 -0700 (PDT) Received: from [172.31.0.109] ([136.36.130.248]) by smtp.gmail.com with ESMTPSA id e11-20020a170902744b00b001bc676df6a9sm8373993plt.132.2023.09.04.22.33.24 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 04 Sep 2023 22:33:26 -0700 (PDT) Message-ID: Date: Mon, 4 Sep 2023 23:33:20 -0600 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2] RISC-V: zicond: Fix opt2 pattern Content-Language: en-US To: Tsukasa OI , Vineet Gupta Cc: GCC Patches References: <20230901195311.761131-1-vineetg@rivosinc.com> <2bc7f639-6fd9-49e6-ba30-03617598ac24@irq.a4lg.com> From: Jeff Law In-Reply-To: <2bc7f639-6fd9-49e6-ba30-03617598ac24@irq.a4lg.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,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: On 9/4/23 20:19, Tsukasa OI wrote: > > -FAIL: 30_threads/async/async.cc execution test > +FAIL: gcc.c-torture/execute/pr60003.c -O1 execution test > +FAIL: gcc.dg/setjmp-3.c execution test > +FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O1 execution test > +FAIL: gcc.dg/torture/stackalign/setjmp-3.c -O1 -fpic execution test FWIW, I've got async.cc marked here as flakey when run under QEMU. That's also consistent with what I found at a prior employer when working on a private GCC port. Jeff