This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r229539 - in /trunk/gcc: ChangeLog genautomata....


Author: law
Date: Thu Oct 29 16:28:40 2015
New Revision: 229539

URL: https://gcc.gnu.org/viewcvs?rev=229539&root=gcc&view=rev
Log:
[PATCH 6/9] ENABLE_CHECKING refactoring: generators

        * genautomata.c: Use CHECKING_P instead of ENABLE_CHECKING.
        * genconditions.c: Define CHECKING_P in the generated code.
        * genextract.c: Use flag_checking in insn_extract.
        * gengtype.c (main): Remove conditional compilation.
        * gengtype.h: Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/genautomata.c
    trunk/gcc/genconditions.c
    trunk/gcc/genextract.c
    trunk/gcc/gengtype.c
    trunk/gcc/gengtype.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]