]> Kevux Git Server - kevux-tools/commitdiff
Refactor: Build mode gcc_13 to flex_arrays to provide a more generic name.
authorKevin Day <Kevin@kevux.org>
Wed, 10 Dec 2025 04:25:33 +0000 (22:25 -0600)
committerKevin Day <Kevin@kevux.org>
Wed, 10 Dec 2025 04:25:33 +0000 (22:25 -0600)
The `gcc_13` was a temporary mode and I don't want to have version specific modes.
Replace the mode witha more long term version unspecific name `flex_arrays`.

19 files changed:
data/build/fakefile
data/build/remove/fakefile
data/build/remove/settings
data/build/remove/settings-mocks.remove
data/build/remove/settings-objects
data/build/remove/settings-tests.remove
data/build/remove/settings.remove
data/build/remove/settings.rm
data/build/remove/settings.rmdir
data/build/remove/settings.unlink
data/build/stand_alone/fakefile
data/build/stand_alone/settings/settings.remove
data/build/stand_alone/settings/settings.rm
data/build/stand_alone/settings/settings.rmdir
data/build/stand_alone/settings/settings.tacocat
data/build/stand_alone/settings/settings.unlink
data/build/tacocat/fakefile
data/build/tacocat/settings
data/build/tacocat/settings.tacocat

index ee821f926f06690ed87d6865df8348efc4637643..31ed87f26203e2992a207682d7d522675347e06f 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless
+  modes android clang coverage debug flexfanalyzer flex_arrays gcc individual individual_thread level monolithic test thread threadless
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 5c137c4caccee7ed991ab86e04408ef18d3a1f27..4dab798bafb739307556b4fa583c1218aad63c04 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless
+  modes android clang coverage debug flexfanalyzer flex_arrays gcc individual individual_thread level monolithic test thread threadless
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 50b2e49e522e17f0c590db62c14c17415c297c00..4b0317c4190ac2cf0b90d0407047d774802a2f68 100644 (file)
@@ -8,8 +8,8 @@
 #   - coverage:          Compile for building coverage.
 #   - debug:             Enable debugging, such as compile time debug options.
 #   - fanalyzer:         Compile using GCC's -fanalyzer compile time option.
+#   - flex_arrays:       Use GCC strict flex arrays (supported by GCC version 13 or greater).
 #   - gcc:               Use GCC specific settings.
-#   - gcc_13:            Use GCC version 13 or greater specific settings.
 #   - individual:        Compile using per project (individual) libraries, does not handle thread or threadless cases.
 #   - individual_thread: This is required when compiling in individual mode with "thread" mode.
 #   - level:             Compile using per level libraries.
@@ -28,7 +28,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes android clang coverage debug gcc gcc_13 fanalyzer individual individual_thread level monolithic test thread threadless
+modes android clang coverage debug fanalyzer flex_arrays gcc individual individual_thread level monolithic test thread threadless
 modes_default debug gcc monolithic thread
 
 build_compiler gcc
@@ -94,7 +94,7 @@ flags-android -Wno-implicit-function-declaration -Wl,-z,norelro
 flags-clang -Wno-logical-op-parentheses
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 flags-fanalyzer -fanalyzer
-flags-gcc_13 -fstrict-flex-arrays=3
+flags-flex_arrays -fstrict-flex-arrays=3
 flags-test -O0 -fstack-protector-strong -Wall
 flags-thread -pthread
 
index 43de64ebc58cc323915c167f3b1f570ae9e266fc..34bf1d797928411dd349337533473c4ef0b494ed 100644 (file)
@@ -19,7 +19,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes android clang coverage debug gcc gcc_13 fanalyzer individual individual_thread level monolithic test thread threadless
+modes android clang coverage debug gcc flex_arrays fanalyzer individual individual_thread level monolithic test thread threadless
 modes_default debug gcc monolithic thread
 
 build_compiler gcc
