Commit d486dbfb by Li Jia He Committed by Li Jia He

re PR other/90381 (New test case gcc.dg/tree-ssa/pr88676-2.c fails with its…

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
parent f7b7e5d0
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment