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: [RFC][4.4] Convenience reorganization of parts of tree.h


On 12/1/07, Diego Novillo <dnovillo@google.com> wrote:
> Richard Guenther wrote:
>
> > Please make sure you do not make debugging gcc at -O0 a PITA.   Also
> > compare gcc bootstrap times for inline fns vs macros.
>
> Turning macros into inline functions has the exact opposite effect for
> debugging.  It will now be possible to call these accessors from gdb
> instead of having to remember the field names.

Compile with -g3 and you can use the macros as if they were functions.
:)


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