Without this gnulib update, I couldn't build coreutils with gcc-7-to-be.
From b02a36d215105367ec31e5c1942c10e0d56db189 Mon Sep 17 00:00:00 2001
From: Jim Meyering <[email protected]>
Date: Mon, 29 Aug 2016 21:11:36 -0700
Subject: [PATCH] gnulib: update to latest, to port to upcoming GCC 7

This fixes compilation errors when using gcc-7-to-be that were
due to missing backslashes in gnulib's intprops.h and an API
change in functions like __builtin_add_overflow.  This ports
to GCC 7's newer built-in overflow-checking functions.
---
 gnulib | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnulib b/gnulib
index 175b4e2..a569083 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 175b4e22f99e00996b72f822f5ae54dca8243d19
+Subproject commit a56908381dd1ed630007a04ad03db17b1795e539
-- 
2.7.4

Reply via email to