From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23303 invoked by alias); 2 Jun 2010 10:37:03 -0000 Received: (qmail 23234 invoked by uid 48); 2 Jun 2010 10:36:42 -0000 Date: Wed, 02 Jun 2010 10:37:00 -0000 Message-ID: <20100602103642.23233.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug debug/44375] goto_locus lost at -O0 during cfg cleanup In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jakub 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-06/txt/msg00140.txt.bz2 ------- Comment #1 from jakub at gcc dot gnu dot org 2010-06-02 10:36 ------- Created an attachment (id=20806) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20806&action=view) gcc46-pr44375.patch One possible fix. Another is to insert GIMPLE_NOP with the location and handle it during expansion (for -O0 of course). -- jakub at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org | Status|UNCONFIRMED |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44375