From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107837 invoked by alias); 14 Apr 2015 08:35:09 -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 107812 invoked by uid 89); 14 Apr 2015 08:35:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qk0-f171.google.com Received: from mail-qk0-f171.google.com (HELO mail-qk0-f171.google.com) (209.85.220.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 14 Apr 2015 08:35:03 +0000 Received: by qku63 with SMTP id 63so5873300qku.3 for ; Tue, 14 Apr 2015 01:35:01 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.55.16.140 with SMTP id 12mr37030243qkq.39.1429000501778; Tue, 14 Apr 2015 01:35:01 -0700 (PDT) Received: by 10.140.93.183 with HTTP; Tue, 14 Apr 2015 01:35:01 -0700 (PDT) Reply-To: ramrad01@arm.com In-Reply-To: <20150414083347.GH1725@tucnak.redhat.com> References: <5523F167.3010606@redhat.com> <20150407155143.GK19273@tucnak.redhat.com> <20150407193339.GN19273@tucnak.redhat.com> <20150414083347.GH1725@tucnak.redhat.com> Date: Tue, 14 Apr 2015 08:35:00 -0000 Message-ID: Subject: Re: patch to fix PR65648 From: Ramana Radhakrishnan To: Jakub Jelinek Cc: Yvan Roux , Vladimir Makarov , Terry Guo , gcc-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00646.txt.bz2 On Tue, Apr 14, 2015 at 9:33 AM, Jakub Jelinek wrote: > On Tue, Apr 14, 2015 at 10:32:16AM +0200, Yvan Roux wrote: >> The issue is more related to armv6 than M profile, but if it is widely >> tested as well I can just commit the torture test if it's ok for >> Jakub. > > If it is tested by enough people, just the execute.exp test is ok of course. > > Jakub Yeah the execute.exp test is fine. Ramana