OpenTTD Source 20250205-master-gfd85ab1e2c
|
Test whether we do not trigger an over optimisation of enums. More...
Go to the source code of this file.
Enumerations | |
enum | TestEnum : int8_t { ZERO , ONE , TWO } |
Functions | |
TEST_CASE ("EnumOverOptimisation_BoundsCheck") | |
Test whether we do not trigger an over optimisation of enums.
For more details, see http://gcc.gnu.org/PR43680 and PR#5246.
Definition in file enum_over_optimisation.cpp.
enum TestEnum : int8_t |
Definition at line 18 of file enum_over_optimisation.cpp.
TEST_CASE | ( | "EnumOverOptimisation_BoundsCheck" | ) |
Definition at line 24 of file enum_over_optimisation.cpp.