This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: RTL templates
- From: "Rakesh Kumar - Software, Noida" <rakeshku at noida dot hcltech dot com>
- To: Petar Penchev <ptr at melexis dot com>, gcc at gcc dot gnu dot org
- Date: Fri, 12 Dec 2003 14:23:18 +0530
- Subject: RE: RTL templates
Would you please give the test case you were compiling for?
The information is incomplete.
You could check for what RTL pass generates. If this is
problem at RTL level, you could hack the tree or see which
particular function generated this insn. These are just suggestions.
You are in a more better position to solve it.
Regards,
Rakesh Kumar
-----Original Message-----
From: Petar Penchev [mailto:ptr@melexis.com]
Sent: Friday, December 12, 2003 2:07 PM
To: gcc@gcc.gnu.org
Subject: RTL templates
Hi,
Can somebody tell me what is the minal set of RTL templates to be defined in
.md file ?
I tried to compile a program (a program which does nothing), and I have got
:
(insn 18 0 21 (??? bad code 17473
) -1 (nil)
(nil))
I think I get that because my RTL templates are incopmlete, but I am not so
sure.
Any ideas how to fix that are welcome.
Regards
Petar