Hello! > The following patch fixes > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85860 > > The patch was successfully bootstrapped and tested on x86-64. > > Committed as rev. 269662 to trunk and as rev. 269663 to gcc-8-branch.
Index: testsuite/gcc.target/i386/pr85860.c =================================================================== --- testsuite/gcc.target/i386/pr85860.c (nonexistent) +++ testsuite/gcc.target/i386/pr85860.c (working copy) @@ -0,0 +1,23 @@ +/* { dg-do compile { target lp64 } } */ { target int128 } +/* { dg-options "-O2 -fno-guess-branch-probability -flive-range-shrinkage -mbmi2" } */ Uros.