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: C++ error printer cleanup, phase 1


Zack Weinberg <zack@codesourcery.com> writes:

| On Mon, Sep 24, 2001 at 01:50:43AM +0200, Gabriel Dos Reis wrote:
| > Zack Weinberg <zack@codesourcery.com> writes:
| > 
| > | Okay, but in that case, I don't see what you are proposing to unify.
| > 
| > Currently, cpp has its own set of diagnostic subroutines, which
| > consists, in some extent, of duplication  of the existing
| > languaga-independent subroutines in diagnostic.c.
| 
| Oh.  That is still a nontrivial unification project.  diagnostic.c has
| dependencies on the rest of the back end which are not acceptable for
| cpplib.

Recently, I moved RTL bits in a separate file.  What other nontrivial
dependencies do you have in mind? (I see use of certain diagnostic
flags, but I don't think they are nontrivial issues).

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com


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