From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13664 invoked by alias); 28 Sep 2006 16:16:26 -0000 Received: (qmail 13629 invoked by uid 48); 28 Sep 2006 16:16:18 -0000 Date: Thu, 28 Sep 2006 16:16:00 -0000 Message-ID: <20060928161618.13628.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/29185] inconsistent warning: deleting array In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "sebor at roguewave dot com" 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-09/txt/msg02683.txt.bz2 List-Id: ------- Comment #8 from sebor at roguewave dot com 2006-09-28 16:16 ------- The EDG guys don't think this is worth spending the committee's time on so I won't be proposing any change to the standard. Issuing just a warning rather than an error is good enough for me. Also, I opened bug 29273 to remove the error from the dynamic_cast expression with an array argument since that one is well-formed as well (see comment 2), according to the same paragraph. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29185