From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23415 invoked by alias); 26 Jan 2004 02:11:33 -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 23408 invoked by uid 48); 26 Jan 2004 02:11:33 -0000 Date: Mon, 26 Jan 2004 02:11:00 -0000 Message-ID: <20040126021133.23407.qmail@sources.redhat.com> From: "giovannibajo at libero dot it" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031207222016.13347.bryner@brianryner.com> References: <20031207222016.13347.bryner@brianryner.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug optimization/13347] [tree-ssa] Incorrect code generated for reinterpret_cast<> of pointer-to-member X-Bugzilla-Reason: CC X-SW-Source: 2004-01/txt/msg03242.txt.bz2 List-Id: ------- Additional Comments From giovannibajo at libero dot it 2004-01-26 02:11 ------- By the way, since I was wondering, this is allowed by [expr.reinterpret.cast]/9 bullet 1: "converting an rvalue of type “pointer to member function” to a different pointer to member function type and back to its original type yields the original pointer to member value.". -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13347