20020103-1.c: Scan for LC[0-9], not LC.

* 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
This commit is contained in:
Alan Modra 2005-08-25 08:42:01 +00:00 committed by Alan Modra
parent 1b8299747e
commit 99f4c49e8a
3 changed files with 7 additions and 1 deletions

View 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

View 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__)