From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19289 invoked by alias); 24 Feb 2009 22:33:20 -0000 Received: (qmail 18607 invoked by uid 48); 24 Feb 2009 22:33:10 -0000 Date: Tue, 24 Feb 2009 22:33:00 -0000 Message-ID: <20090224223310.18606.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/39274] internal compiler error: in check_cfg, at haifa-sched.c, var-tracking In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia 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-02/txt/msg02130.txt.bz2 ------- Comment #1 from pinskia at gcc dot gnu dot org 2009-02-24 22:33 ------- >It looks like free_cfg pass removes something it should not after > NOTE_INSN_VAR_LOCATION was inserted by variable_tracking pass. Are you running the scheduler manually in your machine dependent reorg? If so you need to call compute_bb_for_insn before calling schedule_insns. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39274