Re: [PATCH 1/3] [graphite] assert instead of silently failing code gen

2016-01-28 Thread H.J. Lu
On Thu, Jan 28, 2016 at 8:24 AM, Sebastian Pop wrote: > * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert instead > of > setting codegen_error to fail codegen. This may have caused: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69545 -- H.J.

[PATCH 1/3] [graphite] assert instead of silently failing code gen

2016-01-28 Thread Sebastian Pop
* graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert instead of setting codegen_error to fail codegen. --- gcc/graphite-isl-ast-to-gimple.c | 26 ++ 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/gcc/graphite-isl-ast-to-gimple.c b/gc