From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-xe35.google.com (mail-vs1-xe35.google.com [IPv6:2607:f8b0:4864:20::e35]) by sourceware.org (Postfix) with ESMTPS id 79D793858D37 for ; Wed, 28 Dec 2022 01:35:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 79D793858D37 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-vs1-xe35.google.com with SMTP id 3so14270751vsq.7 for ; Tue, 27 Dec 2022 17:35:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; 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=VXBRy52mDcaI/Qu8KDlIcXSeql41wcL0tGa5VAV0baI=; b=GbyB717YovhzrcDkZhNtBMJ3S3trKfSnnXvEmf2Xa0ji/UPDIjrfLQ/1GW3PigPdbi B0kVPEDyCfnBucxcqfvCxES3DQ0e1qVT9aA09DQRgGH6Lqd01tFoOq9cDdGHjPD2a4S4 71rqjrmtxUwGImY+2l6/VoQGgd1Pi1OsIoi00c/s41DPhYvbJpPWl2MMaNjYJbsPsHsI Q+0lom9KSRMT89tXzOXEo+7jm2L3JCDUhgxrQAvh6kRJ0/AlQFyS1ALZ+r1CxODvlhpD oeJm3gF5nyhg37Bl2CmwWLFtPfZdpTgT3MlnpbMBF8EuvRhOzoKG1J8WWRuy927GviF3 WAYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=VXBRy52mDcaI/Qu8KDlIcXSeql41wcL0tGa5VAV0baI=; b=NTiY+Tq/SxwFh3uBwW7JtL1odiwtqfgl6765Y9/NUkh+kPDvJsQceDJcvI/o982+qW PZyUSPeBMBXCMwZ8wbSL8oTRqOOtigx2RT+Hck470y3EDOPw7wgpBBseZU6ynMmI+FQB GXcxg/lHRzBa8+dF56A5uCN2BB7IMnZ55w3+CcdXsCsKhtm8pbBPVlHOGDRS0hkvrUJX l55z4vnfgQ0YSJu03Aql54jo4APG7mqHoThPDRv6EUfNhSbcjt8fEApgzOMwjmWjVmTu mR//jwn1pnKb4Thr6Lh+uR1f+t3haVQZSwBkapmiWi4MYUl9WbI3PBkHRWUA0gG3LS7q I0+A== X-Gm-Message-State: AFqh2kpg/FLNH+2UAEAnccEfskpcMZhsAK0Lm6PvWKmTltNZdmlw3sPm 91a6Z0q8oRrDKxbLioRUrEXrssbxEnKPgPwxMJE= X-Google-Smtp-Source: AMrXdXuuIUMve+EOrYxS/GKBGSMsgeV+GFBuA81XvsiZef4u6R2JuH2Nc2SALLfKGdgErNj5nviIcIvScZ4zx/AKtLU= X-Received: by 2002:a05:6102:906:b0:3be:814f:b94f with SMTP id x6-20020a056102090600b003be814fb94fmr2442061vsh.71.1672191305137; Tue, 27 Dec 2022 17:35:05 -0800 (PST) MIME-Version: 1.0 References: <20221224030800.221397-1-juzhe.zhong@rivai.ai> <91200E8AE78D17FA+15C0DC8B-584B-48FB-B92F-6932C4CCEB51@rivai.ai> <30b1c78f-42ab-a634-67bf-7a54b0012a0e@gmail.com> <5C8C18CF745985B5+20221228082459066180219@rivai.ai> In-Reply-To: From: Kito Cheng Date: Wed, 28 Dec 2022 09:34:54 +0800 Message-ID: Subject: Re: [PATCH] RISC-V: Fix ICE of visiting non-existing block in CFG. To: Jeff Law Cc: =?UTF-8?B?6ZKf5bGF5ZOy?= , gcc-patches , palmer Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_00,BODY_8BITS,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: oops, I just committed this yesterday, anyway, I think we can always have further patches to improve that. On Wed, Dec 28, 2022 at 9:12 AM Jeff Law via Gcc-patches wrote: > > > > On 12/27/22 17:24, =E9=92=9F=E5=B1=85=E5=93=B2 wrote: > > OK, I will change that after I finished my current work. > Sounds good. Thanks. > > Jeff