@@ -84,7 +84,7 @@ flags-android -Wno-implicit-function-declaration -Wl,-z,norelro
 flags-clang -Wno-logical-op-parentheses
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 flags-fanalyzer -fanalyzer
-flags-gcc_13 -fstrict-flex-arrays=3
+flags-flex_arrays -fstrict-flex-arrays=3
 flags-test -O0 -fstack-protector-strong -Wall
 flags-thread -pthread
 
index 284a1fb1037f26e501a7b1b4f712f7f43cf3b7d0..0b41acdb6eca5815ecf7e73c48656f0108acd4ef 100644 (file)
@@ -8,8 +8,8 @@
 #   - coverage:          Compile for building coverage.
 #   - debug:             Enable debugging, such as compile time debug options.
 #   - fanalyzer:         Compile using GCC's -fanalyzer compile time option.
+#   - flex_arrays:       Use GCC strict flex arrays (supported by GCC version 13 or greater).
 #   - gcc:               Use GCC specific settings.
-#   - gcc_13:            Use GCC version 13 or greater specific settings.
 #   - individual:        Compile using per project (individual) libraries, does not handle thread or threadless cases.
 #   - individual_thread: This is required when compiling in individual mode with "thread" mode.
 #   - level:             Compile using per level libraries.
@@ -28,7 +28,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes android clang coverage debug gcc gcc_13 fanalyzer individual individual_thread level monolithic test thread threadless
+modes android clang coverage debug gcc flex_arrays fanalyzer individual individual_thread level monolithic test thread threadless
 modes_default debug gcc monolithic thread
 
 build_compiler gcc
@@ -78,7 +78,7 @@ flags-android -Wno-implicit-function-declaration -Wl,-z,norelro
 flags-clang -Wno-logical-op-parentheses
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 flags-fanalyzer -fanalyzer
-flags-gcc_13 -fstrict-flex-arrays=3
+flags-flex_arrays -fstrict-flex-arrays=3
 flags-test -O0 -fstack-protector-strong -Wall
 flags-thread -pthread
 
index 7742772e6b698449aed4ddda722d7b096ba99f7d..b0773f017fa81b292dbbe7bbde5e7183e94fbbf4 100644 (file)
@@ -14,7 +14,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes android clang coverage debug gcc gcc_13 fanalyzer individual individual_thread level monolithic test thread threadless
+modes android clang coverage debug gcc flex_arrays fanalyzer individual individual_thread level monolithic test thread threadless
 modes_default debug gcc monolithic thread
 
 build_compiler gcc
@@ -90,7 +90,7 @@ flags-android -Wno-implicit-function-declaration -Wl,-z,norelro
 flags-clang -Wno-logical-op-parentheses
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 flags-fanalyzer -fanalyzer
-flags-gcc_13 -fstrict-flex-arrays=3
+flags-flex_arrays -fstrict-flex-arrays=3
 flags-test -O0 -fstack-protector-strong -Wall
 flags-thread -pthread
 
index 33beee5b021f0ed021a02958bddb5294c623b72e..ca38c3895aa28b6ffb371058284b61bc24f2c8da 100644 (file)
@@ -8,8 +8,8 @@
 #   - coverage:          Compile for building coverage.
 #   - debug:             Enable debugging, such as compile time debug options.
 #   - fanalyzer:         Compile using GCC's -fanalyzer compile time option.
+#   - flex_arrays:       Use GCC strict flex arrays (supported by GCC version 13 or greater).
 #   - gcc:               Use GCC specific settings.
-#   - gcc_13:            Use GCC version 13 or greater specific settings.
 #   - individual:        Compile using per project (individual) libraries, does not handle thread or threadless cases.
 #   - individual_thread: This is required when compiling in individual mode with "thread" mode.
 #   - level:             Compile using per level libraries.
@@ -28,7 +28,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes android clang coverage debug gcc gcc_13 fanalyzer individual individual_thread level monolithic test thread threadless
+modes android clang coverage debug fanalyzer flex_arrays gcc individual individual_thread level monolithic test thread threadless
 modes_default debug gcc monolithic thread
 
 build_compiler gcc
