re PR target/82342 (i386/pr82260-2.c fail)
authorJakub Jelinek <jakub@redhat.com>
Thu, 28 Sep 2017 18:35:58 +0000 (20:35 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 28 Sep 2017 18:35:58 +0000 (20:35 +0200)
PR target/82342
* gcc.target/i386/pr82260-1.c: Add -mno-bmi2 to dg-options.
* gcc.target/i386/pr82260-2.c: Likewise.

From-SVN: r253261

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr82260-1.c
gcc/testsuite/gcc.target/i386/pr82260-2.c

index c86a664de4d47b0f0d3881b108fe7527d89b7a4e..0bc6fd4aeddf3c702bf99be127b10708b5451d58 100644 (file)
@@ -1,3 +1,9 @@
+2017-09-28  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/82342
+       * gcc.target/i386/pr82260-1.c: Add -mno-bmi2 to dg-options.
+       * gcc.target/i386/pr82260-2.c: Likewise.
+
 2017-09-28  Sergey Shalnov  <Sergey.Shalnov@intel.com>
 
        * gcc.target/i386/avx512f-constant-float-return.c: New test.
index e9f404d16f265388c8c8209677d687931de1e1d7..3804fcc53532c18d9e195fbfef312e4a81891c3c 100644 (file)
@@ -1,6 +1,6 @@
 /* PR target/82260 */
 /* { dg-do compile { target lp64 } } */
-/* { dg-options "-Os -mtune=generic -masm=att" } */
+/* { dg-options "-Os -mtune=generic -masm=att -mno-bmi2" } */
 /* movl %esi, %ecx is shorter than movb %sil, %cl.  While
    movl %edx, %ecx is the same size as movb %dl, %cl and
    movl %r8d, %ecx is the same size as movb %r8b, %cl, movl
index 7caccf13e44a6e6101662a061e6b3854aef24e1e..14328fc9686c3de2db1334a78505b21d42bc391b 100644 (file)
@@ -1,6 +1,6 @@
 /* PR target/82260 */
 /* { dg-do compile { target lp64 } } */
-/* { dg-options "-Os -mtune=generic -masm=att -mtune-ctrl=^partial_reg_dependency" } */
+/* { dg-options "-Os -mtune=generic -masm=att -mtune-ctrl=^partial_reg_dependency -mno-bmi2" } */
 /* { dg-final { scan-assembler-not {\mmovb\t%sil, %cl} } } */
 /* { dg-final { scan-assembler {\mmovl\t%esi, %ecx} } } */
 /* { dg-final { scan-assembler {\mmovb\t%dl, %cl} } } */