[PATCH] aarch64:Add an error message in large code model for ilp32 [PR94577]

2020-04-20 Thread duanbo (C)
gt; > > > AFAICT the format isn't exactly specified, but the email header should be > like: > > > > [PATCH][AArch64] PR94577: Add an error message in large code model for > > ilp32 > > > > Sometimes the PR number is also placed in brackets. > >

[PATCH] aarch64:Add an error message in large code model for ilp32 [PR94577]

2020-04-21 Thread duanbo (C)
Hi > -Original Message- > From: Richard Sandiford [mailto:richard.sandif...@arm.com] > Sent: Monday, April 20, 2020 10:42 PM > To: duanbo (C) > Cc: GCC Patches > Subject: Re: [PATCH] aarch64:Add an error message in large code model for > ilp32 [PR94577] >

Re: [PATCH] aarch64:Add an error message in large code model for ilp32 [PR94577]

2020-04-20 Thread Richard Sandiford
s. >> > >> > A few minor nitpics: >> > >> > + PR target/94577 >> > + * gcc.target/aarch64/pr94577.c : New test >> > >> > Just like comments, there should be a '.' at the end of changelog entries. >> > >>

Re: [PATCH] aarch64:Add an error message in large code model for ilp32 [PR94577]

2020-04-21 Thread Richard Sandiford
"duanbo (C)" writes: > Hi > >> -Original Message- >> From: Richard Sandiford [mailto:richard.sandif...@arm.com] >> Sent: Monday, April 20, 2020 10:42 PM >> To: duanbo (C) >> Cc: GCC Patches >> Subject: Re: [PATCH] aarch64:Add an err

Re: [PATCH] aarch64:Add an error message in large code model for ilp32 [PR94577]

2020-04-21 Thread Christophe Lyon via Gcc-patches
C)" writes: > > Hi > > > >> -Original Message- > >> From: Richard Sandiford [mailto:richard.sandif...@arm.com] > >> Sent: Monday, April 20, 2020 10:42 PM > >> To: duanbo (C) > >> Cc: GCC Patches > >> Subject: Re

RE: [PATCH] aarch64:Add an error message in large code model for ilp32 [PR94577]

2020-04-22 Thread duanbo (C)
gt; >> >> > > > >> >> > It would be good to also update the documentation for > > >> >> > -mcmodel=large to > > >> >> state it is incompatible with -fpic, -fPIC and -mabi=ilp32. > > >> >> > > > >>

Re: [PATCH] aarch64:Add an error message in large code model for ilp32 [PR94577]

2020-04-22 Thread Christophe Lyon via Gcc-patches
mailto:christophe.l...@linaro.org] > > Sent: Wednesday, April 22, 2020 2:41 PM > > To: duanbo (C) ; GCC Patches > patc...@gcc.gnu.org>; Richard Sandiford > > Subject: Re: [PATCH] aarch64:Add an error message in large code model for > > ilp32 [PR94577] > >

Re: [PATCH] aarch64:Add an error message in large code model for ilp32 [PR94577]

2020-04-22 Thread Richard Sandiford
"duanbo (C)" writes: > Hi > > Thank you for your suggestions. > I have adjust the testcases and used this command to test . > "runtest --tool gcc --tool_opts -mabi=ilp32 aarch64.exp= > reload-valid-spoff.c" > > The results of those tests changed from unexpected failures to > unsupported. T