5f3250addb
* support IMath as an optional replacement for GMP * minor AST generator improvements - Inherits changes from ISL version 0.13 * deprecate isl_int * improved support for multi piecewise quasi-affine expressions * allow the user to impose a bound on the number of low-level operations * add isl_id_to_ast_expr and isl_id_to_pw_aff * add isl_schedule_constraints * hide internal structure of isl_vec * remove support for piplib OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=17
12 lines
231 B
Diff
12 lines
231 B
Diff
--- isl-0.14/isl_ast.c.orig 2014-12-04 10:19:12.262314510 +0100
|
|
+++ isl-0.14/isl_ast.c 2014-12-04 10:19:58.317312916 +0100
|
|
@@ -358,6 +358,8 @@
|
|
return 1;
|
|
case isl_ast_expr_error:
|
|
return -1;
|
|
+ default:
|
|
+ return -1;
|
|
}
|
|
}
|
|
|