From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10249 invoked by alias); 10 Jun 2009 19:40:42 -0000 Received: (qmail 10105 invoked by uid 48); 10 Jun 2009 19:40:28 -0000 Date: Wed, 10 Jun 2009 19:40:00 -0000 Message-ID: <20090610194028.10104.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/40389] optimizer bug (possibly) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jason 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: 2009-06/txt/msg00658.txt.bz2 ------- Comment #9 from jason at gcc dot gnu dot org 2009-06-10 19:40 ------- Actually, I'm not sure I'm the right person to work on this bug, as we might want this analysis to happen more in the optimizer. That is, we see that "this" escapes in one of the H constructors, so all H must be treated as addressable. -- jason at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jason at gcc dot gnu dot org|unassigned at gcc dot gnu | |dot org Status|ASSIGNED |NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40389