This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: How can I add S+core backend code into GCC package
- From: Richard Sandiford <richard at codesourcery dot com>
- To: liqin at sunnorth dot com dot cn
- Cc: David Edelsohn <dje at watson dot ibm dot com>, gcc-patches at gcc dot gnu dot org, lqchen0628 at yahoo dot com dot cn, Mark Mitchell <mark at codesourcery dot com>, bg19202 at hotmail dot com
- Date: Sat, 30 Sep 2006 12:34:18 +0100
- Subject: Re: How can I add S+core backend code into GCC package
- References: <OFED8BA339.2B3A2599-ON482571F9.003836AE-482571F9.003B1392@sunnorth.com.cn>
liqin@sunnorth.com.cn writes:
> I am greatly appreciate to get your reply so quickly. We will on vacation
> next week, so I fixed these problems tonight.
>
> Because I think our select_cc_mode code have not problems, so add it in
> the last patch. but in our test, we found some testsuit could not passed,
> so I just disable the SELECT_CC_MODE macro and want to debug it latter.
> But you read the code so carefully, I had better removed it first, when
> fix the bug, we will add it again.
>
> Other problems have updated.
>
> Thanks you so patient us. and wish to get your positive reply on our code.
Thanks for the quick response. FWIW, this does indeed look good to me.
I think the port has already been approved in principle, so hopefully
it can go in soon.
Richard