Commit fee5bdb0 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

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

From-SVN: r48528
parent c4cc12b7
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.
......
/* 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" } } */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment