This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]