This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: wrong insn sequence generation for condition verification
- From: Ian Lance Taylor <ian at airs dot com>
- To: Sriharsha <sriharsha dot v at redpinesignals dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 18 Oct 2005 12:08:11 -0700
- Subject: Re: wrong insn sequence generation for condition verification
- References: <4354CF6E.3050406@redpinesignals.com>
Sriharsha <sriharsha.v@redpinesignals.com> writes:
> Now, where do I change this? My .md file has entries corresponding to
> these comparisions. Is it enough if I change them here? or should I be
> changing somewhere else also?
It's very hard to give advice for an uncontributed port. You have to
look at the entries in the .md file and see if they are correct. If
they are wrong, then fix them. If they are correct, then probably
something in the CPU.c file is generating the wrong output for some
reason, perhaps whatever code generates a conditional branch.
Ian