diff mbox

[Obvious,AArch64,testsuite] Add --save-temps to singleton_intrinsics_1.c test.

Message ID 53A963A7.1060903@arm.com
State New
Headers show

Commit Message

Alan Lawrence June 24, 2014, 11:40 a.m. UTC
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

----------
diff mbox

Patch

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 } } */
+