This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/24952] ICE: RTL check: expected code 'set' or 'clobber', have 'unspec' in try_combine, at combine.c:2898
- From: "sayle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Feb 2006 19:29:37 -0000
- Subject: [Bug middle-end/24952] ICE: RTL check: expected code 'set' or 'clobber', have 'unspec' in try_combine, at combine.c:2898
- References: <bug-24952-260@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from sayle at gcc dot gnu dot org 2006-02-24 19:29 -------
Subject: Bug 24952
Author: sayle
Date: Fri Feb 24 19:29:34 2006
New Revision: 111425
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111425
Log:
PR middle-end/24952
* combine.c (try_combine): Explicitly check whether GET_CODE is
a SET or a CLOBBER, instead on checking that it isn't a USE.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/combine.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24952