Fix asm string.
From-SVN: r118374
This commit is contained in:
parent
7e35fcb30e
commit
cb953056bb
@ -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("");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user