From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7033 invoked by alias); 11 Dec 2008 16:40:49 -0000 Received: (qmail 5483 invoked by uid 48); 11 Dec 2008 16:39:25 -0000 Date: Thu, 11 Dec 2008 16:40:00 -0000 Message-ID: <20081211163925.5482.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/37144] A bug in include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "paolo dot carlini at oracle 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: 2008-12/txt/msg01193.txt.bz2 ------- Comment #17 from paolo dot carlini at oracle dot com 2008-12-11 16:39 ------- In any case, I don't really understand your snippet: you are comparing &x.i to &t1.i, but x comes from p, and p *copies* t1 at construction time, in other terms &p.first.i != &t1.i to begin with. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37144