commit: f97d6acdc51b31a5473ada79b5636388f9e16cd3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 19:25:26 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 19:25:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f97d6acd
toolchain.eclass: filter -fdiagnostics-set-output=text:experimental-nesting=yes
for < 15
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/toolchain.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 02db921ce133..696eec73b4ba 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1966,6 +1966,7 @@ gcc_do_filter_flags() {
if ver_test -lt 15.1 ; then
filter-flags -fdiagnostics-explain-harder -fdiagnostics-details
+ filter-flags
-fdiagnostics-set-output=text:experimental-nesting=yes
fi
if is_d ; then