From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1300 invoked by alias); 6 Apr 2017 20:05:59 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 1279 invoked by uid 89); 6 Apr 2017 20:05:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=viewpoint, H*r:212.27.42 X-Spam-User: qpsmtpd, 2 recipients X-HELO: smtp6-g21.free.fr Received: from smtp6-g21.free.fr (HELO smtp6-g21.free.fr) (212.27.42.6) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 06 Apr 2017 20:05:56 +0000 Received: from polaris.localnet (unknown [88.161.99.133]) by smtp6-g21.free.fr (Postfix) with ESMTPS id C0EC0780313; Thu, 6 Apr 2017 22:05:54 +0200 (CEST) From: Eric Botcazou To: Kelvin Nilsen Cc: gcc-patches@gcc.gnu.org, Segher Boessenkool Subject: Re: [PATCH] PR80101: Fix ICE in store_data_bypass_p Date: Thu, 06 Apr 2017 20:05:00 -0000 Message-ID: <1950447.ugChYOEYFO@polaris> User-Agent: KMail/4.14.10 (Linux/3.16.7-53-desktop; KDE/4.14.9; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00332.txt.bz2 > [This is a repost of a patch previously posted on 3/29/2017. > Eric, I hope you might consider that this falls within your scope > of maintenance. Thanks.] My viewpoint is that it's better to keep the assertions and fix the back-end instead, which looks rather straightforward. -- Eric Botcazou