Re: Repost: [PATCH] PR 100168: Fix call test on power10.

2021-07-28 Thread Segher Boessenkool
On Wed, Jul 07, 2021 at 04:08:39PM -0400, Michael Meissner wrote: > [PATCH] PR 100168: Fix call test on power10. > > Fix a test that was checking for 64-bit TOC calls, to also allow for > PC-relative calls. > --- a/gcc/testsuite/gcc.dg/pr56727-2.c > +++ b/gcc/testsuite/gcc.dg/pr56727-2.c > @@ -18

Re: Repost: [PATCH] PR 100168: Fix call test on power10.

2021-07-27 Thread David Edelsohn via Gcc-patches
> [PATCH] PR 100168: Fix call test on power10. > > Fix a test that was checking for 64-bit TOC calls, to also allow for > PC-relative calls. > > I have verified that this test passes when run on a power10 system configured > with --with-cpu=power10 and it continues to pass on power9 little endian a

Re: Repost: [PATCH] PR 100168: Fix call test on power10.

2021-07-11 Thread Bill Schmidt via Gcc-patches
Hi Mike, LGTM.  I can't approve, but recommend approval. Thanks, Bill On 7/7/21 3:08 PM, Michael Meissner wrote: [PATCH] PR 100168: Fix call test on power10. Fix a test that was checking for 64-bit TOC calls, to also allow for PC-relative calls. I have verified that this test passes when run

Repost: [PATCH] PR 100168: Fix call test on power10.

2021-07-07 Thread Michael Meissner via Gcc-patches
[PATCH] PR 100168: Fix call test on power10. Fix a test that was checking for 64-bit TOC calls, to also allow for PC-relative calls. I have verified that this test passes when run on a power10 system configured with --with-cpu=power10 and it continues to pass on power9 little endian and power8 bi