@@ -93,7 +93,7 @@ flags-android -Wno-implicit-function-declaration -Wl,-z,norelro
 flags-clang -Wno-logical-op-parentheses
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 flags-fanalyzer -fanalyzer
-flags-gcc_13 -fstrict-flex-arrays=3
+flags-flex_arrays -fstrict-flex-arrays=3
 flags-test -O0 -fstack-protector-strong -Wall
 flags-thread -pthread
 
index 91733778b37324fe2f92004dd87a001f23841d51..df9338e756326f06e766de9ebd0e83ec9a1fbbf8 100644 (file)
@@ -8,8 +8,8 @@
 #   - coverage:          Compile for building coverage.
 #   - debug:             Enable debugging, such as compile time debug options.
 #   - fanalyzer:         Compile using GCC's -fanalyzer compile time option.
+#   - flex_arrays:       Use GCC strict flex arrays (supported by GCC version 13 or greater).
 #   - gcc:               Use GCC specific settings.
-#   - gcc_13:            Use GCC version 13 or greater specific settings.
 #   - individual:        Compile using per project (individual) libraries, does not handle thread or threadless cases.
 #   - individual_thread: This is required when compiling in individual mode with "thread" mode.
 #   - level:             Compile using per level libraries.
@@ -28,7 +28,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes android clang coverage debug gcc gcc_13 fanalyzer individual individual_thread level monolithic test thread threadless
+modes android clang coverage debug fanalyzer flex_arrays gcc individual individual_thread level monolithic test thread threadless
 modes_default debug gcc monolithic thread
 
 build_compiler gcc
@@ -93,7 +93,7 @@ flags-android -Wno-implicit-function-declaration -Wl,-z,norelro
 flags-clang -Wno-logical-op-parentheses
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 flags-fanalyzer -fanalyzer
-flags-gcc_13 -fstrict-flex-arrays=3
+flags-flex_arrays -fstrict-flex-arrays=3
 flags-test -O0 -fstack-protector-strong -Wall
 flags-thread -pthread
 
index bf9b9dcb7b863d4a3355f38d052ac19b6dbd713d..fe8939d56b8cac9b27dadd39db1d304a2f6fe2cb 100644 (file)
@@ -8,8 +8,8 @@
 #   - coverage:          Compile for building coverage.
 #   - debug:             Enable debugging, such as compile time debug options.
 #   - fanalyzer:         Compile using GCC's -fanalyzer compile time option.
+#   - flex_arrays:       Use GCC strict flex arrays (supported by GCC version 13 or greater).
 #   - gcc:               Use GCC specific settings.
-#   - gcc_13:            Use GCC version 13 or greater specific settings.
 #   - individual:        Compile using per project (individual) libraries, does not handle thread or threadless cases.
 #   - individual_thread: This is required when compiling in individual mode with "thread" mode.
 #   - level:             Compile using per level libraries.
@@ -28,7 +28,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes android clang coverage debug gcc gcc_13 fanalyzer individual individual_thread level monolithic test thread threadless
+modes android clang coverage debug fanalyzer flex_arrays gcc individual individual_thread level monolithic test thread threadless
 modes_default debug gcc monolithic thread
 
 build_compiler gcc
@@ -93,7 +93,7 @@ flags-android -Wno-implicit-function-declaration -Wl,-z,norelro
 flags-clang -Wno-logical-op-parentheses
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 flags-fanalyzer -fanalyzer
-flags-gcc_13 -fstrict-flex-arrays=3
+flags-flex_arrays -fstrict-flex-arrays=3
 flags-test -O0 -fstack-protector-strong -Wall
 flags-thread -pthread
 
index b41b17900717589f6e39ce786b3502b16869c563..c4d0b8a06c05e206e6b2136f62efdaa455f7a8ff 100644 (file)
@@ -8,8 +8,8 @@
 #   - coverage:          Compile for building coverage.
 #   - debug:             Enable debugging, such as compile time debug options.
 #   - fanalyzer:         Compile using GCC's -fanalyzer compile time option.
+#   - flex_arrays:       Use GCC strict flex arrays (supported by GCC version 13 or greater).
 #   - gcc:               Use GCC specific settings.
