Re: [PING][PATCH 0/3] GNAT test suite fixes for build sysroot

2019-06-20 Thread Maciej Rozycki
On Thu, 20 Jun 2019, Arnaud Charlet wrote: > > Technically both variants of the expression achieve the same effect here > > as there is no problem with evaluating both sides of the OR operation in > > all cases, but your suggestion might help the readers avoid scratching > > their heads. > >

Re: [PING][PATCH 0/3] GNAT test suite fixes for build sysroot

2019-06-20 Thread Maciej Rozycki
On Wed, 19 Jun 2019, Arnaud Charlet wrote: > > Ping for: > > > > > > Have you resolved your copyright assignment issues since then? The ball is now in FSF's court I'm told. > The above patch needs to use "or else" instead of "or". OK

[PING][PATCH 0/3] GNAT test suite fixes for build sysroot

2019-06-19 Thread Maciej Rozycki
On Tue, 14 May 2019, Maciej W. Rozycki wrote: > In the course of setting up GCC regression testing for the RISC-V target > I have discovered that the GNAT test suite does not correctly respond to > the test environment settings passed from the test harness in my setup and > consequently no tes

Re: Go patch committed: Intrinsify runtime/internal/atomic functions

2019-06-03 Thread Maciej Rozycki
On Mon, 3 Jun 2019, Ian Lance Taylor wrote: > > I have results as at r270765, taken with QEMU run in the user emulation > > mode (I have patches outstanding for configury/Makefiles to correctly > > support libgo and other library testing with a build sysroot in such a > > setup, pending the compl

Re: Go patch committed: Intrinsify runtime/internal/atomic functions

2019-06-03 Thread Maciej Rozycki
On Thu, 30 May 2019, Jim Wilson wrote: > > Here are the test results: > > http://gcc.gnu.org/ml/gcc-testresults/2019-05/msg02903.html > > I tried running RISC-V go checks on my system. I see 7 unexpected > failures for gcc check-go, 6 unexpected failures for check-gotools, > and 1 unexpected fai

Re: [PATCH 3/3][DejaGNU] target: Wrap linker flags into `-largs'/`-margs' for Ada

2019-05-21 Thread Maciej Rozycki
On Thu, 16 May 2019, Jacob Bachmeyer wrote: > > I suspect the origins may be different, however as valuable as your > > observation is functional problems have precedence over issues with code > > structuring, so we need to fix the problem at hand first. I'm sure > > DejaGNU maintainers will

[PATCH] libphobos: RISC-V: Fix soft-float build errors with IEEE exception flags

2019-05-01 Thread Maciej Rozycki
From: Maciej W. Rozycki Fix assembly errors: .../libphobos/src/std/math.d: Assembler messages:.../libphobos/src/std/math.d:4773: Error: unrecognized opcode `frflags a0' .../libphobos/src/std/math.d:4856: Error: unrecognized opcode `fsflags a5' .../libphobos/src/std/math.d:4856: Error: unrecogn