cparser crashes on initializing a multi-dimensional array
GabrielRavier opened this issue · 0 comments
GabrielRavier commented
int a[][0][0] = {1, 2};
cparser outputs this :
cparser: ir/tr/entity.c:515: get_initializer_compound_value: Assertion `index < initializer->compound.n_initializers' failed.
Aborted (core dumped)