commit: 12d28fc309bcb741676841c4a152236d41daf126 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 8 02:01:43 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 8 02:03:16 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d28fc3
flag-o-matic.eclass: don't filter -freport-bug Bug: https://bugs.gentoo.org/570606 Bug: https://bugs.gentoo.org/969762 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/flag-o-matic.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 1c9abe1280b6..830e42f1b9a4 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: flag-o-matic.eclass @@ -84,7 +84,7 @@ _setup-allowed-flags() { # Cosmetic/output related, see e.g. bug #830534 -fno-diagnostics-color '-fmessage-length=*' -fno-ident -fpermissive -frecord-gcc-switches - -frecord-command-line + -frecord-command-line -freport-bug '-fdiagnostics*' '-fplugin*' '-W*' -w
