From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x135.google.com (mail-lf1-x135.google.com [IPv6:2a00:1450:4864:20::135]) by sourceware.org (Postfix) with ESMTPS id 091E83850404 for ; Wed, 17 May 2023 06:15:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 091E83850404 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-lf1-x135.google.com with SMTP id 2adb3069b0e04-4f24ceae142so481859e87.3 for ; Tue, 16 May 2023 23:15:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1684304126; x=1686896126; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=hl7Oa6ZCj1Su43F+PY1oyZ1iaaeRw2tOKT/Mrmaq2mc=; b=D1SEo8vBp0KFI6GoPlyfH1YAVoVWitJzS0AuQlBy3IwstI7g50gajueHpv4NeU2x6U n0NlGXDxPWRObxO4YEe4OXJK6vHOflGLjsqJyZgwya4T1ax4BIDJYBLoETphk9hpWPbU SlMbaYdmMP2Koor72z2fMGyrRYaZeOT/iYC28U/vXFsujPbMhWdGT/mQTf7eGYYzzkKZ 9c2k/YluDebT2mYqyGYtCZ9kobY1wRmV0sx9rrvRU8GdyGGwpPt23Jkpqr6EpfHQln+t qzd5zzo4v55xzyTtMdOby5bTvbWQgdPLY9uElidHKKZjzQfGOWQety6SdWG7ViPxltOt AaJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684304126; x=1686896126; h=content-transfer-encoding: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=hl7Oa6ZCj1Su43F+PY1oyZ1iaaeRw2tOKT/Mrmaq2mc=; b=jhcnUao+jXFJ+sg8ZgWGp/7oHO1Fvkn4ROf8tx3BXna9/W0Ro74GeAv7xrstI26/xL Dbi/9Jk1yixDRF0MQOOqhSFMZjsRJUQAwsbmfUDRY5JwuTBvf5ioGvkETHBryZ2ReegP nX8WtLoKEPHqOS+cxyUYANgX6hvtM6sL5PLM/w6HEUp1Bt5gAIYre1vd/6XZYhvJrmMW LhxdutI8AMKz6xe/eEaKIVXLOx5AhKsq6UZQusKD26uv+YAtfBWRRv09K66xMnGk0scE g12fJ/V71vhgYH6HnGVHfSnUxiJ4sCrjkk1Wq4z5hxBKNMWKVM2K5IRiV7kT+d7mCfHm zsNw== X-Gm-Message-State: AC+VfDwkv9bX+fL5lB+0ahmHyiB5XkjK0foeGzenIhg3jGl+I4JAa8N2 L/+tpgpsaixCmswt18U3MgmcMFDuzCKMI6WfyRI= X-Google-Smtp-Source: ACHHUZ5LWDBDG+waFBdakBikO2k1aLB8nJR3OO/uLlseAJ34QCs3I9yWy5lHE51Ck/MXO3+WPOsKTo1ZfhX0Fbinwyc= X-Received: by 2002:ac2:446b:0:b0:4f0:6a4:1377 with SMTP id y11-20020ac2446b000000b004f006a41377mr8864652lfl.53.1684304126112; Tue, 16 May 2023 23:15:26 -0700 (PDT) MIME-Version: 1.0 References: <20230516065201.751821-1-pan2.li@intel.com> <31643aee-538d-cdbd-9e76-db908cd6ed11@gmail.com> In-Reply-To: <31643aee-538d-cdbd-9e76-db908cd6ed11@gmail.com> From: Richard Biener Date: Wed, 17 May 2023 08:15:12 +0200 Message-ID: Subject: Re: [PATCH] RISC-V: Adjust stdint.h to stdint-gcc.h for rvv tests To: Robin Dapp Cc: pan2.li@intel.com, gcc-patches@gcc.gnu.org, juzhe.zhong@rivai.ai, kito.cheng@sifive.com, yanzhang.wang@intel.com, jeffreyalaw@gmail.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.0 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,T_SCC_BODY_TEXT_LINE 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 Tue, May 16, 2023 at 9:11=E2=80=AFAM Robin Dapp via Gcc-patches wrote: > > > This patch would like to align the stdint.h to the stdint-gcc.h for all > > the RVV test files. Aka: > > > > stdint.h =3D> stdint-gcc.h > > Looks good. Jeff already pre-approved so you can go ahead and install > this on the trunk. Huh, including stdint-gcc.h looks completely wrong. What's the issue you a= re trying to solve? > Regards > Robin