This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]