On Tue, Sep 6, 2016 at 4:24 PM, David Chisnall <thera...@sucs.org> wrote:

> Report a bug with GCC?  data_size is a const int, and so data_size - 1 is
> an integer constant expression according to the C standard, and is a valid
> initialiser.
>

It might be fixed in a later GCC version (I'll see if I can deploy one),
but the sources online are confusing me about whether C standard interprets
it as above. In the confusion, I thought it might be a clangism.

I'll see if it is possible to trivially switch to using Clang.
_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to