From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26865 invoked by alias); 18 May 2007 08:47:37 -0000 Received: (qmail 26742 invoked by uid 48); 18 May 2007 08:47:20 -0000 Date: Fri, 18 May 2007 08:47:00 -0000 Message-ID: <20070518084720.26741.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/29286] [4.0/4.1/4.2/4.3 Regression] placement new does not change the dynamic type as it should In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-05/txt/msg01396.txt.bz2 ------- Comment #82 from rguenth at gcc dot gnu dot org 2007-05-18 09:47 ------- Oh, and the double-ness is to show that at RTL expansion we actually unify alias sets of long and double, not long and int, which is wrong again. See my comment #51. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29286