complain on memory allocation failure
commit73fd673d549b15b3382f326bda162d8f1bb3cfa1
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 9 Jul 2013 09:07:12 +0000 (9 11:07 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 9 Jul 2013 10:21:31 +0000 (9 12:21 +0200)
tree7c1ac192d6ad4bb98b7180704751b618746aaa9d
parenta80118e1362d60a49ed3910ffe3af508f3b647a4
complain on memory allocation failure

Before, we would silenty abort the computation, without giving the user
any hint as to why the computation was aborted.
The error message is printed using isl_die so that it can still be
suppressed if desired by the user.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/isl/ctx.h
isl_ctx.c