From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42a.google.com (mail-wr1-x42a.google.com [IPv6:2a00:1450:4864:20::42a]) by sourceware.org (Postfix) with ESMTPS id 9B2033858D32 for ; Tue, 8 Nov 2022 10:37:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9B2033858D32 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-wr1-x42a.google.com with SMTP id bs21so20282559wrb.4 for ; Tue, 08 Nov 2022 02:37:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=kc8xiBoDzIs4wzFsWO31N5Vhd5lZ8x56+Ih6ziDMcb4=; b=aKwF9UyayExxHV+Wr1jmK9eC+o/9xac0qqZ5jYsEAXwUFashPVR2JBnME4QFKgysAV 3yP1tRt65AHHkGPl2G27xzkXeAzAUVkczm8ezWJXO9VkYgTn4m56NPb6h0pvnD+9I8u+ vmr40dtBdg40FTKATIaK7AJ9BMfn99vQ4qpapmQUb9JwOB6PdS4oXtbg4dsBCVt3kDu/ RTMxiTkZf+TgnDL9xE1Ddu+ECYznqMQY8o7UtX8J5lENPYyEzVMxoRJiGYlc/kTYeZvz Dc/71x0B+1CqSUw4HzbmGjaHDD/eaSSrezmgf2jOIfbYzddMaCqNMsIWDbz5I4hQoX45 pr4g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=kc8xiBoDzIs4wzFsWO31N5Vhd5lZ8x56+Ih6ziDMcb4=; b=J5bPkk9dsUJ7jIi2ID/rF8pcqyBSvtR/g3vPfTqRuAhxCxncjgdaVyToROu9VXh6UQ QSEW6SgoT3V9dTYOEFEHsnopfNwyBc1wQrU7HAYiOWrhN7BgNNVCxo+ZVmkP+n09tFD7 5oTg5NEc9xP+PeEbC1b9BycG1jOf3XOxOUeB/3aAykmFaV4NY0i7En0ZU3sbjmxnNgev 3cUhSjG2btKwbPGdhxBS+kiGwPM7WRKzRrfEewR+FyRD59cQc7VZxj9LI3codcc7fiVA nTRFJtrnw0buWN4655YpEil6pUStMTGncWddTSBV8MCtiNNPLxrR2EqretlKiDROUEWH DgvQ== X-Gm-Message-State: ACrzQf2uY7K12Ci8yCfiCFbR1QNEPuI60P+Ed5zjgRmcw1QpoP4anj52 AV1rS+UN7QRnI15gKTS32luQdA== X-Google-Smtp-Source: AMsMyM5+a/bj7dU7buUmnkWfEESW7qGZSy+bEtM/0thN7I57sfoxIuGc96yUrpy7Ub0O7B+p9QmR2w== X-Received: by 2002:a05:6000:786:b0:236:d441:8f5d with SMTP id bu6-20020a056000078600b00236d4418f5dmr28435297wrb.550.1667903857233; Tue, 08 Nov 2022 02:37:37 -0800 (PST) Received: from fomalhaut.localnet ([2a01:e0a:8d5:d990:e654:e8ff:fe8f:2ce6]) by smtp.gmail.com with ESMTPSA id q2-20020a7bce82000000b003cf7292c553sm10732590wmj.13.2022.11.08.02.37.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Nov 2022 02:37:36 -0800 (PST) From: Eric Botcazou X-Google-Original-From: Eric Botcazou To: Richard Biener Cc: "Kewen.Lin" , gcc-patches@gcc.gnu.org, Segher Boessenkool , Peter Bergner , Jeff Law Subject: Re: [PATCH] rtl: Try to remove EH edges after {pro,epi}logue generation [PR90259] Date: Tue, 08 Nov 2022 11:37:35 +0100 Message-ID: <13136293.uLZWGnKmhe@fomalhaut> In-Reply-To: References: <454e83e7-e7a2-6e10-e051-b33c2d1b580d@linux.ibm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,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: > It looks reasonable - OK if the others CCed have no comments. My only comment is that it needs to be tested with languages enabling -fnon- call-exceptions by default (Ada & Go), if not already done. -- Eric Botcazou