From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15498 invoked by alias); 5 Aug 2010 22:18:18 -0000 Received: (qmail 15459 invoked by uid 48); 5 Aug 2010 22:18:05 -0000 Date: Thu, 05 Aug 2010 22:18:00 -0000 Message-ID: <20100805221805.15458.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/45202] Strict aliasing warning in stl_tree (returning a copy of a set from a member function in a loop) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "eric_moyer at yahoo 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: 2010-08/txt/msg00367.txt.bz2 ------- Comment #4 from eric_moyer at yahoo dot com 2010-08-05 22:18 ------- This is not a duplicate of bug# 39390 because my copy of g++ compiles the test case for that bug without complaint. It may be related to 42032 since that does not compile correctly but (1) the error messages are different; (2) the errors are for different lines of the stl_tree file; and (3) that bug relates to a map rather than a set -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45202