File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -876,14 +876,14 @@ config CC_IMPLICIT_FALLTHROUGH
876
876
default "-Wimplicit-fallthrough=5" if CC_IS_GCC && $(cc-option,-Wimplicit-fallthrough=5)
877
877
default "-Wimplicit-fallthrough" if CC_IS_CLANG && $(cc-option,-Wunreachable-code-fallthrough)
878
878
879
- # Currently, disable gcc-11 + array-bounds globally.
879
+ # Currently, disable gcc-10 + array-bounds globally.
880
880
# It's still broken in gcc-13, so no upper bound yet.
881
- config GCC11_NO_ARRAY_BOUNDS
881
+ config GCC10_NO_ARRAY_BOUNDS
882
882
def_bool y
883
883
884
884
config CC_NO_ARRAY_BOUNDS
885
885
bool
886
- default y if CC_IS_GCC && GCC_VERSION >= 110000 && GCC11_NO_ARRAY_BOUNDS
886
+ default y if CC_IS_GCC && GCC_VERSION >= 100000 && GCC10_NO_ARRAY_BOUNDS
887
887
888
888
# Currently, disable -Wstringop-overflow for GCC globally.
889
889
config GCC_NO_STRINGOP_OVERFLOW
You can’t perform that action at this time.
0 commit comments