-#   - gcc_13:            Use GCC version 13 or greater specific settings.
 #   - individual:        Compile using per project (individual) libraries, does not handle thread or threadless cases.
 #   - individual_thread: This is required when compiling in individual mode with "thread" mode.
 #   - level:             Compile using per level libraries.
@@ -28,7 +28,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes android clang coverage debug gcc gcc_13 fanalyzer individual individual_thread level monolithic test thread threadless
+modes android clang coverage debug fanalyzer flex_arrays gcc individual individual_thread level monolithic test thread threadless
 modes_default debug gcc monolithic thread
 
 build_compiler gcc
@@ -93,7 +93,7 @@ flags-android -Wno-implicit-function-declaration -Wl,-z,norelro
 flags-clang -Wno-logical-op-parentheses
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 flags-fanalyzer -fanalyzer
-flags-gcc_13 -fstrict-flex-arrays=3
+flags-flex_arrays -fstrict-flex-arrays=3
 flags-test -O0 -fstack-protector-strong -Wall
 flags-thread -pthread
 
index 4d8c7b725472a2f16fbb2e5757a1f1eb3b125e15..ecb8fdd56499c17c7626d5eb288ad2c5b431f3f5 100644 (file)
@@ -14,7 +14,7 @@
 
 settings:
   fail exit
-  modes clang coverage fanalyzer gcc gcc_13 test thread threadless
+  modes clang coverage fanalyzer flex_arrays gcc test thread threadless
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index af9b5597f0bcc2d279d6bef5c93ddd196e12c82b..94e094cc0db017d49de57c83eb6b96df1a7c04ee 100644 (file)
@@ -6,16 +6,16 @@
 #   fake -s data/build/stand_alone/settings/settings.remove clean build
 #
 # Modes:
-#   - android:    Compile on an android system (using Termux; may need modification depending on the android system).
-#   - clang:      Use CLang rather than the default, which is generally GCC.
-#   - coverage:   Compile for building coverage.
-#   - debug:      Enable debugging, such as compile time debug options.
-#   - fanalyzer:  Compile using GCC's -fanalyzer compile time option.
-#   - gcc:        Use GCC specific settings.
-#   - gcc_13:     Use GCC version 13 or greater specific settings.
-#   - test:       Compile for a test, such as unit testing.
-#   - thread:     Compile with thread support.
-#   - threadless: Compile without thread support.
+#   - android:     Compile on an android system (using Termux; may need modification depending on the android system).
+#   - clang:       Use CLang rather than the default, which is generally GCC.
+#   - coverage:    Compile for building coverage.
+#   - debug:       Enable debugging, such as compile time debug options.
+#   - fanalyzer:   Compile using GCC's -fanalyzer compile time option.
+#   - flex_arrays: Use GCC strict flex arrays (supported by GCC version 13 or greater).
+#   - gcc:         Use GCC specific settings.
+#   - test:        Compile for a test, such as unit testing.
+#   - thread:      Compile with thread support.
+#   - threadless:  Compile without thread support.
 
 #
 
@@ -28,7 +28,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes android clang coverage debug fanalyzer gcc gcc_13 test thread threadless
+modes android clang coverage debug fanalyzer flex_arrays gcc test thread threadless
 modes_default debug gcc thread
 
 build_compiler gcc
@@ -123,7 +123,7 @@ flags-android -Wno-implicit-function-declaration -Wl,-z,norelro
 flags-clang -Wno-logical-op-parentheses
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 flags-fanalyzer -fanalyzer
-flags-gcc_13 -fstrict-flex-arrays=3
+flags-flex_arrays -fstrict-flex-arrays=3
 flags-test -O0 -fstack-protector-strong -Wall
 flags-thread -pthread
 
index 354dc7a8c1f6b5213601d200ca21e4808a20ac01..ca4fc60a8f4ddf5e4111cebdb4aab8cca81f358f 100644 (file)
@@ -6,16 +6,16 @@
 #   fake -s data/build/stand_alone/settings/settings.rm clean build
 #
 # Modes:
