From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4702 invoked by alias); 1 Apr 2004 23:33:22 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 4681 invoked by alias); 1 Apr 2004 23:33:21 -0000 Date: Thu, 01 Apr 2004 23:33:00 -0000 Message-ID: <20040401233321.4680.qmail@sources.redhat.com> From: "cvs-commit at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040206054019.14040.phillim2@comcast.net> References: <20040206054019.14040.phillim2@comcast.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/14040] [3.3/3.4 Regression] ARM cross compiler: error: could not split insn X-Bugzilla-Reason: CC X-SW-Source: 2004-04/txt/msg00119.txt.bz2 List-Id: ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-04-01 23:33 ------- Subject: Bug 14040 CVSROOT: /cvs/gcc Module name: gcc Branch: csl-arm-branch Changes by: mmitchel@gcc.gnu.org 2004-04-01 23:33:05 Modified files: gcc : ChangeLog Log message: PR target/14040 * genemit.c (gen_split): Change prototype of generated code. * genrecog.c (write_action): Adjust prototype for and calls to gen_split_*. * gensupport.c (struct queue_elem): Add split field. (queue_pattern): Return a value. Clear the split field. (process_rtx): Maintain an association between an insn and the split generated from it for a define_insn_and_split. (process_one_cond_exec): Generate a new split for a define_insn_and_split. * config/arm/arm-protos.h (arm_split_constant): Add insn parameter. (emit_constant_insn): New function. (arm_gen_constant): Use it. * config/arm/arm.md: Adjust calls to arm_split_constant. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=csl-arm-branch&r1=2.1568.2.42&r2=2.1568.2.43 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14040