Commit 9164f47a by Richard Sandiford Committed by Richard Sandiford

* gcc.dg/20020620-1.c: New test.

From-SVN: r54847
parent 988ef418
2002-06-20 Richard Sandiford <rsandifo@redhat.com>
* gcc.dg/20020620-1.c: New test.
2002-06-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
* g++.dg/template/ttp4.C: New test.
......
/* { dg-do compile { target mips64*-*-* } } */
/* { dg-options "-O2 -mlong64" } */
int foo (int *x, int i)
{
return x[i] + i;
}
/* { dg-final { scan-assembler-not "move" } } */
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