-#   - android:    Compile on an android system (using Termux; may need modification depending on the android system).
-#   - clang:      Use CLang rather than the default, which is generally GCC.
-#   - coverage:   Compile for building coverage.
-#   - debug:      Enable debugging, such as compile time debug options.
-#   - fanalyzer:  Compile using GCC's -fanalyzer compile time option.
-#   - gcc:        Use GCC specific settings.
-#   - gcc_13:     Use GCC version 13 or greater specific settings.
-#   - test:       Compile for a test, such as unit testing.
-#   - thread:     Compile with thread support.
-#   - threadless: Compile without thread support.
+#   - android:     Compile on an android system (using Termux; may need modification depending on the android system).
+#   - clang:       Use CLang rather than the default, which is generally GCC.
+#   - coverage:    Compile for building coverage.
+#   - debug:       Enable debugging, such as compile time debug options.
+#   - fanalyzer:   Compile using GCC's -fanalyzer compile time option.
+#   - flex_arrays: Use GCC strict flex arrays (supported by GCC version 13 or greater).
+#   - gcc:         Use GCC specific settings.
+#   - test:        Compile for a test, such as unit testing.
+#   - thread:      Compile with thread support.
+#   - threadless:  Compile without thread support.
 #
 
 build_name rm
@@ -27,7 +27,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes android clang coverage debug fanalyzer gcc gcc_13 test thread threadless
+modes android clang coverage debug fanalyzer flex_arrays gcc test thread threadless
 modes_default debug gcc thread
 
 build_compiler gcc
@@ -123,7 +123,7 @@ flags-android -Wno-implicit-function-declaration -Wl,-z,norelro
 flags-clang -Wno-logical-op-parentheses
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 flags-fanalyzer -fanalyzer
-flags-gcc_13 -fstrict-flex-arrays=3
+flags-flex_arrays -fstrict-flex-arrays=3
 flags-test -O0 -fstack-protector-strong -Wall
 flags-thread -pthread
 
index 13eb3cdedad06e5617f34419e6259184f540f4d5..fbb62f5d31d911b18bc37108524220a62c3d063a 100644 (file)
@@ -6,16 +6,16 @@
 #   fake -s data/build/stand_alone/settings/settings.rmdir clean build
 #
 # Modes:
-#   - android:    Compile on an android system (using Termux; may need modification depending on the android system).
-#   - clang:      Use CLang rather than the default, which is generally GCC.
-#   - coverage:   Compile for building coverage.
-#   - debug:      Enable debugging, such as compile time debug options.
-#   - fanalyzer:  Compile using GCC's -fanalyzer compile time option.
-#   - gcc:        Use GCC specific settings.
-#   - gcc_13:     Use GCC version 13 or greater specific settings.
-#   - test:       Compile for a test, such as unit testing.
-#   - thread:     Compile with thread support.
-#   - threadless: Compile without thread support.
+#   - android:     Compile on an android system (using Termux; may need modification depending on the android system).
+#   - clang:       Use CLang rather than the default, which is generally GCC.
+#   - coverage:    Compile for building coverage.
+#   - debug:       Enable debugging, such as compile time debug options.
+#   - fanalyzer:   Compile using GCC's -fanalyzer compile time option.
+#   - flex_arrays: Use GCC strict flex arrays (supported by GCC version 13 or greater).
+#   - gcc:         Use GCC specific settings.
+#   - test:        Compile for a test, such as unit testing.
+#   - thread:      Compile with thread support.
+#   - threadless:  Compile without thread support.
 #
 
 build_name rmdir
@@ -27,7 +27,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes android clang coverage debug fanalyzer gcc gcc_13 test thread threadless
+modes android clang coverage debug fanalyzer flex_arrays gcc test thread threadless
 modes_default debug gcc thread
 
 build_compiler gcc
