Commit a02bf6ab by Richard Biener Committed by Richard Biener

re PR tree-optimization/66719 (gcc.dg/vect/bb-slp-32.c FAILs)

2015-07-02  Richard Biener  <rguenther@suse.de>

	PR testsuite/66719
	* gcc.dg/vect/bb-slp-32.c: Re-add XFAIL for targets not supporting
	unaligned loads.

From-SVN: r225303
parent dcbc9df9
2015-07-02 Richard Biener <rguenther@suse.de>
PR testsuite/66719
* gcc.dg/vect/bb-slp-32.c: Re-add XFAIL for targets not supporting
unaligned loads.
2015-07-02 Richard Biener <rguenther@suse.de>
* gcc.dg/tree-ssa/ssa-dom-cse-4.c: New testcase.
2015-07-01 H.J. Lu <hongjiu.lu@intel.com>
......
......@@ -19,4 +19,4 @@ int foo (int *p)
return tem0 + tem1 + tem2 + tem3;
}
/* { dg-final { scan-tree-dump "vectorization is not profitable" "slp2" } } */
/* { dg-final { scan-tree-dump "vectorization is not profitable" "slp2" { xfail { vect_no_align && { ! vect_hw_misalign } } } } } */
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