This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: ICE in find_reloads
- To: Jan Hubicka <jh at suse dot cz>
- Subject: Re: ICE in find_reloads
- From: Bernd Schmidt <bernds at redhat dot com>
- Date: Mon, 26 Mar 2001 14:51:03 +0100 (BST)
- Cc: <rth at cygnus dot com>, Philipp Thomas <pthomas at suse dot de>,<gcc-bugs at gcc dot gnu dot org>, <gcc-patches at gcc dot gnu dot org>
On Mon, 26 Mar 2001, Jan Hubicka wrote:
> > Mon Mar 26 14:44:03 CEST 2001 Jan Hubicka <jh@suse.cz>
> >
> > * i386.md (truncdfsf2_3, trunctfsf2_2): Change predicate to memory_operand.
> Hi,
> I've just found that the same bug is present in branch too. OK to for branch?
Yes. But please also verify all the splitters; it isn't entirely obvious
that we aren't going to generate these patterns with a non-MEM as operand 0.
Bernd