From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14150 invoked by alias); 2 May 2013 19:28:42 -0000 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 Received: (qmail 14101 invoked by uid 48); 2 May 2013 19:28:39 -0000 From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/57091] [4.8/4.9 Regression] ICE: in assign_by_spills, at lra-assigns.c:1268 with -mcmodel=large and indirect call Date: Thu, 02 May 2013 19:28:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: ice-on-valid-code, ra X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.1 X-Bugzilla-Changed-Fields: Status CC Resolution Target Milestone Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-05/txt/msg00121.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57091 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |jakub at gcc dot gnu.org Resolution| |FIXED Target Milestone|--- |4.8.1 --- Comment #2 from Jakub Jelinek 2013-05-02 19:28:38 UTC --- Author: vmakarov Date: Thu May 2 19:02:19 2013 New Revision: 198558 URL: http://gcc.gnu.org/viewcvs?rev=198558&root=gcc&view=rev Log: 2013-05-02 Vladimir Makarov * lra-constraints.c (process_alt_operands): Add checking alt number to choose the best alternative. Modified: trunk/gcc/ChangeLog trunk/gcc/lra-constraints.c Author: vmakarov Date: Wed May 1 18:54:17 2013 New Revision: 198503 URL: http://gcc.gnu.org/viewcvs?rev=198503&root=gcc&view=rev Log: 2013-05-01 Vladimir Makarov PR target/57091 * lra-constraints.c (best_small_class_operands_num): Remove. (process_alt_operands): Remove small_class_operands_num. Take small classes operands into losers and only if the operand is not matched. Modify debugging output. (curr_insn_transform): Remove best_small_class_operands_num. Print insn name. 2013-05-01 Vladimir Makarov PR target/57091 * gcc.target/i386/pr57091.c: New test. Added: trunk/gcc/testsuite/gcc.target/i386/pr57091.c Modified: trunk/gcc/ChangeLog trunk/gcc/lra-constraints.c trunk/gcc/testsuite/ChangeLog Author: vmakarov Date: Thu May 2 19:16:29 2013 New Revision: 198559 URL: http://gcc.gnu.org/viewcvs?rev=198559&root=gcc&view=rev Log: 2013-05-02 Vladimir Makarov Backport from mainline 2013-05-02 Vladimir Makarov * lra-constraints.c (process_alt_operands): Add checking alt number to choose the best alternative. 2013-05-01 Vladimir Makarov PR target/57091 * lra-constraints.c (best_small_class_operands_num): Remove. (process_alt_operands): Remove small_class_operands_num. Take small classes operands into losers and only if the operand is not matched. Modify debugging output. (curr_insn_transform): Remove best_small_class_operands_num. Print insn name. 2013-05-02 Vladimir Makarov Backport from mainline PR target/57091 * gcc.target/i386/pr57091.c: New test. Added: branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr57091.c Modified: branches/gcc-4_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/lra-constraints.c branches/gcc-4_8-branch/gcc/testsuite/ChangeLog