From da1d63e8778d4e349f046f4295564c56fa8ddbc2 Mon Sep 17 00:00:00 2001 From: collison Date: Tue, 10 Feb 2015 08:00:29 +0000 Subject: [PATCH] 2015-01-27 Michael Collison Backport from trunk r217228. 2014-11-07 Jiong Wang * gcc.dg/tree-ssa/20040204-1.c: Add aarch64*-*-* to the list. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/linaro/gcc-4_9-branch@220571 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog.linaro | 7 +++++++ gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog.linaro b/gcc/testsuite/ChangeLog.linaro index c1f24b7..d148c88 100644 --- a/gcc/testsuite/ChangeLog.linaro +++ b/gcc/testsuite/ChangeLog.linaro @@ -1,3 +1,10 @@ +2015-01-27 Michael Collison + + Backport from trunk r217228. + 2014-11-07 Jiong Wang + + * gcc.dg/tree-ssa/20040204-1.c: Add aarch64*-*-* to the list. + 2015-02-10 Michael Collison Backport from trunk r219583. diff --git a/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c b/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c index 8518dfb..2793336 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c @@ -33,5 +33,5 @@ void test55 (int x, int y) that the && should be emitted (based on BRANCH_COST). Fix this by teaching dom to look through && and register all components as true. */ -/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail { ! "alpha*-*-* arm*-*-* powerpc*-*-* cris-*-* crisv32-*-* hppa*-*-* i?86-*-* mmix-*-* mips*-*-* m68k*-*-* moxie-*-* nds32*-*-* sparc*-*-* spu-*-* x86_64-*-*" } } } } */ +/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail { ! "alpha*-*-* arm*-*-* aarch64*-*-* powerpc*-*-* cris-*-* crisv32-*-* hppa*-*-* i?86-*-* mmix-*-* mips*-*-* m68k*-*-* moxie-*-* nds32*-*-* sparc*-*-* spu-*-* x86_64-*-*" } } } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */ -- 2.7.4