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: [ast-optimizer-branch] Tree simplification and unparsing


On Fri, Jan 25, 2002 at 01:00:40PM -0500, Diego Novillo wrote:
> On Wed, 23 Jan 2002, POP Sebastian wrote:
> 
> > However the simplification of for/while/do is not yet in the
> > patch, and I see that there are some // comments I forgot to
> > supress in the c-pretty-print.c
> > 
> Hence all the FIXME comments sprinkled all over the place :)
> The pass is quite incomplete and it still doesn't bootstrap, but
> we're getting there.
> 
> > +// To be declared in another .h file ... +extern void
> > debug_output_buffer PARAMS ((output_buffer*));
> > 
> > That could be used during the debugging of output_buffers with
> > gdb, but don't know exactly where to declare it.  Maybe in the
> > same file as other output_buffer primitives ? 
> > 
> Hmm, what's wrong with 'print *buffer'?  

It's just for dumping the contents of the output_buffer from gdb :-)
You can delete this function, sorry.

Sebastian.


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