From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17894 invoked by alias); 20 Jan 2009 23:16:31 -0000 Received: (qmail 17857 invoked by uid 48); 20 Jan 2009 23:16:19 -0000 Date: Tue, 20 Jan 2009 23:16:00 -0000 Message-ID: <20090120231619.17856.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/38857] [4.4 Regression] ICE in selective scheduler In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "steven 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-01/txt/msg02254.txt.bz2 ------- Comment #6 from steven at gcc dot gnu dot org 2009-01-20 23:16 ------- -static bool code_motion_path_driver (insn_t, av_set_t, ilist_t, - cmpd_local_params_p, void *); +static int code_motion_path_driver (insn_t, av_set_t, ilist_t, + cmpd_local_params_p, void *); You probably don't want this bit...? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38857