@@ -123,7 +123,7 @@ flags-android -Wno-implicit-function-declaration -Wl,-z,norelro
 flags-clang -Wno-logical-op-parentheses
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 flags-fanalyzer -fanalyzer
-flags-gcc_13 -fstrict-flex-arrays=3
+flags-flex_arrays -fstrict-flex-arrays=3
 flags-test -O0 -fstack-protector-strong -Wall
 flags-thread -pthread
 
index 5e8317a33a0fa1c63db07e31ca885d60afca8b7e..a8d213bc3233473f07d642a3d870311d186f75f6 100644 (file)
@@ -6,16 +6,16 @@
 #   fake -s data/build/stand_alone/settings/settings.tacocat clean build
 #
 # Modes:
-#   - android:    Compile on an android system (using Termux; may need modification depending on the android system).
-#   - clang:      Use CLang rather than the default, which is generally GCC.
-#   - coverage:   Compile for building coverage.
-#   - debug:      Enable debugging, such as compile time debug options.
-#   - fanalyzer:  Compile using GCC's -fanalyzer compile time option.
-#   - gcc:        Use GCC specific settings.
-#   - gcc_13:     Use GCC version 13 or greater specific settings.
-#   - test:       Compile for a test, such as unit testing.
-#   - thread:     Compile with thread support.
-#   - threadless: Compile without thread support.
+#   - android:     Compile on an android system (using Termux; may need modification depending on the android system).
+#   - clang:       Use CLang rather than the default, which is generally GCC.
+#   - coverage:    Compile for building coverage.
+#   - debug:       Enable debugging, such as compile time debug options.
+#   - fanalyzer:   Compile using GCC's -fanalyzer compile time option.
+#   - flex_arrays: Use GCC strict flex arrays (supported by GCC version 13 or greater).
+#   - gcc:         Use GCC specific settings.
+#   - test:        Compile for a test, such as unit testing.
+#   - thread:      Compile with thread support.
+#   - threadless:  Compile without thread support.
 #
 
 build_name tacocat
@@ -27,7 +27,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes android clang coverage debug fanalyzer gcc gcc_13 test thread threadless
+modes android clang coverage debug fanalyzer flex_arrays gcc test thread threadless
 modes_default debug gcc thread
 
 build_compiler gcc
@@ -119,7 +119,7 @@ flags-android -Wno-implicit-function-declaration -Wl,-z,norelro
 flags-clang -Wno-logical-op-parentheses
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 flags-fanalyzer -fanalyzer
-flags-gcc_13 -fstrict-flex-arrays=3
+flags-flex_arrays -fstrict-flex-arrays=3
 flags-test -O0 -fstack-protector-strong -Wall
 flags-thread -pthread
 
index cb7ed56f3aa13dfe96efd4e9ed6f9dd46585bc42..25381af3ff41eb4c36ab77e3f8ec67b7d8ade2e3 100644 (file)
@@ -6,16 +6,16 @@
 #   fake -s data/build/stand_alone/settings/settings.unlink clean build
 #
 # Modes:
-#   - android:    Compile on an android system (using Termux; may need modification depending on the android system).
-#   - clang:      Use CLang rather than the default, which is generally GCC.
-#   - coverage:   Compile for building coverage.
-#   - debug:      Enable debugging, such as compile time debug options.
-#   - fanalyzer:  Compile using GCC's -fanalyzer compile time option.
-#   - gcc:        Use GCC specific settings.
-#   - gcc_13:     Use GCC version 13 or greater specific settings.
-#   - test:       Compile for a test, such as unit testing.
-#   - thread:     Compile with thread support.
-#   - threadless: Compile without thread support.
+#   - android:     Compile on an android system (using Termux; may need modification depending on the android system).
+#   - clang:       Use CLang rather than the default, which is generally GCC.
+#   - coverage:    Compile for building coverage.
+#   - debug:       Enable debugging, such as compile time debug options.
+#   - fanalyzer:   Compile using GCC's -fanalyzer compile time option.
+#   - flex_arrays: Use GCC strict flex arrays (supported by GCC version 13 or greater).
+#   - gcc:         Use GCC specific settings.
+#   - test:        Compile for a test, such as unit testing.
+#   - thread:      Compile with thread support.
+#   - threadless:  Compile without thread support.
 #
 
 build_name unlink
