* gcc.dg/20020103-1.c: Fix typo in target selector.

From-SVN: r48528
This commit is contained in:
Hans-Peter Nilsson 2002-01-04 05:57:59 +00:00 committed by Hans-Peter Nilsson
parent c4cc12b7bb
commit fee5bdb084
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-01-04 Hans-Peter Nilsson <hp@bitrange.com>
* gcc.dg/20020103-1.c: Fix typo in target selector.
2002-01-03 Richard Henderson <rth@redhat.com>
* gcc.dg/20020103-1.c: New.

View File

@ -1,6 +1,6 @@
/* Verify that constant equivalences get reloaded properly, either by being
spilled to the stack, or regenerated, but not dropped to memory. */
/* { dg-do compile { target { i?86-*-* powerpc-*-* alpha*-*-* } } */
/* { dg-do compile { target i?86-*-* powerpc-*-* alpha*-*-* } } */
/* { dg-options "-O2 -fpic -fno-omit-frame-pointer" } */
/* { dg-final { scan-assembler-not "LC" } } */