From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 997 invoked by alias); 1 Oct 2004 16:02:03 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 971 invoked by alias); 1 Oct 2004 16:02:02 -0000 Date: Fri, 01 Oct 2004 16:02:00 -0000 Message-ID: <20041001160202.970.qmail@sourceware.org> From: "gdr at cs dot tamu dot edu" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041001020944.17763.solodon@mail.com> References: <20041001020944.17763.solodon@mail.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/17763] Wrong context in error message for template parameter X-Bugzilla-Reason: CC X-SW-Source: 2004-10/txt/msg00087.txt.bz2 List-Id: ------- Additional Comments From gdr at cs dot tamu dot edu 2004-10-01 16:01 ------- Subject: Re: Wrong context in error message for template parameter "bangerth at dealii dot org" writes: | Done. Thanks! | With respect to the message | 'ab. Outer::foo [with U = X]() == 1' | you are right, of course: | - there shouldn't be any space after "ab." | - the demangler should probably list the template args after the entire | expression, though I suspect that this is going to be a major change... That error is committed in cp/error.c:dump_function_decl(). -- Gaby -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17763