This gnulib update commit pulls in changes that make it so diffutils
can now be compiled using the very latest-from-git gcc:
From 65185e4c62028b468ad8a0602a33561561d9d0be Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyer...@fb.com>
Date: Mon, 29 Aug 2016 20:07:16 -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 1eb82ad..a569083 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 1eb82ad96b535801392e5d404dc7c79e69321858
+Subproject commit a56908381dd1ed630007a04ad03db17b1795e539
-- 
2.7.4

Reply via email to