Fix asm string.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Wed, 1 Nov 2006 11:58:18 +0000 (12:58 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 1 Nov 2006 11:58:18 +0000 (11:58 +0000)
From-SVN: r118374

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20061031-1.c

index 4ca24be..260f234 100644 (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
index 5b95c3d..3db0a97 100644 (file)
@@ -17,7 +17,7 @@ void f(short delta)
         p0 += delta;
         ff(s);
         if (nunmap[p0] == 17)
-            asm volatile("# nop");
+            asm volatile("");
     }
 }