]> git.ipfire.org Git - thirdparty/gcc.git/commit
graphite-optimize-isl.c (optimize_isl): Fail and dump if ISL errors other than isl_er...
authorRichard Biener <rguenther@suse.de>
Mon, 25 Sep 2017 09:48:31 +0000 (09:48 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 25 Sep 2017 09:48:31 +0000 (09:48 +0000)
commit871a0725ddee3c9ef8cf827cb85ce08e150fec44
tree03aab835117a5662f821e9bed7cfa704fbe66ed6
parentd449ed7517e34dc3b24c60f2d374a94f46b220d5
graphite-optimize-isl.c (optimize_isl): Fail and dump if ISL errors other than isl_error_quota happen.

2017-09-25  Richard Biener  <rguenther@suse.de>

* graphite-optimize-isl.c (optimize_isl): Fail and dump if
ISL errors other than isl_error_quota happen.  Dump if the
schedule is the same.
* graphite-sese-to-poly.c (build_poly_scop): Fail on ISL
errors instead of aborting inside ISL.

From-SVN: r253142
gcc/ChangeLog
gcc/graphite-optimize-isl.c
gcc/graphite-sese-to-poly.c