From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11085 invoked by alias); 21 Apr 2010 19:02:46 -0000 Received: (qmail 9163 invoked by uid 48); 21 Apr 2010 19:02:23 -0000 Date: Wed, 21 Apr 2010 19:02:00 -0000 Message-ID: <20100421190223.9162.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/43167] Warnings should not be disabled when instantiating templates defined in system headers In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "redi 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: 2010-04/txt/msg02260.txt.bz2 ------- Comment #14 from redi at gcc dot gnu dot org 2010-04-21 19:02 ------- Bug 43820 shows cases where libstdc++ was *relying* on the front-end issuing warnings about calling delete with a pointer to incomplete types. I'm going to change the library code to handle it instead, but it's an extra data point related to this bug -- redi at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |redi at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43167