This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ PATCH to improve dump_decl (PR c++/71075)
- From: Jason Merrill <jason at redhat dot com>
- To: Marek Polacek <polacek at redhat dot com>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 19 May 2016 12:55:18 -0400
- Subject: Re: C++ PATCH to improve dump_decl (PR c++/71075)
- Authentication-results: sourceware.org; auth=none
- References: <20160519164550 dot GI1611 at redhat dot com>
Well, constants aren't declarations. Why are we calling dump_decl here?
Jason