Commit 95cef0c1 by Richard Biener Committed by Richard Biener

re PR testsuite/69380 (FAIL: g++.dg/tree-ssa/pr69336.C scan-tree-dump-not optimized "cmap")

2016-01-25  Richard Biener  <rguenther@suse.de>

	PR testsuite/69380
	* g++.dg/tree-ssa/pr69336.C: Restrict to x86_64 and i?86.

From-SVN: r232795
parent bf1a8421
2016-01-25 Richard Biener <rguenther@suse.de>
PR testsuite/69380
* g++.dg/tree-ssa/pr69336.C: Restrict to x86_64 and i?86.
2016-01-25 Ilya Enkovich <enkovich.gnu@gmail.com> 2016-01-25 Ilya Enkovich <enkovich.gnu@gmail.com>
PR target/69421 PR target/69421
......
...@@ -83,4 +83,4 @@ int main(void) ...@@ -83,4 +83,4 @@ int main(void)
return 0; return 0;
} }
// { dg-final { scan-tree-dump-not "cmap" "optimized" } } // { dg-final { scan-tree-dump-not "cmap" "optimized" { target x86_64-*-* i?86-*-* } } }
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