On 4/10/21 6:16 AM, Kamil Dudka wrote:
This happens with a pre-release of gcc-11.

Thanks for clarifying; I installed the attached ChangeLog fix.
>From b967bf4908694ebc4190c9675496121002240ff1 Mon Sep 17 00:00:00 2001
From: Paul Eggert <egg...@cs.ucla.edu>
Date: Sat, 10 Apr 2021 13:39:33 -0700
Subject: [PATCH] Blame GCC, not Coverity, in utimens ChangeLog entry.

---
 ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 9aae007f9..e28669dec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,7 +19,7 @@
 
 	utimens: fix confusing arg type in internal func
 	Although the old code was technically correct, this was accidental
-	and it understandably confused Coverity.  Reported by Ondrej Dubaj in:
+	and it confused a GCC 11 prerelease.  Reported by Ondrej Dubaj in:
 	https://lists.gnu.org/r/bug-tar/2021-04/msg00000.html
 	* lib/utimens.c (update_timespec): Change arg type from ‘struct
 	timespec *[2]’ (pointer to array of 2 pointers to timespecs) to
-- 
2.27.0

Reply via email to