Fix asm string.

From-SVN: r118374
This commit is contained in:
Eric Botcazou 2006-11-01 12:58:18 +01:00 committed by Eric Botcazou
parent 7e35fcb30e
commit cb953056bb
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@
* gcc.dg/torture/builtin-attr-1.c: Don't test gamma/lgamma.
* gcc.dg/torture/builtin-convert-1.c: Don't test lgamma.
2006-10-31 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.c-torture/execute/20061031-1.c: New test.
2006-10-31 Geoffrey Keating <geoffk@apple.com>
PR 23067

View File

@ -17,7 +17,7 @@ void f(short delta)
p0 += delta;
ff(s);
if (nunmap[p0] == 17)
asm volatile("# nop");
asm volatile("");
}
}