patchable_function_entry-decl.c: Use 3 NOPs on Visium.
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 16 Jan 2018 21:21:29 +0000 (21:21 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 16 Jan 2018 21:21:29 +0000 (21:21 +0000)
* c-c++-common/patchable_function_entry-decl.c: Use 3 NOPs on Visium.
* c-c++-common/patchable_function_entry-default.c: 4 NOPs on Visium.
* c-c++-common/patchable_function_entry-definition.c: 2 NOPs on Visium.

From-SVN: r256760

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/patchable_function_entry-decl.c
gcc/testsuite/c-c++-common/patchable_function_entry-default.c
gcc/testsuite/c-c++-common/patchable_function_entry-definition.c

index 4ae3447683c187a6f9eb97226a297025249b767e..a019b22c2928d17e049f65501fda1d35fa5b6ae8 100644 (file)
@@ -1,3 +1,9 @@
+2018-01-16  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * c-c++-common/patchable_function_entry-decl.c: Use 3 NOPs on Visium.
+       * c-c++-common/patchable_function_entry-default.c: 4 NOPs on Visium.
+       * c-c++-common/patchable_function_entry-definition.c: 2 NOPs on Visium.
+
 2018-01-16  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.dg/tree-ssa/ldist-27.c: Skip on Visium.
index fb61ac31795fb7a1ca946c89e3e189a2e5c6b45d..32e2c06eae3932f16bdd910e8c6043ae6084675f 100644 (file)
@@ -1,7 +1,8 @@
 /* { dg-do compile { target { ! nvptx*-*-* } } } */
 /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */
-/* { dg-final { scan-assembler-times "nop" 2 { target { ! alpha*-*-* } } } } */
+/* { dg-final { scan-assembler-times "nop" 2 { target { ! { alpha*-*-* visium-*-* } } } } } */
 /* { dg-final { scan-assembler-times "bis" 2 { target alpha*-*-* } } } */
+/* { dg-final { scan-assembler-times "nop" 3 { target visium-*-* } } } */
 
 extern int a;
 
index c18f9e6bd392b4eb845dafc907c0ef5a2f32a5e9..be88e431e30a36b64d684b53e71c042fc53f5c6a 100644 (file)
@@ -1,7 +1,8 @@
 /* { dg-do compile { target { ! nvptx*-*-* } } } */
 /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */
-/* { dg-final { scan-assembler-times "nop" 3 { target { ! alpha*-*-* } } } } */
+/* { dg-final { scan-assembler-times "nop" 3 { target { ! { alpha*-*-* visium-*-* } } } } } */
 /* { dg-final { scan-assembler-times "bis" 3 { target alpha*-*-* } } } */
+/* { dg-final { scan-assembler-times "nop" 4 { target visium-*-* } } } */
 
 extern int a;
 
index 54a57ba7226f50b0ac3963c830b681b5e008e298..af18dbcd5e639f26b82783fb039f4028e850f366 100644 (file)
@@ -1,7 +1,8 @@
 /* { dg-do compile { target { ! nvptx*-*-* } } } */
 /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */
-/* { dg-final { scan-assembler-times "nop" 1 { target { ! alpha*-*-* } } } } */
+/* { dg-final { scan-assembler-times "nop" 1 { target { ! { alpha*-*-* visium-*-* } } } } } */
 /* { dg-final { scan-assembler-times "bis" 1 { target alpha*-*-* } } } */
+/* { dg-final { scan-assembler-times "nop" 2 { target visium-*-* } } } */
 
 extern int a;