From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11506 invoked by alias); 7 Jun 2006 16:47:56 -0000 Received: (qmail 11212 invoked by uid 48); 7 Jun 2006 16:47:20 -0000 Date: Wed, 07 Jun 2006 16:50:00 -0000 Message-ID: <20060607164720.11211.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/27935] gcc fails to compile code with operator delete(void*,size_t) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" 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 X-SW-Source: 2006-06/txt/msg00822.txt.bz2 List-Id: ------- Comment #2 from pinskia at gcc dot gnu dot org 2006-06-07 16:47 ------- Actually my testcase is invalid as "unsigned int" is not always size_t. In fact if I change it to "unsigned long" for x86_64 and PPC-darwin, it passes in 4.1.0 20060208 and 4.2.0 20060507. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27935