Sven Verdoolaege
unread,Nov 20, 2015, 5:28:49 PM11/20/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Sebastian Pop, David Edelsohn, Sebastian Pop, isl-dev...@googlegroups.com
On Fri, Nov 20, 2015 at 10:14:47AM -0600, Sebastian Pop wrote:
> Sven, is there a way to fix this problem in ISL 0.15?
isl-0.15 has been out for a while, but if I ever release an isl-0.15.1,
it can go in.
On Fri, Nov 20, 2015 at 11:37:42AM -0500, David Edelsohn wrote:
> It's a C++ warning that is treated as an error during the GCC build.
> This presumably is a problem on all configurations of GCC.
>
> In file included from
> /gsa/yktgsa/home/e/d/edelsohn/install/include/isl/list.h:13:0,
> from
> /gsa/yktgsa/home/e/d/edelsohn/install/include/isl/aff_type.h:4,
> from
> /gsa/yktgsa/home/e/d/edelsohn/install/include/isl/local_space.h:4,
> from
> /gsa/yktgsa/home/e/d/edelsohn/install/include/isl/constraint.h:13,
> from /nasfarm/edelsohn/src/src/gcc/graphite.c:36:
> /gsa/yktgsa/home/e/d/edelsohn/install/include/isl/ctx.h:83:17:
> warning: comma at end of enumerator list [-Wpedantic]
> isl_stat_ok = 0,
> ^
OK, I can reproduce it with "g++ -std=gnu++98 -pedantic".
Thanks,
skimo