Re: [PATCH 4/5] lib/mpi: Fix for building for MIPS64 with Clang

2019-08-12 Thread Nathan Chancellor
On Mon, Aug 12, 2019 at 10:42:31AM -0700, Nick Desaulniers wrote: > On Sun, Aug 11, 2019 at 8:31 PM Nathan Chancellor > wrote: > > > > From: Werner Koch > > > > * mpi/longlong.h [MIPS64][__clang__]: Use the C version like we > > already do for 32 bit MIPS > > > > clang errors: > > > > lib/mpi/gen

Re: [PATCH 4/5] lib/mpi: Fix for building for MIPS64 with Clang

2019-08-12 Thread Nick Desaulniers
On Sun, Aug 11, 2019 at 8:31 PM Nathan Chancellor wrote: > > From: Werner Koch > > * mpi/longlong.h [MIPS64][__clang__]: Use the C version like we > already do for 32 bit MIPS > > clang errors: > > lib/mpi/generic_mpih-mul1.c:37:24: error: invalid use of a cast in a > inline asm context requiring

Re: [PATCH 4/5] lib/mpi: Fix for building for MIPS64 with Clang

2019-08-11 Thread Nathan Chancellor
On Sun, Aug 11, 2019 at 08:31:19PM -0700, Nathan Chancellor wrote: > From: Werner Koch > > * mpi/longlong.h [MIPS64][__clang__]: Use the C version like we > already do for 32 bit MIPS > > clang errors: > > lib/mpi/generic_mpih-mul1.c:37:24: error: invalid use of a cast in a > inline asm context

[PATCH 4/5] lib/mpi: Fix for building for MIPS64 with Clang

2019-08-11 Thread Nathan Chancellor
From: Werner Koch * mpi/longlong.h [MIPS64][__clang__]: Use the C version like we already do for 32 bit MIPS clang errors: lib/mpi/generic_mpih-mul1.c:37:24: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions