From patchwork Wed May 4 14:56:29 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Moore, Catherine" X-Patchwork-Id: 618489 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3r0LkC23Xnz9t7K for ; Thu, 5 May 2016 00:57:39 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=FdVD1UWW; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:content-type :content-transfer-encoding:mime-version; q=dns; s=default; b=IxT rENGOypDvKbr31pCqIOKtwHJDrb62rhI5fVYNIkWFsnBUncMn/VDGRSeASUenGuj b7Vn3PDMnhfhkIKe4GbtD08pgDlWAcaZeRSxfyzTs1owcj48AwVJ0rKa8NoMiLsG r1ZgT9Om62HXgYjA8KCSAXsfMkJD+p97h3OZ6G04= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:content-type :content-transfer-encoding:mime-version; s=default; bh=REaPwX7fw Bg+2Cg5rG/2Nq1huvw=; b=FdVD1UWWfLbjP6oTME9NWvY+AZF6CxwjBro4JNym1 oxVmc/PTiY88pZ2k+msCdjiCXRDCxUiPO8jBz80p2pf5Q7/jinbihLvXNlQYOlyL DmDQdDSONVd8OMQYncDtkneD1BraKMTVT0tQcAN14VI8fau1cTxQi5cqEhCC/9BO Wc= Received: (qmail 77350 invoked by alias); 4 May 2016 14:56:50 -0000 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 Received: (qmail 76813 invoked by uid 89); 4 May 2016 14:56:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=dgskipif, dg-skip-if, H*RU:14.03.0224.002, H*r:14.03.0224.002 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 04 May 2016 14:56:33 +0000 Received: from svr-orw-fem-03.mgc.mentorg.com ([147.34.97.39]) by relay1.mentorg.com with esmtp id 1axyE2-0003ns-Dh from Catherine_Moore@mentor.com ; Wed, 04 May 2016 07:56:30 -0700 Received: from NA-MBX-04.mgc.mentorg.com ([169.254.4.40]) by SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) with mapi id 14.03.0224.002; Wed, 4 May 2016 07:56:30 -0700 From: "Moore, Catherine" To: "gcc-patches@gcc.gnu.org" CC: "matthew.fortune@imgtec.com" , "Yeung, Kwok" Subject: [MIPS, committed] microMIPS testsuite cleanup Date: Wed, 4 May 2016 14:56:29 +0000 Message-ID: MIME-Version: 1.0 2016-05-04 Kwok Cheung Yeung * gcc.target/mips/mips16-attributes.c: Skip if -mmicromips flag is present. Index: gcc.target/mips/mips16-attributes.c =================================================================== --- gcc.target/mips/mips16-attributes.c (revision 235880) +++ gcc.target/mips/mips16-attributes.c (working copy) @@ -3,6 +3,7 @@ function. */ /* { dg-do run } */ /* { dg-options "(-mips16)" } */ +/* { dg-skip-if "" { *-*-* } { "-mmicromips" } { "" } } */ #include