re PR testsuite/64145 (gcc.dg/graphite/isl-codegen-loop-dumping.c UNRESOLVED after r217315.)

PR testsuite/64145
	* gcc.dg/graphite/isl-codegen-loop-dumping.c: Restore
	-fgraphite-identity.

From-SVN: r218342
This commit is contained in:
Jack Howarth 2014-12-04 08:46:03 +00:00 committed by François-Xavier Coudert
parent 113c6c5c70
commit e0b340af16
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
PR testsuite/64145
* gcc.dg/graphite/isl-codegen-loop-dumping.c: Restore
-fgraphite-identity.
2014-12-03 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/63558

View File

@ -1,4 +1,4 @@
/* { dg-options "-O2 -fdump-tree-graphite-all" } */
/* { dg-options "-O2 -fgraphite-identity -fdump-tree-graphite-all" } */
int
main (int n, int *a)