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
+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
/* 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;