summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-08 04:19:34 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-08 04:19:34 +0000
commitd8ae0501eb6c157339ede48ca34513d27470e1dc (patch)
treeb18bfd34cab1be510309575577db6cd7c688b0db /eclass
parent06dcf64674a43718324bffee383625d2cd050b75 (diff)
gentoo auto-resync : 08:11:2023 - 04:19:34
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin38807 -> 38807 bytes
-rw-r--r--eclass/toolchain.eclass3
2 files changed, 3 insertions, 0 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index e1736b48238d..64c39bee24b4 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files differ
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index bf5e5127036f..ac8b90c8c58a 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1542,6 +1542,9 @@ gcc_do_filter_flags() {
-fharden-control-flow-redundancy -fno-harden-control-flow-redundancy \
-fhardcfr-skip-leaf -fhardcfr-check-exceptions \
-fhardcfr-check-returning-calls '-fhardcfr-check-noreturn-calls=*'
+
+ # New in GCC 14.
+ filter-flags -Walloc-size
else
# Makes things painfully slow and no real benefit for the compiler.
append-flags $(test-flags-CC -fno-harden-control-flow-redundancy)