- def fjump_tables : Flag<["-"], "fjump-tables">, Group<f_Group>;
- def fno_jump_tables : Flag<["-"], "fno-jump-tables">, Group<f_Group>, Flags<[CC1Option]>,
- HelpText<"Do not use jump tables for lowering switches">;
- def fforce_enable_int128 : Flag<["-"], "fforce-enable-int128">,
- Group<f_Group>, Flags<[CC1Option]>,
- HelpText<"Enable support for int128_t type">;
- def fno_force_enable_int128 : Flag<["-"], "fno-force-enable-int128">,
- Group<f_Group>, Flags<[CC1Option]>,
- HelpText<"Disable support for int128_t type">;
- def fkeep_static_consts : Flag<["-"], "fkeep-static-consts">, Group<f_Group>, Flags<[CC1Option]>,
- HelpText<"Keep static const variables even if unused">;
- def ffixed_point : Flag<["-"], "ffixed-point">, Group<f_Group>,
- Flags<[CC1Option]>, HelpText<"Enable fixed point types">;
- def fno_fixed_point : Flag<["-"], "fno-fixed-point">, Group<f_Group>,
- HelpText<"Disable fixed point types">;
- def fcxx_static_destructors : Flag<["-"], "fc++-static-destructors">,
- Group<f_Group>,
- HelpText<"Enable C++ static destructor registration (the default)">;
- def fno_cxx_static_destructors : Flag<["-"], "fno-c++-static-destructors">,
- Group<f_Group>,
- Flags<[CC1Option]>,