aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2017-03-03 15:35:04 +0100
committerYvan Roux <yvan.roux@linaro.org>2017-03-14 12:22:14 +0000
commit1524c36448043be35955f05b366f1c74ce2e3546 (patch)
tree91f23193161177c74e54f8441e296e11fa3dfdb6 /gcc
parent03f60d2203bce646f0d1bab2f2074b6c821721ed (diff)
gcc/testsuite/
Backport from trunk r244372. 2017-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com> PR tree-optimization/78319 * gcc.dg/uninit-pred-8_a.c: Add -mtune=cortex-a15 for arm. Remove xfail. Change-Id: Id16a0354186cd1459223c1eab8d26a69a671a3a2
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.dg/uninit-pred-8_a.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/uninit-pred-8_a.c b/gcc/testsuite/gcc.dg/uninit-pred-8_a.c
index 1b7c472420c..c4cdf48598e 100644
--- a/gcc/testsuite/gcc.dg/uninit-pred-8_a.c
+++ b/gcc/testsuite/gcc.dg/uninit-pred-8_a.c
@@ -1,6 +1,8 @@
/* { dg-do compile } */
/* { dg-options "-Wuninitialized -O2" } */
+/* Pick a particular tuning to pin down BRANCH_COST. */
+/* { dg-additional-options "-mtune=cortex-a15" { target arm*-*-* } } */
int g;
void bar();