re PR other/90381 (New test case gcc.dg/tree-ssa/pr88676-2.c fails with its introduct...
authorLi Jia He <helijia@linux.ibm.com>
Wed, 8 May 2019 07:52:26 +0000 (07:52 +0000)
committerLi Jia He <helijia@gcc.gnu.org>
Wed, 8 May 2019 07:52:26 +0000 (07:52 +0000)
PR other/90381
* gcc.dg/tree-ssa/pr88676-2.c: Add 'target le' option to limit the
test case to run on the little endian machine.

From-SVN: r271002

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr88676-2.c

index 363518ee64eb91ba2c11a0c50786615dfb932abd..8e2a7c55770d53aa50f83f397e4de1c97110b94a 100644 (file)
@@ -1,3 +1,9 @@
+2019-05-08  Li Jia He  <helijia@linux.ibm.com>
+
+       PR other/90381
+       * gcc.dg/tree-ssa/pr88676-2.c: Add 'target le' option to limit the
+       test case to run on the little endian machine.
+
 2019-05-08  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/90356
index 9ad2a505a51418599ba38bb761ce3639769535e5..0e616365b4f1359408035afde2c488ff28efc054 100644 (file)
@@ -1,7 +1,7 @@
 /* PR tree-optimization/88676 */
 /* { dg-do compile } */
 /* { dg-options "-O2 -fdump-tree-phiopt1" } */
-/* { dg-final { scan-tree-dump-not " = PHI <" "phiopt1" } } */
+/* { dg-final { scan-tree-dump-not " = PHI <" "phiopt1" { target le } } } */
 
 struct foo1 {
   int i:1;