SHA256
3
0
forked from pool/isl
isl/isl-0.14-fixes.patch
Richard Biener 5f3250addb - Update to ISL version 0.14
* 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
2014-12-04 09:32:32 +00:00

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;
}
}