mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
b2953ba0cb
commit
40916d5021
|
@ -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
|
||||
|
|
|
@ -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" } } */
|
||||
|
|
Loading…
Reference in New Issue