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