From patchwork Tue May 24 19:24:49 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Janis Johnson X-Patchwork-Id: 97208 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 3B366B6F8B for ; Wed, 25 May 2011 05:23:46 +1000 (EST) Received: (qmail 14947 invoked by alias); 24 May 2011 19:23:44 -0000 Received: (qmail 14931 invoked by uid 22791); 24 May 2011 19:23:43 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL, 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, 24 May 2011 19:23:30 +0000 Received: (qmail 17661 invoked from network); 24 May 2011 19:23:29 -0000 Received: from unknown (HELO ?192.168.1.4?) (janisjo@127.0.0.2) by mail.codesourcery.com with ESMTPA; 24 May 2011 19:23:29 -0000 Message-ID: <4DDC0601.4080307@codesourcery.com> Date: Tue, 24 May 2011 12:24:49 -0700 From: Janis Johnson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 MIME-Version: 1.0 To: gcc-patches@gcc.gnu.org Subject: [testsuite] remove arm from xfail list for g++.dg/other/packed1.C X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org All archived test results for ARM for 4.7.0 and 4.6.1 with g++ results include: XPASS: g++.dg/other/packed1.C execution test This patch removes arm-*-* from the xfail list for this test. OK for trunk and 4.6? 2011-05-24 Janis Johnson * g++.dg/other/packed1.C: Remove arm from xfail list. Index: g++.dg/other/packed1.C =================================================================== --- g++.dg/other/packed1.C (revision 174094) +++ g++.dg/other/packed1.C (working copy) @@ -1,4 +1,4 @@ -// { dg-do run { xfail arm*-*-* sh-*-* lm32-*-* } } +// { dg-do run { xfail sh-*-* lm32-*-* } } // NMS:2003-04-21 this fails on strict aligned architectures again, // the patch was reverted because it broke something more important.