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]

Re: PATCH: -fdump-translation-unit in C


>>>>> Mark Mitchell writes:

 > By popular demand (and because I was trying to debug something ...)
 > I've moved the C++ tree-dumping code into the C front-end, with the
 > appropriate language-dependent hooks.  I cleaned up another tidbit at
 > the same time: C/C++ both defined DECL_C_BIT_FIELD, but using
 > different bits, which is a little silly.

Mark,

you forgot to add c-dump.h , make aborts now with:

make[2]: *** No rule to make target `c-dump.h', needed by `c-dump.o'.  Stop.

c-dump.h is not part of your patch and not checked in - but it's
referenced by your patches.  Can you add it please?

Thanks,
Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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