Re: [PATCH v7 00/13] glibc port to ARC processors

2020-07-02 Thread Joseph Myers
On Tue, 30 Jun 2020, Adhemerval Zanella via Libc-alpha wrote: > >>> | FAIL: stdio-common/bug22# Needs more RAM: 2 GB memory > > We might try to enhance this test to avoid require too much memory. Note this is bug 14231 (covering test-vfprintf as well, which also requires a large

Re: ARC math test regressions (was Re: [PATCH v7 00/13] glibc port to ARC processors)

2020-07-02 Thread Vineet Gupta
On 7/2/20 9:27 AM, Joseph Myers wrote: > On Thu, 2 Jul 2020, Vineet Gupta via Libc-alpha wrote: > >> Now acos can come from 2 places depending on LIBM_SVID_COMPAT >> - math/w_acos_template.c<-- sets errno only > > This wrapper, unlike the compat one, always calls __ieee754_acos > (appropria

Re: ARC math test regressions (was Re: [PATCH v7 00/13] glibc port to ARC processors)

2020-07-02 Thread Joseph Myers
On Thu, 2 Jul 2020, Vineet Gupta via Libc-alpha wrote: > Now acos can come from 2 places depending on LIBM_SVID_COMPAT > - math/w_acos_template.c <-- sets errno only This wrapper, unlike the compat one, always calls __ieee754_acos (appropriately suffixed), relying on it to raise appropriate

Re: ARC math test regressions (was Re: [PATCH v7 00/13] glibc port to ARC processors)

2020-07-02 Thread Andreas Schwab
On Jul 02 2020, Vineet Gupta via Libc-alpha wrote: > Now acos can come from 2 places depending on LIBM_SVID_COMPAT > - math/w_acos_template.c <-- sets errno only > - math/w_acos_compat.c <-- raises exception FE_INVALID > > For ARC, 1st variant is building, so explicit exception is NOT

ARC math test regressions (was Re: [PATCH v7 00/13] glibc port to ARC processors)

2020-07-01 Thread Vineet Gupta
On 7/1/20 12:13 PM, Vineet Gupta via Libc-alpha wrote: > On 6/30/20 6:44 PM, Adhemerval Zanella via Libc-alpha wrote: > FAIL: math/test-float-exp10 > FAIL: math/test-float32-exp10 The exp10 tests needed regen-ulps and now fixed. > FAIL: math/test-float32x-acos > FAIL: math/test-float32x-asin >

Re: [PATCH v7 00/13] glibc port to ARC processors

2020-07-01 Thread Vineet Gupta
On 6/30/20 6:44 PM, Adhemerval Zanella via Libc-alpha wrote: >> I've posted the incremental series (v7.1) as a followup to include rebase >> fixes >> since v7. The changes are minimal and documented in respective patches. >> Kindly >> review so we can get this in, in this cycle. > > Thanks for

Re: [PATCH v7 00/13] glibc port to ARC processors

2020-06-30 Thread Adhemerval Zanella
On 30/06/2020 21:11, Vineet Gupta wrote: > On 6/23/20 9:56 AM, Vineet Gupta via Libc-alpha wrote: >> On 6/15/20 1:14 PM, Vineet Gupta wrote: >>> Hi, >>> >>> This patchset implements glibc port to ARC HS48x processor from Synopsys. >> >> ping ! > > ping ^2 ! > > I've posted the incremental seri

Re: [PATCH v7 00/13] glibc port to ARC processors

2020-06-30 Thread Vineet Gupta
On 6/23/20 9:56 AM, Vineet Gupta via Libc-alpha wrote: > On 6/15/20 1:14 PM, Vineet Gupta wrote: >> Hi, >> >> This patchset implements glibc port to ARC HS48x processor from Synopsys. > > ping ! ping ^2 ! I've posted the incremental series (v7.1) as a followup to include rebase fixes since v7. T

Re: [PATCH v7 00/13] glibc port to ARC processors

2020-06-23 Thread Vineet Gupta
On 6/15/20 1:14 PM, Vineet Gupta wrote: > Hi, > > This patchset implements glibc port to ARC HS48x processor from Synopsys. ping ! > > g...@github.com:foss-for-synopsys-dwc-arc-processors/glibc.git upstream-v7 > > v7: >* Addresses review comments from Adhemerval Zanella and Florian >

[PATCH v7 00/13] glibc port to ARC processors

2020-06-15 Thread Vineet Gupta
Hi, This patchset implements glibc port to ARC HS48x processor from Synopsys. g...@github.com:foss-for-synopsys-dwc-arc-processors/glibc.git upstream-v7 v7: * Addresses review comments from Adhemerval Zanella and Florian Weimer (many thx to you both) * Dropped ARC specific semaphore.