re PR rtl-optimization/61801 (sched2 miscompiles syscall sequence with -g)
authorRichard Biener <rguenther@suse.de>
Mon, 28 Jul 2014 09:02:39 +0000 (09:02 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 28 Jul 2014 09:02:39 +0000 (09:02 +0000)
2014-07-28  Richard Biener  <rguenther@suse.de>

PR rtl-optimization/61801
* gcc.target/i386/pr61801.c: Fix testcase.

From-SVN: r213121

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

index ac3bd472a8f1fb924c7744918355919c3d651198..cdadad1768c3cfa45029ee134762a3070860c360 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 32cebde1c3e5949241bdeaeb06c62d9474f6de00..c15cfd8d4b77f333adb8050836e96e9bd3e8880d 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;