* gcc.dg/sh4a-fprun.c: Fix dg-do typo.

From-SVN: r85605
This commit is contained in:
David Edelsohn 2004-08-05 17:37:02 +00:00 committed by David Edelsohn
parent d5861a7ae0
commit d279700a68
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-08-05 David Edelsohn <edelsohn@gnu.org>
* gcc.dg/sh4a-fprun.c: Fix dg-do typo.
2004-08-05 Richard Sandiford <rsandifo@redhat.com>
* gcc.c-torture/execute/20040805-1.c: New test.

View file

@ -1,5 +1,5 @@
/* Verify that fsca and fssra yield reasonable results. */
/* { do-do run { target "sh*-*-*" } } */
/* { dg-do run { target "sh*-*-*" } } */
/* { dg-options "-O -ffast-math" } */
#include <math.h>