Re: [PATCH v2 2/2 resend] LoongArch: add model attribute

2022-08-25 Thread Lulu Cheng
在 2022/8/25 下午7:41, Xi Ruoyao 写道: On Thu, 2022-08-25 at 17:12 +0800, Xi Ruoyao via Gcc-patches wrote: On Thu, 2022-08-25 at 16:53 +0800, Lulu Cheng wrote: I think this should add a sentence: "Currently, the identifier name can only be one of small or extreme." I'll add this line and

Re: [PATCH v2 2/2 resend] LoongArch: add model attribute

2022-08-25 Thread Xi Ruoyao via Gcc-patches
On Thu, 2022-08-25 at 17:12 +0800, Xi Ruoyao via Gcc-patches wrote: > On Thu, 2022-08-25 at 16:53 +0800, Lulu Cheng wrote: > > I think this should add a sentence: > > > > > > "Currently, the identifier name can only be one of small or > > extreme." > > I'll add this line and spend some time

Re: [PATCH v2 2/2 resend] LoongArch: add model attribute

2022-08-25 Thread Xi Ruoyao via Gcc-patches
On Thu, 2022-08-25 at 16:53 +0800, Lulu Cheng wrote: > I think this should add a sentence: > > > "Currently, the identifier name can only be one of small or extreme." I'll add this line and spend some time trying to see how to reliably reproduce the ICE mentioned in 1/2 before committing. >

Re: [PATCH v2 2/2 resend] LoongArch: add model attribute

2022-08-25 Thread Lulu Cheng
在 2022/8/24 下午10:12, Xi Ruoyao 写道: On Wed, 2022-08-24 at 22:08 +0800, Xi Ruoyao wrote: v1 -> v2:  * Avoid introduce of SYMBOL_PCREL32, use SYMBOL_PCREL for 32-bit PC    relative.  * Rebase onto a bug fix ([1/2] in the series) to avoid merge conflict.  * Fix missed ChangeLog entries. Rese