This is the mail archive of the gcc-patches@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]

Re: [PATCH] reorganize simplify_const_relational_operation


>>>>> "Paolo" == Paolo Bonzini <paolo.bonzini@lu.unisi.ch> writes:

>> You're abusing enums, either use masks with #define or real enums.

Paolo> But #define's don't show in gdb.

Use -ggdb3 and they do... but they are made a bit less useful by the
way the tree-checking macros are written (gdb doesn't understand
statement expressions).

Speaking of which, whatever happened to that patch to turn these
checks into inline functions?

Tom


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