Commit cbee452f by Christian Bruel

add test

From-SVN: r212231
parent cbb1e3d9
/* Check that fpchg is used to switch precision. */
/* { dg-do compile } */
/* { dg-final { scan-assembler "fpchg" } } */
/* { dg-final { scan-assembler-not "fpscr" } } */
/* { dg-skip-if "" { "sh*-*-*" } { "*" } { "-m4a" } } */
extern float c;
void
foo(int j)
{
while (j--)
c++;
}
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