From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11927 invoked by alias); 3 May 2007 12:00:57 -0000 Received: (qmail 11890 invoked by uid 48); 3 May 2007 12:00:45 -0000 Date: Thu, 03 May 2007 12:00:00 -0000 Message-ID: <20070503120045.11889.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/29365] Unnecessary anonymous namespace warnings In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "aaronavay62 at aaronwl dot com" 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/msg00240.txt.bz2 ------- Comment #20 from aaronavay62 at aaronwl dot com 2007-05-03 13:00 ------- It looks like this will not be backported to 4.2 as its not strictly a regression. See . If you use this sort of pimpl and anonymous namespaces or similar, and you want to use -Werror, you'll need to patch your own sources for now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29365