This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/13031] [3.3 regression] ICE (unrecognizable insn) when building gnome-libs-1.4.2
- From: "falk at debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Nov 2003 02:08:24 -0000
- Subject: [Bug c/13031] [3.3 regression] ICE (unrecognizable insn) when building gnome-libs-1.4.2
- References: <20031113001114.13031.agriffis@gentoo.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From falk at debian dot org 2003-11-13 02:08 -------
23.lreg creates this RTL:
(eq (const_int 0 [0x0])
(const_int 0 [0x0])
which the Alpha machine description cannot handle. Andrew, is it possible to
backport your patch? Otherwise, one could kludge the machine description
to emit whatever for it, but maybe other mds also don't lilke this.
--
What |Removed |Added
----------------------------------------------------------------------------
Component|optimization |c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13031