Use of undeclared variable. When the DEBUG macro is enabled, the code bellow is compiled. However, there is no declaration of 'i'. coreutils/od_bloaty.c:1374:7: error: ‘i’ undeclared (first use in this function) for (i = 0; i < G.n_specs; i++) { ^
Fixed in git, thanks