From patchwork Tue Jun 24 11:40:23 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alan Lawrence X-Patchwork-Id: 363392 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 B87931400B8 for ; Tue, 24 Jun 2014 21:40:38 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type :content-transfer-encoding; q=dns; s=default; b=f+79bK16eGPY+RyB qDF+38Dw6wO0LALZGsowTswfLYJyVJxpdqXpeGyXLSQAVtZq262TU84kXbLURFFm O3b/dMG5PhxKkzENJHspEU3O4bjTS+5sraUjXX8OZ/zIeXcTxwaqYptGIhVXGoG1 hqbpAoEr1aP2X8rOlTVdA9YJKIQ= 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 :message-id:date:from:mime-version:to:subject:content-type :content-transfer-encoding; s=default; bh=JbqX9/UndsJgvuRlIegFvm EJliQ=; b=r3Uu01ckT8ajR9zq4RwESNnC5bP4o8Wf6+F2KakrU17OvQ3D0mvsH8 OetH9oyh1vON81JsZZoC5I7N6aAghRgXwSnnUJARnVSSdNFCAtGrEvUDkzDwAS2w mQB3wbzn4uhoT8LtzpmnhltGPnIZuxZRD4JECYw4kbh+J1azeXYtU= Received: (qmail 11683 invoked by alias); 24 Jun 2014 11:40:29 -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 11674 invoked by uid 89); 24 Jun 2014 11:40:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: service87.mimecast.com Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 24 Jun 2014 11:40:28 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Tue, 24 Jun 2014 12:40:25 +0100 Received: from [10.1.209.51] ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 24 Jun 2014 12:40:14 +0100 Message-ID: <53A963A7.1060903@arm.com> Date: Tue, 24 Jun 2014 12:40:23 +0100 From: Alan Lawrence User-Agent: Thunderbird 2.0.0.24 (X11/20101213) MIME-Version: 1.0 To: "gcc-patches@gcc.gnu.org" Subject: [Obvious][AArch64 testsuite] Add --save-temps to singleton_intrinsics_1.c test. X-MC-Unique: 114062412402513001 X-IsSubscribed: yes Scan-assembler test was running with "dg-do assemble" and not generating any assembler to scan. Tested on aarch64-none-elf and aarch64_be-none-elf; 40 * UNRESOLVED->PASS tests in singleton_intrinsics_1.c Patch (below) committed as r211934. --Alan ---------- Index: gcc/testsuite/gcc.target/aarch64/singleton_intrinsics_1.c =================================================================== --- gcc/testsuite/gcc.target/aarch64/singleton_intrinsics_1.c (revision 211933) +++ gcc/testsuite/gcc.target/aarch64/singleton_intrinsics_1.c (working copy) @@ -1,5 +1,5 @@ /* { dg-do assemble } */ -/* { dg-options "-O2 -dp" } */ +/* { dg-options "-O2 -dp --save-temps" } */ /* Test the [u]int64x1_t intrinsics. */ @@ -400,3 +400,6 @@ { return vsri_n_u64 (a, b, 9); } + +/* { dg-final { cleanup-saved-temps } } */ +