This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RTL] emit_insn_before() -- got error
- From: Jie Zhang <zhangjie at magima dot com dot cn>
- To: 王 逸 <cnnjuwy at hotmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 05 Apr 2004 18:01:19 +0800
- Subject: Re: [RTL] emit_insn_before() -- got error
- References: <Sea1-DAV68gdjMGJ1Re00013c4c@hotmail.com>
王 逸 wrote:
>What ever does this "non-matching instruction" means?
>
>
You generated a RTL insn which cannot be matched by any template in your
md file.
Please try to find the offending insn, dump it to find the cause.
Jie