]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
patchable_function_entry-decl.c: Do not run on Visium.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 15 Feb 2019 10:50:27 +0000 (10:50 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 15 Feb 2019 10:50:27 +0000 (10:50 +0000)
* c-c++-common/patchable_function_entry-decl.c: Do not run on Visium.
* c-c++-common/patchable_function_entry-default.c: Likewise.
* c-c++-common/patchable_function_entry-definition.c: Likewise.
* gcc.dg/tree-ssa/pr84859.c: Add -ftree-cselim switch.

From-SVN: r268932

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
gcc/testsuite/gcc.dg/tree-ssa/pr84859.c

index 6c2a67476000c71c8be2b36b6085f9fd4f73bfa0..a861f9ae18ffeb6410515fe3bb646c4216661a2f 100644 (file)
@@ -1,3 +1,10 @@
+2019-02-15  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * c-c++-common/patchable_function_entry-decl.c: Do not run on Visium.
+       * c-c++-common/patchable_function_entry-default.c: Likewise.
+       * c-c++-common/patchable_function_entry-definition.c: Likewise.
+       * gcc.dg/tree-ssa/pr84859.c: Add -ftree-cselim switch.
+
 2019-02-15  Jakub Jelinek  <jakub@redhat.com>
 
        PR other/69006
index 572297ca1f405d033f3f94ba7e606311872aafba..1f8009b0faa20f399eb4bca5afefa83cc7ae8b05 100644 (file)
@@ -1,6 +1,5 @@
-/* { dg-do compile { target { ! nvptx*-*-* } } } */
+/* { dg-do compile { target { ! { nvptx*-*-* visium-*-* } } } } */
 /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */
-/* { dg-additional-options "-mcpu=gr6" { target visium-*-* } }
 /* { dg-final { scan-assembler-times "nop|NOP" 2 { target { ! { alpha*-*-* } } } } } */
 /* { dg-final { scan-assembler-times "bis" 2 { target alpha*-*-* } } } */
 
index 942ec14c8e5b83242ec4700c38029e2ec68bda25..6b0318f0d66d6136231d7170eaa0ae1c78890cda 100644 (file)
@@ -1,6 +1,5 @@
-/* { dg-do compile { target { ! nvptx*-*-* } } } */
+/* { dg-do compile { target { ! { nvptx*-*-* visium-*-* } } } } */
 /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */
-/* { dg-additional-options "-mcpu=gr6" { target visium-*-* } }
 /* { dg-final { scan-assembler-times "nop|NOP" 3 { target { ! { alpha*-*-* } } } } } */
 /* { dg-final { scan-assembler-times "bis" 3 { target alpha*-*-* } } } */
 
index e88b0eb15c14b9639e4f26510fa789d543ee5780..6667d3c558c88482c9f26e829fdb8e4e269fbbe2 100644 (file)
@@ -1,6 +1,5 @@
-/* { dg-do compile { target { ! nvptx*-*-* } } } */
+/* { dg-do compile { target { ! { nvptx*-*-* visium-*-* } } } } */
 /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */
-/* { dg-additional-options "-mcpu=gr6" { target visium-*-* } }
 /* { dg-final { scan-assembler-times "nop|NOP" 1 { target { ! { alpha*-*-* } } } } } */
 /* { dg-final { scan-assembler-times "bis" 1 { target alpha*-*-* } } } */
 
index a2c98866e6c9491e210a128f1e63f1d91d7088cc..eebc9201ebd5b978684bfcf5ed2b88acd2fdd191 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -Warray-bounds -fdump-tree-phiopt2" } */
+/* { dg-options "-O2 -ftree-cselim -Warray-bounds -fdump-tree-phiopt2" } */
 
 void
 h (const void *p, unsigned n)