On Tue, Oct 6, 2015 at 1:34 AM, Mikhail Maltsev <malts...@gmail.com> wrote: > gcc/ChangeLog: > > 2015-10-05 Mikhail Maltsev <malts...@gmail.com> > > * genautomata.c: Use CHECKING_P instead of ENABLE_CHECKING. > * genconditions.c: Define CHECKING_P in generated code. > * genextract.c: Use CHECKING_P instead of ENABLE_CHECKING. > * gengtype.c (main): Likewise. > * gengtype.h: Likewise.
The generators should simply unconditionally check (not in generated files, of course). And the generated code parts should use flag_checking. Richard. >