]> gcc.gnu.org Git - gcc.git/commitdiff
re PR rtl-optimization/85770 (ICE: in lra_eliminate, at lra-eliminations.c:1439 with...
authorJakub Jelinek <jakub@redhat.com>
Thu, 6 Dec 2018 23:39:12 +0000 (00:39 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 6 Dec 2018 23:39:12 +0000 (00:39 +0100)
PR rtl-optimization/85770
* gcc.target/i386/pr85770.c: Require int128 effective target.

From-SVN: r266880

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

index 92bafd35d43bef5396960d363887b15efd1a802b..a317d8798eb7d7f827fa6aacaae197f9922b8d96 100644 (file)
@@ -1,5 +1,8 @@
 2018-12-07  Jakub Jelinek  <jakub@redhat.com>
 
+       PR rtl-optimization/85770
+       * gcc.target/i386/pr85770.c: Require int128 effective target.
+
        PR fortran/88377
        * gfortran.dg/gomp/pr88377.f90: New test.
 
index dbb685fd83f9614e23802ae98e23a80715113a1f..e462f1b2112cd578f83570ed98146e0419c087a9 100644 (file)
@@ -1,4 +1,5 @@
-/* { dg-do compile } */
+/* PR rtl-optimization/85770 */
+/* { dg-do compile { target int128 } } */
 /* { dg-options "-O2 -march=nano-1000 -fnon-call-exceptions -fno-tree-coalesce-vars" } */
 
 unsigned a, b, c, d, e, f, g, h, i;
@@ -14,4 +15,3 @@ __int128 foo(char k, unsigned short l, unsigned m, unsigned n, __int128 o,
   return k + l + m + n + o + a + b + c + d + j + l + e + f + q + 4294967295 +
          p + g + h + i;
 }
-
This page took 0.104596 seconds and 5 git commands to generate.