Commit cb953056 by Eric Botcazou Committed by Eric Botcazou

Fix asm string.

From-SVN: r118374
parent 7e35fcb3
......@@ -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
......@@ -17,7 +17,7 @@ void f(short delta)
p0 += delta;
ff(s);
if (nunmap[p0] == 17)
asm volatile("# nop");
asm volatile("");
}
}
......
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