From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x435.google.com (mail-wr1-x435.google.com [IPv6:2a00:1450:4864:20::435]) by sourceware.org (Postfix) with ESMTPS id 5EE343858D3C for ; Wed, 19 Oct 2022 11:09:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5EE343858D3C Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=googlemail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=googlemail.com Received: by mail-wr1-x435.google.com with SMTP id bk15so28493903wrb.13 for ; Wed, 19 Oct 2022 04:09:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20210112; h=to:references:message-id:content-transfer-encoding:cc:date :in-reply-to:from:subject:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=zVVAFuooqwW2yWmYpoAhdHLdgdaVprl4Jz8eIUVxopM=; b=EsrmEfkbGEDiQSxTJO0jZ82x27UvJCbmQbLOyrfRGvlx9odUCMe2tlbI9gAOpM6P0E htZ0kTjQaJP2S5peic2OVfq88w+Zsj9tb9zlqe3k7N9GR+xk57ky6WazMRadi6t5ixq2 nfiG/AARHFjDWtqBCztat5bVfdNKoAsAtcFwcDR/BnRJDeZZoAoXdGdFDcGDId66EpEB 1Uv8ky4YN6NjWj/hmkYJhWRKTG7kwGOuEHFih8Prs2o8ilRzd5rB/5XcKA2CrMdbjN8G GssS/Wr+JC13mArgyG1ac1wyGVr7MXWehXbFXMVN/ayMVj/+T+G2qsB2jE8yCOim7CNP 0wjg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:references:message-id:content-transfer-encoding:cc:date :in-reply-to:from:subject:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=zVVAFuooqwW2yWmYpoAhdHLdgdaVprl4Jz8eIUVxopM=; b=t/sQj5uoU8FCaWIBgCsWhX0eTpojEkELW8NWG+c53Ym/WKJX3i4GINNRaKSDeQefv0 LGvWXYE4JTXaYQDTQ8j6Zh01GI0sV/7glgxggewY2oer9zoDRCtKNa5SSDFxgd8nnUky oLonEGuzoodfPMruL3duOV55d7F8yDvR1gSzbSWdqZmLbD8BHJyoeAAaTAW9j25ykoQ0 kbWR75bHAVicgWyf6HKi4jbr8JMEVrsUwpVJogTwdkGFsWzdZ4qDVQ5A9EXdRM0biQuZ mN3aIjaO5imC1zHJNi5k15OvzEr7Ud3/GMCicOpqIr4xILQ7mSCy6ceu0oy3uAqr0Hu2 FBdA== X-Gm-Message-State: ACrzQf1TypXqLuipjUeX/NRzAui4alY1I1oSk5bezmvlsasJvk13uQh4 RlKLPXYGuRDGKmTPMPu10xs= X-Google-Smtp-Source: AMsMyM7XItaQKE0k2skzp/PtGQHwRNtShwvPC7AYQzR4oiJOAWoFu2qdifgKN84siQK8DwnCV6NAMw== X-Received: by 2002:a5d:4248:0:b0:234:3216:7659 with SMTP id s8-20020a5d4248000000b0023432167659mr567613wrr.488.1666177773655; Wed, 19 Oct 2022 04:09:33 -0700 (PDT) Received: from [192.168.1.95] (host81-138-1-83.in-addr.btopenworld.com. [81.138.1.83]) by smtp.googlemail.com with ESMTPSA id l35-20020a05600c1d2300b003b477532e66sm1793511wms.2.2022.10.19.04.09.32 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Oct 2022 04:09:32 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\)) Subject: Re: [PATCH 0/6] Add Intel Sierra Forest Instructions From: Iain Sandoe In-Reply-To: Date: Wed, 19 Oct 2022 12:09:31 +0100 Cc: GCC Patches , hongtao.liu@intel.com, "Lu, Hongjiu" Content-Transfer-Encoding: quoted-printable Message-Id: <59C4B6AD-CC12-4D2A-9F9E-E44404BDF41A@googlemail.com> References: <20221014075445.7938-1-haochen.jiang@intel.com> To: Hongtao Liu X-Mailer: Apple Mail (2.3608.120.23.2.7) X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,KAM_SHORT,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: Hi Hongtao > On 17 Oct 2022, at 02:56, Hongtao Liu wrote: >=20 > On Mon, Oct 17, 2022 at 9:30 AM Bernhard Reutner-Fischer > wrote: >>=20 >> On 17 October 2022 03:02:22 CEST, Hongtao Liu via Gcc-patches >>=20 >>>>>> Do you have this series as a branch somewhere that I can try on = one of the >>>>>> like affected platforms? >>>>>=20 >>>>> Not yet. >>>>> Do we have any external place to put those patches so folks from = the >>>>> community can validate before it's committed, HJ? >>=20 >>=20 >> https://gcc.gnu.org/gitwrite.html#vendor >>=20 >> Not sure where in cgit the user branches are visible, though? But = they can certainly be cloned and worked with. > Thanks for the reminder, I've pushed to remotes/vendors/ix86/ise046. > * [new ref] refs/vendors/ix86/heads/ise046 -> > vendors/ix86/ise046 thanks for pushing this branch, much better to test these things before = committing rather than a panic to fix after=E2=80=A6 with f90df941532 (HEAD -> ise046, vendors/ix86/ise046) Add m_CORE_ATOM for = atom cores - on x86_64 Darwin19 I get the following bootstrap fail: In file included from = /src-local/gcc-master/gcc/config/i386/driver-i386.cc:31: /src-local/gcc-master/gcc/common/config/i386/cpuinfo.h: In function = =E2=80=98const char* get_intel_cpu(__processor_model*, = __processor_model2*, unsigned int*)=E2=80=99: /src-local/gcc-master/gcc/common/config/i386/cpuinfo.h:532:32: error: = this statement may fall through [-Werror=3Dimplicit-fallthrough=3D] 532 | cpu_model->__cpu_subtype =3D INTEL_COREI7_GRANITERAPIDS; | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /src-local/gcc-master/gcc/common/config/i386/cpuinfo.h:533:5: note: here 533 | case 0xb6: | ^~~~ cc1plus: all warnings being treated as errors =3D=3D=3D=3D Will try to look later, if that does not immediately ring some bell. thanks Iain