From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6736 invoked by alias); 3 Apr 2009 21:19:00 -0000 Received: (qmail 6207 invoked by uid 48); 3 Apr 2009 21:18:45 -0000 Date: Fri, 03 Apr 2009 21:19:00 -0000 Message-ID: <20090403211845.6206.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/39631] f951 seg faults while building libgfortran In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "sje at cup dot hp 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: 2009-04/txt/msg00244.txt.bz2 ------- Comment #1 from sje at cup dot hp dot com 2009-04-03 21:18 ------- Putting in a workaround to fix another build problem allowed me to track this problem down as starting with version r145309: 2009-03-30 Vladimir Makarov * reload.c (push_reload, find_dummy_reload): Use df_get_live_out instead of DF_LR_OUT. * ira-lives.c (process_bb_node_lives): Ditto. * ira-color.c (ira_loop_edge_freq): Use df_get_live_{out,in} instead of DF_LR_{OUT,IN}. * ira-emit.c (generate_edge_moves, add_ranges_and_copies): Ditto. * ira-build.c (create_bb_allocnos, create_loop_allocnos): Ditto. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39631