> -----原始邮件-----
> 发件人: "Jeff Law" <jeffreya...@gmail.com>
> 发送时间: 2023-04-05 09:30:43 (星期三)
> 收件人: "Hans-Peter Nilsson" <h...@bitrange.com>, Jiawei <jia...@iscas.ac.cn>
> 抄送: gcc-patches@gcc.gnu.org, kito.ch...@sifive.com, pal...@dabbelt.com,
christoph.muell...@vrull.eu, wuwei2...@iscas.ac.cn
> 主题: Re: [PATCH v2] RISC-V: Add Z*inx imcompatible check in gcc.
>
>
>
> On 4/3/23 19:46, Hans-Peter Nilsson wrote:
> > On Tue, 28 Mar 2023, Jiawei wrote:
> >
> >> + // Zfinx is conflict with float extensions.
> >> + if (TARGET_ZFINX && TARGET_HARD_FLOAT)
> >> + error ("z*inx is conflict with float extensions");
> >> +
> >
> > While I'm not a native English speaker, "is conflict with"
> > doesn't sound grammatically correct. Perhaps "conflicts with"
> > or "is in conflict with"?
> "conflicts with" is better.
>
> Jeff
Thanks for your reply, fixed in the trunk.
BR,
Jiawei</jia...@iscas.ac.cn></h...@bitrange.com></jeffreya...@gmail.com>