> Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Thanks, > Martin > > gcc/ada/ChangeLog: > > * locales.c (iso_639_1_to_639_3): Use ARRAY_SIZE. > (language_name_to_639_3): Likewise. > (country_name_to_3166): Likewise.
Can you clarify where ARRAY_SIZE is defined? locales.c only contains: #include <locale.h> #include <ctype.h> #include <stddef.h> So I don't see how your patch can work, can you clarify? Also, did you perform a build with Ada enabled with this change? Arno