On 1/2/21 3:09 AM, Bernhard Voelker wrote:
> * [PATCH 3/3] maint: update gnulib to latest
>   https://git.sv.gnu.org/gitweb/?p=findutils.git;a=commitdiff;h=1ca94cd4

That gnulib update introduced:
- a new warning in the compilation of test-getgroups with glibc >= 2.32 and gcc 
>= 10, and
- a gnulib test failure in new 'test-free' when building with -flto (fixed in 
rpl_free).

The following gnulib update fixes both.  Pushed at:
https://git.sv.gnu.org/cgit/findutils.git/commit/?id=792dda71

Have a nice day,
Berny



>From 792dda71c33824ac9a8d94ac578edc9aa23da0d1 Mon Sep 17 00:00:00 2001
From: Bernhard Voelker <m...@bernhard-voelker.de>
Date: Sat, 2 Jan 2021 15:37:34 +0100
Subject: [PATCH] maint: update gnulib to latest

Run 'make update-gnulib-to-latest', mainly for these two commits:

  > free-posix: Work around GCC mis-optimization bug.
  > getgroups test: Avoid warning with glibc >= 2.32 and gcc >= 10.

* gnulib: Update to latest.
---
 gnulib | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnulib b/gnulib
index bb6ecf32..d59f84ca 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit bb6ecf3278cce40cfa6be693697e7995dca1a038
+Subproject commit d59f84ca2b52deb2575e30195988e4700c7006ba
-- 
2.29.2

Reply via email to