re PR other/90381 (New test case gcc.dg/tree-ssa/pr88676-2.c fails with its introduction in r270934)
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
This commit is contained in:
parent
f7b7e5d047
commit
d486dbfbb3
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue