From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19234 invoked by alias); 4 Oct 2005 02:32:28 -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 19220 invoked by uid 48); 4 Oct 2005 02:32:25 -0000 Date: Tue, 04 Oct 2005 02:32:00 -0000 Message-ID: <20051004023225.19219.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/19741] suboptimal error message for template functions (as opposed to non-templates) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" X-SW-Source: 2005-10/txt/msg00260.txt.bz2 List-Id: ------- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-04 02:32 ------- The error message was changed by: Fixed by: * error.c (dump_type) : Print reworded message. * g++.dg/overload/unknown1.C: New. But reading comment 4, that will not fix the issue fully. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19741