Re: [platform-testers] new snapshot available: coreutils-8.27.99-3ebdc3

2017-08-30 Thread Pádraig Brady
On 30/08/17 22:14, Pádraig Brady wrote: > On 30/08/17 22:05, Paul Eggert wrote: >> Pádraig Brady wrote: >>> I notice the new test-fts in gnulib was taking a while, >>> and it creates 128K files/dirs on a quick look. >> >> It creates 65,000 directories and 4 files. On my old desktop (no flash, just

Re: max_align_t fails with clang 6.1 on OS X 10.10

2017-08-30 Thread Chris Simpkins
Full gnulib stddef.h header file requested by Werner available here:  https://gist.github.com/chrissimpkins/6e76999d84ca6ff36cf8f7ef047997f4 max_align_t definition from `cat /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.1.0/include/stddef.h` on Tr

[PATCH] Support for Flang and ARM HPC compiler

2017-08-30 Thread pawel . osmialowski
From: Paul Osmialowski Signed-off-by: Paul Osmialowski --- lib/autoconf/c.m4 | 7 +-- lib/autoconf/fortran.m4 | 4 +++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4 index 6f2f5bac..4ab97b86 100644 --- a/lib/autoconf/c.m4 +++ b/li

Support for Flang and ARM HPC compiler

2017-08-30 Thread pawel . osmialowski
Hello all, This patch is a part of the cross-project set of patches that soon will be sent to all of the relevant GNU Autotools components: gnulib, autoconf, automake and libtool. The purpose of this is to add awareness of the new LLVM Fortran compiler (Flang) along with LLVM-derived ARM HPC Comp

[PATCH] Support for Flang and ARM HPC compiler

2017-08-30 Thread pawel . osmialowski
From: Paul Osmialowski Signed-off-by: Paul Osmialowski --- build-aux/config.rpath | 3 +++ m4/std-gnu11.m4| 5 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build-aux/config.rpath b/build-aux/config.rpath index af3c41559..4e0419c9c 100755 --- a/build-aux/config.rpa

Support for Flang and ARM HPC compiler

2017-08-30 Thread pawel . osmialowski
Hello all, This patch is a part of the cross-project set of patches that soon will be sent to all of the relevant GNU Autotools components: gnulib, autoconf, automake and libtool. The purpose of this is to add awareness of the new LLVM Fortran compiler (Flang) along with LLVM-derived ARM HPC Comp

Re: max_align_t fails with clang 6.1 on OS X 10.10

2017-08-30 Thread Bruno Haible
Werner LEMBERG wrote: > Shall I simply add > > AC_LANG_PUSH([C++]) > > right before the call to > > gl_INIT > > in my `configure.ac' file? It's worth a try, yes. If it creates other problems, we can look into these. Bruno

[PATCH] renameat2: fix compilation on alpine linux

2017-08-30 Thread Pádraig Brady
* m4/renameat.m4: Check for presence. * lib/renameat2.h: Only include if present. Reported by Assaf Gordon on Alpine Linux. --- ChangeLog | 7 +++ lib/renameat2.h | 2 +- m4/renameat.m4 | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 99