From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29925 invoked by alias); 23 Aug 2005 16:34:36 -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 29505 invoked by uid 48); 23 Aug 2005 16:34:29 -0000 Date: Tue, 23 Aug 2005 16:40:00 -0000 Message-ID: <20050823163429.29504.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050814053914.23383.pinskia@gcc.gnu.org> References: <20050814053914.23383.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/23383] builtin array operator new is not marked with malloc attribute X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg02709.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-23 16:34 ------- Confirmed: *a = 1; *b = 2; t = *a; operator delete (a); operator delete (b); return t; -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2005-08-23 16:34:29 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23383