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: diagnostics tweakage


Zack Weinberg <zack@codesourcery.com> writes:

| Gabriel Dos Reis <gdr@cs.tamu.edu> writes:
| 
| > |         * pretty-print.c: Include tree.h.
| >
| > I've been trying to avoid dependence of the core pretty printer on trees.
| > The idea is that it shouldbe usable by other clients, like libcpp.
| > Can you work around that?
| 
| Not at this stage, but I suspect I can make the code that uses it move
| to tree-pretty-print.c at a later stage of the project.

Do you have an approximate timeframe?  I'm worried that this
dependency might stay longer than needed. 

Thanks,

-- Gaby


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