Commit 8e7b84e8 by John David Anglin

re PR ipa/77732 (FAIL: gcc.dg/ipa/ipcp-cstagg-7.c scan-ipa-dump-times cp…

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
parent e0ffba6d
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> 2017-08-18 David Malcolm <dmalcolm@redhat.com>
PR tree-optimization/46805 PR tree-optimization/46805
......
...@@ -62,4 +62,4 @@ h (int x) ...@@ -62,4 +62,4 @@ h (int x)
return bar (s, 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 } } } } } */
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