PR rtl-optimization/85770
* gcc.target/i386/pr85770.c: Require int128 effective target.
From-SVN: r266880
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.
-/* { 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;
return k + l + m + n + o + a + b + c + d + j + l + e + f + q + 4294967295 +
p + g + h + i;
}
-