]> Kevux Git Server - kevux-tools/commitdiff
Update: Disable -fstrict-flex-arrays=3 flag because it doesn't work on GCC 11.
authorKevin Day <kevin@kevux.org>
Sun, 25 Feb 2024 16:30:29 +0000 (10:30 -0600)
committerKevin Day <kevin@kevux.org>
Sun, 25 Feb 2024 16:30:29 +0000 (10:30 -0600)
I just did tests on GCC 11, which is not too old.
The -fstrict-flex-arrays flag does not work there.
For now, just disable the flag by setting it to the non-existent gcc_13 mode.
The mode can be added to the mode list and enabled if so desired.
I may make version specific modes available in the future (or not) but that will require some planning.
The fakefile should be designed to test the GCC version, but I would rather avoid such logic by design.
Let the distributor or the system administrator handle such decisions.

data/build/remove/settings
data/build/tacocat/settings

index 04d41d2e15102c940e225e2020d62dbace487662..0474129dee7b4b93477e0def1b4af59e1980d23c 100644 (file)
@@ -84,7 +84,7 @@ flags -D_FORTIFY_SOURCE=3
 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now
 flags-thread -pthread
 flags-clang -Wno-logical-op-parentheses
-flags-gcc -fstrict-flex-arrays=3
+flags-gcc_13 -fstrict-flex-arrays=3
 flags-test -O0 -fstack-protector-strong -Wall
 flags-fanalyzer -fanalyzer
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
index f87f7f44054bc88a0aa9e9b9e30fc2167e7bc0b8..91e2de2fb4049f2e8a97acf2d130541991c796ca 100644 (file)
@@ -86,7 +86,7 @@ flags -D_FORTIFY_SOURCE=3
 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now
 flags-thread -pthread
 flags-clang -Wno-logical-op-parentheses
-flags-gcc -fstrict-flex-arrays=3
+flags-gcc_13 -fstrict-flex-arrays=3
 flags-test -O0 -fstack-protector-strong -Wall
 flags-fanalyzer -fanalyzer
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/