@@ -27,7 +27,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes android clang coverage debug fanalyzer gcc gcc_13 test thread threadless
+modes android clang coverage debug fanalyzer flex_arrays gcc test thread threadless
 modes_default debug gcc thread
 
 build_compiler gcc
@@ -123,7 +123,7 @@ flags-android -Wno-implicit-function-declaration -Wl,-z,norelro
 flags-clang -Wno-logical-op-parentheses
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 flags-fanalyzer -fanalyzer
-flags-gcc_13 -fstrict-flex-arrays=3
+flags-flex_arrays -fstrict-flex-arrays=3
 flags-test -O0 -fstack-protector-strong -Wall
 flags-thread -pthread
 
index ead42113b1f0d1642f06579beade766cafdf1dad..c9f6cc159e80612712a58087c921c940a72d905c 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless
+  modes android clang coverage debug fanalyzer flex_arrays gcc individual individual_thread level monolithic test thread threadless
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 80dc9dec538658c657f7f39ee54292808ec9c309..7d0c4eae8fb031e7fb7c62a976632d2e24104fa3 100644 (file)
@@ -8,8 +8,8 @@
 #   - coverage:          Compile for building coverage.
 #   - debug:             Enable debugging, such as compile time debug options.
 #   - fanalyzer:         Compile using GCC's -fanalyzer compile time option.
+#   - flex_arrays:       Use GCC strict flex arrays (supported by GCC version 13 or greater).
 #   - gcc:               Use GCC specific settings.
-#   - gcc_13:            Use GCC version 13 or greater specific settings.
 #   - individual:        Compile using per project (individual) libraries, does not handle thread or threadless cases.
 #   - individual_thread: This is required when compiling in individual mode with "thread" mode.
 #   - level:             Compile using per level libraries.
@@ -28,7 +28,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes android clang coverage debug gcc gcc_13 fanalyzer individual individual_thread level monolithic test thread threadless
+modes android clang coverage debug fanalyzer flex_arrays gcc individual individual_thread level monolithic test thread threadless
 modes_default debug gcc monolithic thread
 
 build_compiler gcc
@@ -99,7 +99,7 @@ flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now
 flags-android -Wno-implicit-function-declaration -Wl,-z,norelro
 flags-thread -pthread
 flags-clang -Wno-logical-op-parentheses
-flags-gcc_13 -fstrict-flex-arrays=3
+flags-flex_arrays -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 7446092eb40d392d3f447bbb01257e8a595e1246..ce3689bdc65d63147f1c5193b02918bdb812f65a 100644 (file)
@@ -8,8 +8,8 @@
 #   - coverage:          Compile for building coverage.
 #   - debug:             Enable debugging, such as compile time debug options.
 #   - fanalyzer:         Compile using GCC's -fanalyzer compile time option.
+#   - flex_arrays:       Use GCC strict flex arrays (supported by GCC version 13 or greater).
 #   - gcc:               Use GCC specific settings.
-#   - gcc_13:            Use GCC version 13 or greater specific settings.
 #   - individual:        Compile using per project (individual) libraries, does not handle thread or threadless cases.
 #   - individual_thread: This is required when compiling in individual mode with "thread" mode.
 #   - level:             Compile using per level libraries.
@@ -28,7 +28,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes android clang coverage debug gcc gcc_13 fanalyzer individual individual_thread level monolithic test thread threadless
+modes android clang coverage debug fanalyzer flex_arrays gcc individual individual_thread level monolithic test thread threadless
 modes_default debug gcc monolithic thread
 
 build_compiler gcc
@@ -92,7 +92,7 @@ flags-android -Wno-implicit-function-declaration -Wl,-z,norelro
 flags-clang -Wno-logical-op-parentheses
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 flags-fanalyzer -fanalyzer
-flags-gcc_13 -fstrict-flex-arrays=3
+flags-flex_arrays -fstrict-flex-arrays=3
 flags-test -O0 -fstack-protector-strong -Wall
 flags-thread -pthread