From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60785158020 for ; Wed, 9 Nov 2022 01:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 776BFE08F7; Wed, 9 Nov 2022 01:20:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CEDBE08F7 for ; Wed, 9 Nov 2022 01:20:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DA7B340E0D for ; Wed, 9 Nov 2022 01:20:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77ED36DF for ; Wed, 9 Nov 2022 01:20:38 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1667956835.57d3e9b858eb6fc35cb7847f283595a9ce4d7aa4.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 57d3e9b858eb6fc35cb7847f283595a9ce4d7aa4 X-VCS-Branch: master Date: Wed, 9 Nov 2022 01:20:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8a502424-600b-4cb7-a0d4-3f6fca860e82 X-Archives-Hash: f92a865155d3a51170ae33c6a74057b1 commit: 57d3e9b858eb6fc35cb7847f283595a9ce4d7aa4 Author: Sam James gentoo org> AuthorDate: Wed Nov 9 01:20:26 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 9 01:20:35 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=57d3e9b8 NEWS: mention -Wimplicit-function-declaration Signed-off-by: Sam James gentoo.org> NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 5395d0cb2..7b2d4e4b7 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,13 @@ Features: * -Wstringop-overflow (GCC, FORTIFY_SOURCE) * -Wfortify-source (Clang, FORTIFY_SOURCE) +* install-qa-check.d: 90gcc-warnings: Always die on -Wimplicit-function-declaration + and remove bin/check-implicit-pointer-usage.py of dubious licencing (it was + broken since GCC 4.5 because of output changes anyway, bug #365655). + + -Wimplicit-function-declaration becomes an error in Clang 16 onwards and + GCC is likely to do the same from 14 onwards. See bug #870412. + * ecompress, etc: Support additional compression suffixes for texinfo: .Z, .bz2, .lzma, .lz, .xz, .zst (bug #757525).