From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23684 invoked by alias); 12 Apr 2011 19:16:42 -0000 Received: (qmail 23676 invoked by uid 22791); 12 Apr 2011 19:16:41 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 Apr 2011 19:16:38 +0000 Received: (qmail 7201 invoked from network); 12 Apr 2011 19:16:37 -0000 Received: from unknown (HELO ?192.168.1.4?) (janisjo@127.0.0.2) by mail.codesourcery.com with ESMTPA; 12 Apr 2011 19:16:37 -0000 Message-ID: <4DA4A506.2080907@codesourcery.com> Date: Tue, 12 Apr 2011 19:16:00 -0000 From: Janis Johnson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 MIME-Version: 1.0 To: Mike Stump CC: gcc-patches@gcc.gnu.org, ramana.radhakrishnan@arm.com Subject: Re: [testsuite] fix to gcc.target/arm/pr43698.c References: <4D9F24B2.5040001@codesourcery.com> <35462F6B-37E7-40B7-A519-B975BC04B0EB@comcast.net> In-Reply-To: <35462F6B-37E7-40B7-A519-B975BC04B0EB@comcast.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 X-SW-Source: 2011-04/txt/msg00929.txt.bz2 On 04/08/2011 04:37 PM, Mike Stump wrote: > On Apr 8, 2011, at 8:07 AM, Janis Johnson wrote: >> Test gcc.target/arm/pr43698.c specifies -march=armv7-a and fails >> execution for multilibs whose hardware or simulator doesn't support that >> architecture. > > Ideally, I'd like target people to weigh in on target changes, ssa people to weigh in on ssa testcases and so on... If they don't approve or reject it soon, I'll weigh in... I don't see any reason not to approve it. Ramana, is this change OK? Please look also at a patch for gcc.target/arm/sync-1.c that I submitted right after this one. Janis