re PR tree-optimization/62630 (gcc.dg/graphite/vect-pr43423.c XFAILed)

2015-03-25  Richard Biener  <rguenther@suse.de>

	PR tree-optimization/62630
	* gcc.dg/graphite/vect-pr43423.c: XFAIL.

From-SVN: r221662
This commit is contained in:
Richard Biener 2015-03-25 12:54:12 +00:00 committed by Richard Biener
parent b2953ba0cb
commit 40916d5021
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-03-25 Richard Biener <rguenther@suse.de>
PR tree-optimization/62630
* gcc.dg/graphite/vect-pr43423.c: XFAIL.
2015-03-25 Ilya Enkovich <ilya.enkovich@intel.com>
PR target/65508

View File

@ -15,5 +15,5 @@ void foo(int n, int mid)
}
}
/* { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" } } */
/* { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { xfail *-*-* } } } */
/* { dg-final { cleanup-tree-dump "vect" } } */