* gcc.dg/doloop-1.c: Do not check for lack of "blt".

From-SVN: r80044
This commit is contained in:
David Edelsohn 2004-03-28 20:33:45 +00:00 committed by David Edelsohn
parent 18d5f9820c
commit d8cf9daf7e
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-03-28 David Edelsohn <edelsohn@gnu.org>
* gcc.dg/doloop-1.c: Do not check for lack of "blt".
2004-03-28 Zack Weinberg <zack@codesourcery.com>
* gcc.dg/noncompile/undeclared-2.c: New test.

View File

@ -1,6 +1,6 @@
/* Make sure both loops are recognized as doloops.
If so, "bdnz" will be generated on ppc; if not,
you will get "ble". */
you will get "ble" or "blt" or "bge". */
/* { dg-do compile { target powerpc-*-* } } */
/* { dg-options "-O2" } */
@ -15,4 +15,3 @@ void foo (int count, char* pca, char* pcb) {
*pca = *pcb;
}
/* { dg-final { scan-assembler "bdnz" } } */
/* { dg-final { scan-assembler-not "blt" } } */