From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26666 invoked by alias); 21 Feb 2005 19:37:52 -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 26639 invoked by uid 48); 21 Feb 2005 19:37:47 -0000 Date: Mon, 21 Feb 2005 23:35:00 -0000 Message-ID: <20050221193747.26638.qmail@sourceware.org> From: "yanliu at ca dot ibm dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050221191203.20123.yanliu@ca.ibm.com> References: <20050221191203.20123.yanliu@ca.ibm.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/20123] mangled name of typeid doesn't encode cv-qualifer. X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg02513.txt.bz2 List-Id: ------- Additional Comments From yanliu at ca dot ibm dot com 2005-02-21 19:37 ------- For function parameters, the cv-qualifers should not be mangled. I suspect GCC treates this typeid as a function, thus ignoring the encoding of cv-qualifers. At least, the C++ ABI is not clear in this aspect. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20123