This package has been identified via automation as potentially impacted by upcoming Clang 16 changes. The following have been identified as potential issues: [-Wimplicit-function-declaration] [-Wimplicit-function-declaration] error: use of unknown builtin '__builtin_tbegin' [-Wimplicit-function-declaration] error: use of unknown builtin '__builtin_tend' [-Wimplicit-function-declaration]
Created attachment 827309 [details] clang-14.log build log
Created attachment 827311 [details] clang-15.log build log
Created attachment 827313 [details] clang.diff build log
I think the automation needs to have some knowledge of __builtin_* functions. They don't typically have prototypes in a header. I don't think there's anything to do here.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/portage.git/commit/?id=e34b593e10a86ffc61d54f113729b3fb556b46c0 commit e34b593e10a86ffc61d54f113729b3fb556b46c0 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2023-05-10 01:28:12 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-05-11 01:24:41 +0000 install-qa-check.d/90config-impl-decl: Skip compiler built-ins Bug: https://bugs.gentoo.org/879687 Bug: https://bugs.gentoo.org/898232 Signed-off-by: Matt Turner <mattst88@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> bin/install-qa-check.d/90config-impl-decl | 13 +++++++++++++ 1 file changed, 13 insertions(+)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08be91eebdbff0de0e033efe30c633219a9859ca commit 08be91eebdbff0de0e033efe30c633219a9859ca Author: Sam James <sam@gentoo.org> AuthorDate: 2023-06-01 01:22:47 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-06-01 01:23:18 +0000 sys-apps/portage: add 3.0.48 Closes: https://bugs.gentoo.org/722270 Closes: https://bugs.gentoo.org/879687 Closes: https://bugs.gentoo.org/898232 Closes: https://bugs.gentoo.org/898366 Closes: https://bugs.gentoo.org/905355 Closes: https://bugs.gentoo.org/905358 Closes: https://bugs.gentoo.org/905868 Closes: https://bugs.gentoo.org/906129 Closes: https://bugs.gentoo.org/906156 Signed-off-by: Sam James <sam@gentoo.org> sys-apps/portage/Manifest | 1 + sys-apps/portage/portage-3.0.48.ebuild | 296 +++++++++++++++++++++++++++++++++ 2 files changed, 297 insertions(+)