2014-07-28 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Jul 2014 09:02:39 +0000 (09:02 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Jul 2014 09:02:39 +0000 (09:02 +0000)
PR rtl-optimization/61801
* gcc.target/i386/pr61801.c: Fix testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213121 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr61801.c

index ac3bd47..cdadad1 100644 (file)
@@ -1,3 +1,8 @@
+2014-07-28  Richard Biener  <rguenther@suse.de>
+
+       PR rtl-optimization/61801
+       * gcc.target/i386/pr61801.c: Fix testcase.
+
 2014-07-28  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.dg/fold-abs-5.c: New test.
index 32cebde..c15cfd8 100644 (file)
@@ -13,7 +13,7 @@ void fn1 ()
           fn3 ();
           switch (0)
           default:
-          asm volatile("" : "=a"(e) : "0"(a), ""(0));
+          asm volatile("" : "=a"(e) : "0"(a), "i"(0));
           e;
           });
       d = b;