This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/10983] [3.4 regression] [SPARC64] ICE in verify_wide_reg, at flow.c:551, while compiling libjava
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jun 2003 22:13:14 -0000
- Subject: [Bug bootstrap/10983] [3.4 regression] [SPARC64] ICE in verify_wide_reg, at flow.c:551, while compiling libjava
- References: <20030526164507.10983.c.christian.joensson@telia.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10983
------- Additional Comments From cvs-commit@gcc.gnu.org 2003-06-13 22:13 -------
Subject: Bug 10983
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: ebotcazou@gcc.gnu.org 2003-06-13 22:13:09
Modified files:
gcc : ChangeLog combine.c
Log message:
PR bootstrap/10983
* combine.c (make_extraction): Use gen_lowpart_for_combine
when extracting from a REG and not in the destination of a SET.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.18200&r2=1.18201
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/combine.c.diff?cvsroot=gcc&r1=1.362&r2=1.363