This is the mail archive of the gcc@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: aliasing warnings [patch]


>>>>> "Jason" == Jason Merrill <jason@cygnus.com> writes:

    Jason> The C++ frontend has convenient error-reporting functions
    Jason> that handle printing out all sorts of trees.  It might be
    Jason> nice to move that into the language-independent code.

I think most of that could go into c-common.[ch] in the long run.

    Jason> How about adding this to the C++ frontend, too?

Concretely, I'd suggest putting it in c-common.[ch] and having the
front-ends call it.

--
Mark Mitchell                   mark@codesourcery.com
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]