Re: [PATCH] libgomp/test: Add flags to find libatomic in build-tree testing

2019-11-18 Thread Jakub Jelinek
On Sat, Nov 09, 2019 at 01:07:24AM +, Maciej W. Rozycki wrote: > --- gcc.orig/libgomp/testsuite/lib/libgomp.exp > +++ gcc/libgomp/testsuite/lib/libgomp.exp > @@ -174,6 +174,16 @@ proc libgomp_init { args } { > # For build-tree testing, also consider the library paths used for > builing. >

[PING][PATCH] libgomp/test: Add flags to find libatomic in build-tree testing

2019-11-18 Thread Maciej W. Rozycki
On Sat, 9 Nov 2019, Maciej W. Rozycki wrote: > Add flags to find libatomic in build-tree testing, fixing a catastrophic > libgomp testsuite failure with targets such as `riscv-linux-gnu' that > imply `-latomic' with the `-pthread' GCC option, implied in turn by the > offload options, removing f

[PATCH] libgomp/test: Add flags to find libatomic in build-tree testing

2019-11-08 Thread Maciej W. Rozycki
Add flags to find libatomic in build-tree testing, fixing a catastrophic libgomp testsuite failure with targets such as `riscv-linux-gnu' that imply `-latomic' with the `-pthread' GCC option, implied in turn by the offload options, removing failures like: .../bin/riscv64-linux-gnu-ld: cannot fi