diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2017-08-20 18:23:41 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2017-08-20 18:23:41 +0000 |
commit | 8e7b84e86a136352788777d865da7d1d5788d120 (patch) | |
tree | dc2e282b0dff97a5f92d4d7973dc8cee3a6146e8 /gcc | |
parent | e0ffba6d2217e3629d988f52f81477dfdce17a3d (diff) | |
download | gcc-8e7b84e86a136352788777d865da7d1d5788d120.zip gcc-8e7b84e86a136352788777d865da7d1d5788d120.tar.gz gcc-8e7b84e86a136352788777d865da7d1d5788d120.tar.bz2 |
re PR ipa/77732 (FAIL: gcc.dg/ipa/ipcp-cstagg-7.c scan-ipa-dump-times cp "Discovered an indirect call to a known target" 3)
PR ipa/77732
* gcc.dg/ipa/ipcp-cstagg-7.c: Xfail on 32-bit hppa.
From-SVN: r251206
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/ipa/ipcp-cstagg-7.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6cfb098..749847f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2017-08-20 John David Anglin <danglin@gcc.gnu.org> + + PR ipa/77732 + * gcc.dg/ipa/ipcp-cstagg-7.c: Xfail on 32-bit hppa. + 2017-08-18 David Malcolm <dmalcolm@redhat.com> PR tree-optimization/46805 diff --git a/gcc/testsuite/gcc.dg/ipa/ipcp-cstagg-7.c b/gcc/testsuite/gcc.dg/ipa/ipcp-cstagg-7.c index 6af8bda..b08c420 100644 --- a/gcc/testsuite/gcc.dg/ipa/ipcp-cstagg-7.c +++ b/gcc/testsuite/gcc.dg/ipa/ipcp-cstagg-7.c @@ -62,4 +62,4 @@ h (int x) return bar (s, x); } -/* { dg-final { scan-ipa-dump-times "Discovered an indirect call to a known target" 3 "cp" } } */ +/* { dg-final { scan-ipa-dump-times "Discovered an indirect call to a known target" 3 "cp" { xfail { hppa*-*-* && { ! lp64 } } } } } */ |