20020103-1.c: Scan for LC[0-9], not LC.
authorAlan Modra <amodra@bigpond.net.au>
Thu, 25 Aug 2005 08:42:01 +0000 (08:42 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Thu, 25 Aug 2005 08:42:01 +0000 (18:12 +0930)
* gcc.dg/20020103-1.c: Scan for LC[0-9], not LC.
* gcc.dg/altivec-22.c: Rename from..
* gcc.dg/altivec-nomfcr.c: ..this.

From-SVN: r103479

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20020103-1.c
gcc/testsuite/gcc.dg/altivec-22.c [moved from gcc/testsuite/gcc.dg/altivec-nomfcr.c with 100% similarity]

index 738bc55..842d7a1 100644 (file)
@@ -1,3 +1,9 @@
+2005-08-25  Alan Modra  <amodra@bigpond.net.au>
+
+       * gcc.dg/20020103-1.c: Scan for LC[0-9], not LC.
+       * gcc.dg/altivec-22.c: Rename from..
+       * gcc.dg/altivec-nomfcr.c: ..this.
+
 2005-08-24  Paolo Bonzini  <bonzini@gnu.org>
 
        PR tree-optimization/23546
index 3082247..54ad83c 100644 (file)
@@ -2,7 +2,7 @@
    spilled to the stack, or regenerated, but not dropped to memory.  */
 /* { dg-do compile { target i?86-*-* powerpc-*-* rs6000-*-* alpha*-*-* x86_64-*-*} } */
 /* { dg-options "-O2 -fpic -fno-omit-frame-pointer -fno-asynchronous-unwind-tables" } */
-/* { dg-final { scan-assembler-not "LC" } } */
+/* { dg-final { scan-assembler-not "LC\[0-9\]" } } */
 
 /* Clobber all call-saved registers that can hold a pointer value.  */
 #if defined(__i386__)