/* This file is auto-generated by optc-gen.awk. */ #include "config.h" #include "system.h" #include "coretypes.h" #include "options.h" #include "tm.h" #include "opts.h" #include "intl.h" #include "insn-attr-common.h" #include "cpplib.h" #include "diagnostic-color.h" #include "pretty-print.h" static const struct cl_enum_arg cl_enum_compressed_debug_sections_data[] = { { "none", 0, 0 }, { "zlib", 1, 0 }, { "zlib-gnu", 2, 0 }, { NULL, 0, 0 } }; static void cl_enum_compressed_debug_sections_set (void *var, int value) { *((int *) var) = (int) value; } static int cl_enum_compressed_debug_sections_get (const void *var) { return (int) *((const int *) var); } static const struct cl_enum_arg cl_enum_cpp_normalize_level_data[] = { { "id", normalized_identifier_C, 0 }, { "nfc", normalized_C, 0 }, { "nfkc", normalized_KC, 0 }, { "none", normalized_none, 0 }, { NULL, 0, 0 } }; static void cl_enum_cpp_normalize_level_set (void *var, int value) { *((int *) var) = (int) value; } static int cl_enum_cpp_normalize_level_get (const void *var) { return (int) *((const int *) var); } static const struct cl_enum_arg cl_enum_diagnostic_color_rule_data[] = { { "always", DIAGNOSTICS_COLOR_YES, 0 }, { "auto", DIAGNOSTICS_COLOR_AUTO, 0 }, { "never", DIAGNOSTICS_COLOR_NO, 0 }, { NULL, 0, 0 } }; static void cl_enum_diagnostic_color_rule_set (void *var, int value) { *((int *) var) = (int) value; } static int cl_enum_diagnostic_color_rule_get (const void *var) { return (int) *((const int *) var); } static const struct cl_enum_arg cl_enum_diagnostic_prefixing_rule_data[] = { { "every-line", DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE, 0 }, { "once", DIAGNOSTICS_SHOW_PREFIX_ONCE, 0 }, { NULL, 0, 0 } }; static void cl_enum_diagnostic_prefixing_rule_set (void *var, int value) { *((int *) var) = (int) value; } static int cl_enum_diagnostic_prefixing_rule_get (const void *var) { return (int) *((const int *) var); } static const struct cl_enum_arg cl_enum_dwarf_gnat_encodings_data[] = { { "all", DWARF_GNAT_ENCODINGS_ALL, 0 }, { "gdb", DWARF_GNAT_ENCODINGS_GDB, 0 }, { "minimal", DWARF_GNAT_ENCODINGS_MINIMAL, 0 }, { NULL, 0, 0 } }; static void cl_enum_dwarf_gnat_encodings_set (void *var, int value) { *((int *) var) = (int) value; } static int cl_enum_dwarf_gnat_encodings_get (const void *var) { return (int) *((const int *) var); } static const struct cl_enum_arg cl_enum_excess_precision_data[] = { { "fast", EXCESS_PRECISION_FAST, 0 }, { "standard", EXCESS_PRECISION_STANDARD, 0 }, { NULL, 0, 0 } }; static void cl_enum_excess_precision_set (void *var, int value) { *((enum excess_precision *) var) = (enum excess_precision) value; } static int cl_enum_excess_precision_get (const void *var) { return (int) *((const enum excess_precision *) var); } static const struct cl_enum_arg cl_enum_fp_contract_mode_data[] = { { "fast", FP_CONTRACT_FAST, 0 }, { "off", FP_CONTRACT_OFF, 0 }, { "on", FP_CONTRACT_OFF, 0 }, { NULL, 0, 0 } }; static void cl_enum_fp_contract_mode_set (void *var, int value) { *((enum fp_contract_mode *) var) = (enum fp_contract_mode) value; } static int cl_enum_fp_contract_mode_get (const void *var) { return (int) *((const enum fp_contract_mode *) var); } static const struct cl_enum_arg cl_enum_gfc_convert_data[] = { { "big-endian", GFC_FLAG_CONVERT_BIG, 0 }, { "little-endian", GFC_FLAG_CONVERT_LITTLE, 0 }, { "native", GFC_FLAG_CONVERT_NATIVE, 0 }, { "swap", GFC_FLAG_CONVERT_SWAP, 0 }, { NULL, 0, 0 } }; static void cl_enum_gfc_convert_set (void *var, int value) { *((enum gfc_convert *) var) = (enum gfc_convert) value; } static int cl_enum_gfc_convert_get (const void *var) { return (int) *((const enum gfc_convert *) var); } static const struct cl_enum_arg cl_enum_gfc_fcoarray_data[] = { { "lib", GFC_FCOARRAY_LIB, 0 }, { "none", GFC_FCOARRAY_NONE, 0 }, { "single", GFC_FCOARRAY_SINGLE, 0 }, { NULL, 0, 0 } }; static void cl_enum_gfc_fcoarray_set (void *var, int value) { *((enum gfc_fcoarray *) var) = (enum gfc_fcoarray) value; } static int cl_enum_gfc_fcoarray_get (const void *var) { return (int) *((const enum gfc_fcoarray *) var); } static const struct cl_enum_arg cl_enum_gfc_init_local_real_data[] = { { "-inf", GFC_INIT_REAL_NEG_INF, 0 }, { "inf", GFC_INIT_REAL_INF, 0 }, { "nan", GFC_INIT_REAL_NAN, 0 }, { "snan", GFC_INIT_REAL_SNAN, 0 }, { "zero", GFC_INIT_REAL_ZERO, 0 }, { NULL, 0, 0 } }; static void cl_enum_gfc_init_local_real_set (void *var, int value) { *((enum gfc_init_local_real *) var) = (enum gfc_init_local_real) value; } static int cl_enum_gfc_init_local_real_get (const void *var) { return (int) *((const enum gfc_init_local_real *) var); } static const struct cl_enum_arg cl_enum_ira_algorithm_data[] = { { "CB", IRA_ALGORITHM_CB, 0 }, { "priority", IRA_ALGORITHM_PRIORITY, 0 }, { NULL, 0, 0 } }; static void cl_enum_ira_algorithm_set (void *var, int value) { *((enum ira_algorithm *) var) = (enum ira_algorithm) value; } static int cl_enum_ira_algorithm_get (const void *var) { return (int) *((const enum ira_algorithm *) var); } static const struct cl_enum_arg cl_enum_ira_region_data[] = { { "all", IRA_REGION_ALL, 0 }, { "mixed", IRA_REGION_MIXED, 0 }, { "one", IRA_REGION_ONE, 0 }, { NULL, 0, 0 } }; static void cl_enum_ira_region_set (void *var, int value) { *((enum ira_region *) var) = (enum ira_region) value; } static int cl_enum_ira_region_get (const void *var) { return (int) *((const enum ira_region *) var); } static const struct cl_enum_arg cl_enum_ivar_visibility_data[] = { { "package", IVAR_VISIBILITY_PACKAGE, 0 }, { "private", IVAR_VISIBILITY_PRIVATE, 0 }, { "protected", IVAR_VISIBILITY_PROTECTED, 0 }, { "public", IVAR_VISIBILITY_PUBLIC, 0 }, { NULL, 0, 0 } }; static void cl_enum_ivar_visibility_set (void *var, int value) { *((enum ivar_visibility *) var) = (enum ivar_visibility) value; } static int cl_enum_ivar_visibility_get (const void *var) { return (int) *((const enum ivar_visibility *) var); } static const struct cl_enum_arg cl_enum_lto_linker_output_data[] = { { "dyn", LTO_LINKER_OUTPUT_DYN, 0 }, { "exec", LTO_LINKER_OUTPUT_EXEC, 0 }, { "pie", LTO_LINKER_OUTPUT_PIE, 0 }, { "rel", LTO_LINKER_OUTPUT_REL, 0 }, { "unknown", LTO_LINKER_OUTPUT_UNKNOWN, 0 }, { NULL, 0, 0 } }; static void cl_enum_lto_linker_output_set (void *var, int value) { *((enum lto_linker_output *) var) = (enum lto_linker_output) value; } static int cl_enum_lto_linker_output_get (const void *var) { return (int) *((const enum lto_linker_output *) var); } static const struct cl_enum_arg cl_enum_lto_partition_model_data[] = { { "1to1", LTO_PARTITION_1TO1, 0 }, { "balanced", LTO_PARTITION_BALANCED, 0 }, { "max", LTO_PARTITION_MAX, 0 }, { "none", LTO_PARTITION_NONE, 0 }, { "one", LTO_PARTITION_ONE, 0 }, { NULL, 0, 0 } }; static void cl_enum_lto_partition_model_set (void *var, int value) { *((enum lto_partition_model *) var) = (enum lto_partition_model) value; } static int cl_enum_lto_partition_model_get (const void *var) { return (int) *((const enum lto_partition_model *) var); } static const struct cl_enum_arg cl_enum_mips_abi_data[] = { { "32", ABI_32, 0 }, { "64", ABI_64, 0 }, { "eabi", ABI_EABI, 0 }, { "n32", ABI_N32, 0 }, { "o64", ABI_O64, 0 }, { NULL, 0, 0 } }; static void cl_enum_mips_abi_set (void *var, int value) { *((int *) var) = (int) value; } static int cl_enum_mips_abi_get (const void *var) { return (int) *((const int *) var); } static const struct cl_enum_arg cl_enum_mips_arch_opt_value_data[] = { { "10000", 33, 0 }, { "1004kc", 81, 0| CL_ENUM_CANONICAL }, { "1004kf", 83, 0| CL_ENUM_CANONICAL }, { "1004kf1_1", 84, 0| CL_ENUM_CANONICAL }, { "1004kf2_1", 82, 0| CL_ENUM_CANONICAL }, { "10k", 33, 0 }, { "12000", 34, 0 }, { "12k", 34, 0 }, { "14000", 35, 0 }, { "14k", 35, 0 }, { "16000", 36, 0 }, { "16k", 36, 0 }, { "2000", 15, 0 }, { "20kc", 91, 0| CL_ENUM_CANONICAL }, { "24kc", 55, 0| CL_ENUM_CANONICAL }, { "24kec", 61, 0| CL_ENUM_CANONICAL }, { "24kef", 63, 0| CL_ENUM_CANONICAL }, { "24kef1_1", 64, 0| CL_ENUM_CANONICAL }, { "24kef2_1", 62, 0| CL_ENUM_CANONICAL }, { "24kefx", 65, 0| CL_ENUM_CANONICAL }, { "24kex", 66, 0| CL_ENUM_CANONICAL }, { "24kf", 57, 0| CL_ENUM_CANONICAL }, { "24kf1_1", 58, 0| CL_ENUM_CANONICAL }, { "24kf2_1", 56, 0| CL_ENUM_CANONICAL }, { "24kfx", 59, 0| CL_ENUM_CANONICAL }, { "24kx", 60, 0| CL_ENUM_CANONICAL }, { "2k", 15, 0 }, { "3000", 14, 0 }, { "34kc", 67, 0| CL_ENUM_CANONICAL }, { "34kf", 69, 0| CL_ENUM_CANONICAL }, { "34kf1_1", 70, 0| CL_ENUM_CANONICAL }, { "34kf2_1", 68, 0| CL_ENUM_CANONICAL }, { "34kfx", 71, 0| CL_ENUM_CANONICAL }, { "34kn", 73, 0| CL_ENUM_CANONICAL }, { "34kx", 72, 0| CL_ENUM_CANONICAL }, { "3900", 16, 0 }, { "3k", 14, 0 }, { "4000", 18, 0 }, { "4100", 19, 0 }, { "4111", 20, 0 }, { "4120", 21, 0 }, { "4130", 22, 0 }, { "4300", 23, 0 }, { "4400", 24, 0 }, { "4600", 25, 0 }, { "4650", 27, 0 }, { "4700", 28, 0 }, { "4k", 18, 0 }, { "4kc", 42, 0| CL_ENUM_CANONICAL }, { "4kec", 51, 0| CL_ENUM_CANONICAL }, { "4kem", 52, 0| CL_ENUM_CANONICAL }, { "4kep", 53, 0| CL_ENUM_CANONICAL }, { "4km", 43, 0| CL_ENUM_CANONICAL }, { "4kp", 44, 0| CL_ENUM_CANONICAL }, { "4ksc", 45, 0| CL_ENUM_CANONICAL }, { "4ksd", 54, 0| CL_ENUM_CANONICAL }, { "5000", 37, 0 }, { "5400", 38, 0 }, { "5500", 39, 0 }, { "5900", 29, 0 }, { "5k", 37, 0 }, { "5kc", 89, 0| CL_ENUM_CANONICAL }, { "5kf", 90, 0| CL_ENUM_CANONICAL }, { "6000", 17, 0 }, { "6k", 17, 0 }, { "7000", 40, 0 }, { "74kc", 74, 0| CL_ENUM_CANONICAL }, { "74kf", 76, 0| CL_ENUM_CANONICAL }, { "74kf1_1", 77, 0| CL_ENUM_CANONICAL }, { "74kf2_1", 75, 0| CL_ENUM_CANONICAL }, { "74kf3_2", 80, 0| CL_ENUM_CANONICAL }, { "74kfx", 78, 0| CL_ENUM_CANONICAL }, { "74kx", 79, 0| CL_ENUM_CANONICAL }, { "7k", 40, 0 }, { "8000", 32, 0 }, { "8k", 32, 0 }, { "9000", 41, 0 }, { "9k", 41, 0 }, { "from-abi", MIPS_ARCH_OPTION_FROM_ABI, 0 }, { "i6400", 102, 0| CL_ENUM_CANONICAL }, { "interaptiv", 85, 0| CL_ENUM_CANONICAL }, { "loongson2e", 30, 0| CL_ENUM_CANONICAL }, { "loongson2f", 31, 0| CL_ENUM_CANONICAL }, { "loongson3a", 96, 0| CL_ENUM_CANONICAL }, { "m14k", 48, 0| CL_ENUM_CANONICAL }, { "m14kc", 47, 0| CL_ENUM_CANONICAL }, { "m14ke", 49, 0| CL_ENUM_CANONICAL }, { "m14kec", 50, 0| CL_ENUM_CANONICAL }, { "m4k", 46, 0| CL_ENUM_CANONICAL }, { "m5100", 87, 0| CL_ENUM_CANONICAL }, { "m5101", 88, 0| CL_ENUM_CANONICAL }, { "mips1", 0, 0| CL_ENUM_CANONICAL }, { "mips2", 1, 0| CL_ENUM_CANONICAL }, { "mips3", 2, 0| CL_ENUM_CANONICAL }, { "mips32", 4, 0| CL_ENUM_CANONICAL }, { "mips32r2", 5, 0| CL_ENUM_CANONICAL }, { "mips32r3", 6, 0| CL_ENUM_CANONICAL }, { "mips32r5", 7, 0| CL_ENUM_CANONICAL }, { "mips32r6", 8, 0| CL_ENUM_CANONICAL }, { "mips4", 3, 0| CL_ENUM_CANONICAL }, { "mips64", 9, 0| CL_ENUM_CANONICAL }, { "mips64r2", 10, 0| CL_ENUM_CANONICAL }, { "mips64r3", 11, 0| CL_ENUM_CANONICAL }, { "mips64r5", 12, 0| CL_ENUM_CANONICAL }, { "mips64r6", 13, 0| CL_ENUM_CANONICAL }, { "native", MIPS_ARCH_OPTION_NATIVE, 0| CL_ENUM_DRIVER_ONLY }, { "octeon", 97, 0| CL_ENUM_CANONICAL }, { "octeon+", 98, 0| CL_ENUM_CANONICAL }, { "octeon2", 99, 0| CL_ENUM_CANONICAL }, { "octeon3", 100, 0| CL_ENUM_CANONICAL }, { "orion", 26, 0| CL_ENUM_CANONICAL }, { "p5600", 86, 0| CL_ENUM_CANONICAL }, { "r10000", 33, 0| CL_ENUM_CANONICAL }, { "r1004kc", 81, 0 }, { "r1004kf", 83, 0 }, { "r1004kf1_1", 84, 0 }, { "r1004kf2_1", 82, 0 }, { "r10k", 33, 0 }, { "r12000", 34, 0| CL_ENUM_CANONICAL }, { "r12k", 34, 0 }, { "r14000", 35, 0| CL_ENUM_CANONICAL }, { "r14k", 35, 0 }, { "r16000", 36, 0| CL_ENUM_CANONICAL }, { "r16k", 36, 0 }, { "r2000", 15, 0| CL_ENUM_CANONICAL }, { "r20kc", 91, 0 }, { "r24kc", 55, 0 }, { "r24kec", 61, 0 }, { "r24kef", 63, 0 }, { "r24kef1_1", 64, 0 }, { "r24kef2_1", 62, 0 }, { "r24kefx", 65, 0 }, { "r24kex", 66, 0 }, { "r24kf", 57, 0 }, { "r24kf1_1", 58, 0 }, { "r24kf2_1", 56, 0 }, { "r24kfx", 59, 0 }, { "r24kx", 60, 0 }, { "r2k", 15, 0 }, { "r3000", 14, 0| CL_ENUM_CANONICAL }, { "r34kc", 67, 0 }, { "r34kf", 69, 0 }, { "r34kf1_1", 70, 0 }, { "r34kf2_1", 68, 0 }, { "r34kfx", 71, 0 }, { "r34kn", 73, 0 }, { "r34kx", 72, 0 }, { "r3900", 16, 0| CL_ENUM_CANONICAL }, { "r3k", 14, 0 }, { "r4000", 18, 0| CL_ENUM_CANONICAL }, { "r4100", 19, 0 }, { "r4111", 20, 0 }, { "r4120", 21, 0 }, { "r4130", 22, 0 }, { "r4300", 23, 0 }, { "r4400", 24, 0| CL_ENUM_CANONICAL }, { "r4600", 25, 0| CL_ENUM_CANONICAL }, { "r4650", 27, 0| CL_ENUM_CANONICAL }, { "r4700", 28, 0| CL_ENUM_CANONICAL }, { "r4k", 18, 0 }, { "r4kc", 42, 0 }, { "r4kec", 51, 0 }, { "r4kem", 52, 0 }, { "r4kep", 53, 0 }, { "r4km", 43, 0 }, { "r4kp", 44, 0 }, { "r4ksc", 45, 0 }, { "r4ksd", 54, 0 }, { "r5000", 37, 0 }, { "r5400", 38, 0 }, { "r5500", 39, 0 }, { "r5900", 29, 0| CL_ENUM_CANONICAL }, { "r5k", 37, 0 }, { "r5kc", 89, 0 }, { "r5kf", 90, 0 }, { "r6000", 17, 0| CL_ENUM_CANONICAL }, { "r6k", 17, 0 }, { "r7000", 40, 0 }, { "r74kc", 74, 0 }, { "r74kf", 76, 0 }, { "r74kf1_1", 77, 0 }, { "r74kf2_1", 75, 0 }, { "r74kf3_2", 80, 0 }, { "r74kfx", 78, 0 }, { "r74kx", 79, 0 }, { "r7k", 40, 0 }, { "r8000", 32, 0| CL_ENUM_CANONICAL }, { "r8k", 32, 0 }, { "r9000", 41, 0 }, { "r9k", 41, 0 }, { "rm7000", 40, 0| CL_ENUM_CANONICAL }, { "rm7k", 40, 0 }, { "rm9000", 41, 0| CL_ENUM_CANONICAL }, { "rm9k", 41, 0 }, { "sb1", 92, 0| CL_ENUM_CANONICAL }, { "sb1a", 93, 0| CL_ENUM_CANONICAL }, { "sr71000", 94, 0| CL_ENUM_CANONICAL }, { "sr71k", 94, 0 }, { "vr4100", 19, 0| CL_ENUM_CANONICAL }, { "vr4111", 20, 0| CL_ENUM_CANONICAL }, { "vr4120", 21, 0| CL_ENUM_CANONICAL }, { "vr4130", 22, 0| CL_ENUM_CANONICAL }, { "vr4300", 23, 0| CL_ENUM_CANONICAL }, { "vr5000", 37, 0| CL_ENUM_CANONICAL }, { "vr5400", 38, 0| CL_ENUM_CANONICAL }, { "vr5500", 39, 0| CL_ENUM_CANONICAL }, { "vr5k", 37, 0 }, { "xlp", 101, 0| CL_ENUM_CANONICAL }, { "xlr", 95, 0| CL_ENUM_CANONICAL }, { NULL, 0, 0 } }; static void cl_enum_mips_arch_opt_value_set (void *var, int value) { *((int *) var) = (int) value; } static int cl_enum_mips_arch_opt_value_get (const void *var) { return (int) *((const int *) var); } static const struct cl_enum_arg cl_enum_mips_cb_setting_data[] = { { "always", MIPS_CB_ALWAYS, 0 }, { "never", MIPS_CB_NEVER, 0 }, { "optimal", MIPS_CB_OPTIMAL, 0 }, { NULL, 0, 0 } }; static void cl_enum_mips_cb_setting_set (void *var, int value) { *((enum mips_cb_setting *) var) = (enum mips_cb_setting) value; } static int cl_enum_mips_cb_setting_get (const void *var) { return (int) *((const enum mips_cb_setting *) var); } static const struct cl_enum_arg cl_enum_mips_code_readable_setting_data[] = { { "no", CODE_READABLE_NO, 0 }, { "pcrel", CODE_READABLE_PCREL, 0 }, { "yes", CODE_READABLE_YES, 0 }, { NULL, 0, 0 } }; static void cl_enum_mips_code_readable_setting_set (void *var, int value) { *((enum mips_code_readable_setting *) var) = (enum mips_code_readable_setting) value; } static int cl_enum_mips_code_readable_setting_get (const void *var) { return (int) *((const enum mips_code_readable_setting *) var); } static const struct cl_enum_arg cl_enum_mips_ieee_754_value_data[] = { { "2008", MIPS_IEEE_754_2008, 0 }, { "legacy", MIPS_IEEE_754_LEGACY, 0 }, { NULL, 0, 0 } }; static void cl_enum_mips_ieee_754_value_set (void *var, int value) { *((int *) var) = (int) value; } static int cl_enum_mips_ieee_754_value_get (const void *var) { return (int) *((const int *) var); } static const struct cl_enum_arg cl_enum_mips_mips_opt_value_data[] = { { "1", 0, 0 }, { "2", 1, 0 }, { "3", 2, 0 }, { "32", 4, 0 }, { "32r2", 5, 0 }, { "32r3", 6, 0 }, { "32r5", 7, 0 }, { "32r6", 8, 0 }, { "4", 3, 0 }, { "64", 9, 0 }, { "64r2", 10, 0 }, { "64r3", 11, 0 }, { "64r5", 12, 0 }, { "64r6", 13, 0 }, { NULL, 0, 0 } }; static void cl_enum_mips_mips_opt_value_set (void *var, int value) { *((int *) var) = (int) value; } static int cl_enum_mips_mips_opt_value_get (const void *var) { return (int) *((const int *) var); } static const struct cl_enum_arg cl_enum_mips_r10k_cache_barrier_setting_data[] = { { "load-store", R10K_CACHE_BARRIER_LOAD_STORE, 0 }, { "none", R10K_CACHE_BARRIER_NONE, 0 }, { "store", R10K_CACHE_BARRIER_STORE, 0 }, { NULL, 0, 0 } }; static void cl_enum_mips_r10k_cache_barrier_setting_set (void *var, int value) { *((enum mips_r10k_cache_barrier_setting *) var) = (enum mips_r10k_cache_barrier_setting) value; } static int cl_enum_mips_r10k_cache_barrier_setting_get (const void *var) { return (int) *((const enum mips_r10k_cache_barrier_setting *) var); } static const struct cl_enum_arg cl_enum_offload_abi_data[] = { { "ilp32", OFFLOAD_ABI_ILP32, 0 }, { "lp64", OFFLOAD_ABI_LP64, 0 }, { NULL, 0, 0 } }; static void cl_enum_offload_abi_set (void *var, int value) { *((enum offload_abi *) var) = (enum offload_abi) value; } static int cl_enum_offload_abi_get (const void *var) { return (int) *((const enum offload_abi *) var); } static const struct cl_enum_arg cl_enum_permitted_flt_eval_methods_data[] = { { "c11", PERMITTED_FLT_EVAL_METHODS_C11, 0 }, { "ts-18661-3", PERMITTED_FLT_EVAL_METHODS_TS_18661, 0 }, { NULL, 0, 0 } }; static void cl_enum_permitted_flt_eval_methods_set (void *var, int value) { *((enum permitted_flt_eval_methods *) var) = (enum permitted_flt_eval_methods) value; } static int cl_enum_permitted_flt_eval_methods_get (const void *var) { return (int) *((const enum permitted_flt_eval_methods *) var); } static const struct cl_enum_arg cl_enum_profile_update_data[] = { { "atomic", PROFILE_UPDATE_ATOMIC, 0 }, { "prefer-atomic", PROFILE_UPDATE_PREFER_ATOMIC, 0 }, { "single", PROFILE_UPDATE_SINGLE, 0 }, { NULL, 0, 0 } }; static void cl_enum_profile_update_set (void *var, int value) { *((enum profile_update *) var) = (enum profile_update) value; } static int cl_enum_profile_update_get (const void *var) { return (int) *((const enum profile_update *) var); } static const struct cl_enum_arg cl_enum_reorder_blocks_algorithm_data[] = { { "simple", REORDER_BLOCKS_ALGORITHM_SIMPLE, 0 }, { "stc", REORDER_BLOCKS_ALGORITHM_STC, 0 }, { NULL, 0, 0 } }; static void cl_enum_reorder_blocks_algorithm_set (void *var, int value) { *((enum reorder_blocks_algorithm *) var) = (enum reorder_blocks_algorithm) value; } static int cl_enum_reorder_blocks_algorithm_get (const void *var) { return (int) *((const enum reorder_blocks_algorithm *) var); } static const struct cl_enum_arg cl_enum_sso_struct_data[] = { { "big-endian", SSO_BIG_ENDIAN, 0 }, { "little-endian", SSO_LITTLE_ENDIAN, 0 }, { "native", SSO_NATIVE, 0 }, { NULL, 0, 0 } }; static void cl_enum_sso_struct_set (void *var, int value) { *((enum scalar_storage_order_kind *) var) = (enum scalar_storage_order_kind) value; } static int cl_enum_sso_struct_get (const void *var) { return (int) *((const enum scalar_storage_order_kind *) var); } static const struct cl_enum_arg cl_enum_stack_reuse_level_data[] = { { "all", SR_ALL, 0 }, { "named_vars", SR_NAMED_VARS, 0 }, { "none", SR_NONE, 0 }, { NULL, 0, 0 } }; static void cl_enum_stack_reuse_level_set (void *var, int value) { *((enum stack_reuse_level *) var) = (enum stack_reuse_level) value; } static int cl_enum_stack_reuse_level_get (const void *var) { return (int) *((const enum stack_reuse_level *) var); } static const struct cl_enum_arg cl_enum_strong_eval_order_data[] = { { "all", 2, 0 }, { "none", 0, 0 }, { "some", 1, 0 }, { NULL, 0, 0 } }; static void cl_enum_strong_eval_order_set (void *var, int value) { *((int *) var) = (int) value; } static int cl_enum_strong_eval_order_get (const void *var) { return (int) *((const int *) var); } static const struct cl_enum_arg cl_enum_symbol_visibility_data[] = { { "default", VISIBILITY_DEFAULT, 0 }, { "hidden", VISIBILITY_HIDDEN, 0 }, { "internal", VISIBILITY_INTERNAL, 0 }, { "protected", VISIBILITY_PROTECTED, 0 }, { NULL, 0, 0 } }; static void cl_enum_symbol_visibility_set (void *var, int value) { *((enum symbol_visibility *) var) = (enum symbol_visibility) value; } static int cl_enum_symbol_visibility_get (const void *var) { return (int) *((const enum symbol_visibility *) var); } static const struct cl_enum_arg cl_enum_tls_model_data[] = { { "global-dynamic", TLS_MODEL_GLOBAL_DYNAMIC, 0 }, { "initial-exec", TLS_MODEL_INITIAL_EXEC, 0 }, { "local-dynamic", TLS_MODEL_LOCAL_DYNAMIC, 0 }, { "local-exec", TLS_MODEL_LOCAL_EXEC, 0 }, { NULL, 0, 0 } }; static void cl_enum_tls_model_set (void *var, int value) { *((enum tls_model *) var) = (enum tls_model) value; } static int cl_enum_tls_model_get (const void *var) { return (int) *((const enum tls_model *) var); } static const struct cl_enum_arg cl_enum_vect_cost_model_data[] = { { "cheap", VECT_COST_MODEL_CHEAP, 0 }, { "dynamic", VECT_COST_MODEL_DYNAMIC, 0 }, { "unlimited", VECT_COST_MODEL_UNLIMITED, 0 }, { NULL, 0, 0 } }; static void cl_enum_vect_cost_model_set (void *var, int value) { *((enum vect_cost_model *) var) = (enum vect_cost_model) value; } static int cl_enum_vect_cost_model_get (const void *var) { return (int) *((const enum vect_cost_model *) var); } static const struct cl_enum_arg cl_enum_vtv_priority_data[] = { { "none", VTV_NO_PRIORITY, 0 }, { "preinit", VTV_PREINIT_PRIORITY, 0 }, { "std", VTV_STANDARD_PRIORITY, 0 }, { NULL, 0, 0 } }; static void cl_enum_vtv_priority_set (void *var, int value) { *((enum vtv_priority *) var) = (enum vtv_priority) value; } static int cl_enum_vtv_priority_get (const void *var) { return (int) *((const enum vtv_priority *) var); } static const struct cl_enum_arg cl_enum_warn_aligned_new_level_data[] = { { "all", 2, 0 }, { "global", 1, 0 }, { "none", 0, 0 }, { NULL, 0, 0 } }; static void cl_enum_warn_aligned_new_level_set (void *var, int value) { *((int *) var) = (int) value; } static int cl_enum_warn_aligned_new_level_get (const void *var) { return (int) *((const int *) var); } const struct cl_enum cl_enums[] = { { NULL, NULL, cl_enum_compressed_debug_sections_data, sizeof (int), cl_enum_compressed_debug_sections_set, cl_enum_compressed_debug_sections_get }, { NULL, "argument %qs to %<-Wnormalized%> not recognized", cl_enum_cpp_normalize_level_data, sizeof (int), cl_enum_cpp_normalize_level_set, cl_enum_cpp_normalize_level_get }, { NULL, NULL, cl_enum_diagnostic_color_rule_data, sizeof (int), cl_enum_diagnostic_color_rule_set, cl_enum_diagnostic_color_rule_get }, { NULL, NULL, cl_enum_diagnostic_prefixing_rule_data, sizeof (int), cl_enum_diagnostic_prefixing_rule_set, cl_enum_diagnostic_prefixing_rule_get }, { NULL, NULL, cl_enum_dwarf_gnat_encodings_data, sizeof (int), cl_enum_dwarf_gnat_encodings_set, cl_enum_dwarf_gnat_encodings_get }, { NULL, "unknown excess precision style %qs", cl_enum_excess_precision_data, sizeof (enum excess_precision), cl_enum_excess_precision_set, cl_enum_excess_precision_get }, { NULL, "unknown floating point contraction style %qs", cl_enum_fp_contract_mode_data, sizeof (enum fp_contract_mode), cl_enum_fp_contract_mode_set, cl_enum_fp_contract_mode_get }, { NULL, "Unrecognized option to endianness value: %qs", cl_enum_gfc_convert_data, sizeof (enum gfc_convert), cl_enum_gfc_convert_set, cl_enum_gfc_convert_get }, { NULL, "Unrecognized option: %qs", cl_enum_gfc_fcoarray_data, sizeof (enum gfc_fcoarray), cl_enum_gfc_fcoarray_set, cl_enum_gfc_fcoarray_get }, { NULL, "Unrecognized option to floating-point init value: %qs", cl_enum_gfc_init_local_real_data, sizeof (enum gfc_init_local_real), cl_enum_gfc_init_local_real_set, cl_enum_gfc_init_local_real_get }, { NULL, "unknown IRA algorithm %qs", cl_enum_ira_algorithm_data, sizeof (enum ira_algorithm), cl_enum_ira_algorithm_set, cl_enum_ira_algorithm_get }, { NULL, "unknown IRA region %qs", cl_enum_ira_region_data, sizeof (enum ira_region), cl_enum_ira_region_set, cl_enum_ira_region_get }, { NULL, "unrecognized ivar visibility value %qs", cl_enum_ivar_visibility_data, sizeof (enum ivar_visibility), cl_enum_ivar_visibility_set, cl_enum_ivar_visibility_get }, { NULL, "unknown linker output %qs", cl_enum_lto_linker_output_data, sizeof (enum lto_linker_output), cl_enum_lto_linker_output_set, cl_enum_lto_linker_output_get }, { NULL, "unknown LTO partitioning model %qs", cl_enum_lto_partition_model_data, sizeof (enum lto_partition_model), cl_enum_lto_partition_model_set, cl_enum_lto_partition_model_get }, { "Known MIPS ABIs (for use with the -mabi= option):", NULL, cl_enum_mips_abi_data, sizeof (int), cl_enum_mips_abi_set, cl_enum_mips_abi_get }, { "Known MIPS CPUs (for use with the -march= and -mtune= options):", NULL, cl_enum_mips_arch_opt_value_data, sizeof (int), cl_enum_mips_arch_opt_value_set, cl_enum_mips_arch_opt_value_get }, { "Policies available for use with -mcompact-branches=:", NULL, cl_enum_mips_cb_setting_data, sizeof (enum mips_cb_setting), cl_enum_mips_cb_setting_set, cl_enum_mips_cb_setting_get }, { "Valid arguments to -mcode-readable=:", NULL, cl_enum_mips_code_readable_setting_data, sizeof (enum mips_code_readable_setting), cl_enum_mips_code_readable_setting_set, cl_enum_mips_code_readable_setting_get }, { "Known MIPS IEEE 754 settings (for use with the -mabs= and -mnan= options):", NULL, cl_enum_mips_ieee_754_value_data, sizeof (int), cl_enum_mips_ieee_754_value_set, cl_enum_mips_ieee_754_value_get }, { "Known MIPS ISA levels (for use with the -mips option):", NULL, cl_enum_mips_mips_opt_value_data, sizeof (int), cl_enum_mips_mips_opt_value_set, cl_enum_mips_mips_opt_value_get }, { "Valid arguments to -mr10k-cache-barrier=:", NULL, cl_enum_mips_r10k_cache_barrier_setting_data, sizeof (enum mips_r10k_cache_barrier_setting), cl_enum_mips_r10k_cache_barrier_setting_set, cl_enum_mips_r10k_cache_barrier_setting_get }, { NULL, "unknown offload ABI %qs", cl_enum_offload_abi_data, sizeof (enum offload_abi), cl_enum_offload_abi_set, cl_enum_offload_abi_get }, { NULL, "unknown specification for the set of FLT_EVAL_METHOD values to permit %qs", cl_enum_permitted_flt_eval_methods_data, sizeof (enum permitted_flt_eval_methods), cl_enum_permitted_flt_eval_methods_set, cl_enum_permitted_flt_eval_methods_get }, { NULL, "unknown profile update method %qs", cl_enum_profile_update_data, sizeof (enum profile_update), cl_enum_profile_update_set, cl_enum_profile_update_get }, { NULL, "unknown basic block reordering algorithm %qs", cl_enum_reorder_blocks_algorithm_data, sizeof (enum reorder_blocks_algorithm), cl_enum_reorder_blocks_algorithm_set, cl_enum_reorder_blocks_algorithm_get }, { NULL, "unrecognized scalar storage order value %qs", cl_enum_sso_struct_data, sizeof (enum scalar_storage_order_kind), cl_enum_sso_struct_set, cl_enum_sso_struct_get }, { NULL, "unknown Stack Reuse Level %qs", cl_enum_stack_reuse_level_data, sizeof (enum stack_reuse_level), cl_enum_stack_reuse_level_set, cl_enum_stack_reuse_level_get }, { NULL, NULL, cl_enum_strong_eval_order_data, sizeof (int), cl_enum_strong_eval_order_set, cl_enum_strong_eval_order_get }, { NULL, "unrecognized visibility value %qs", cl_enum_symbol_visibility_data, sizeof (enum symbol_visibility), cl_enum_symbol_visibility_set, cl_enum_symbol_visibility_get }, { NULL, "unknown TLS model %qs", cl_enum_tls_model_data, sizeof (enum tls_model), cl_enum_tls_model_set, cl_enum_tls_model_get }, { NULL, "unknown vectorizer cost model %qs", cl_enum_vect_cost_model_data, sizeof (enum vect_cost_model), cl_enum_vect_cost_model_set, cl_enum_vect_cost_model_get }, { NULL, "unknown vtable verify initialization priority %qs", cl_enum_vtv_priority_data, sizeof (enum vtv_priority), cl_enum_vtv_priority_set, cl_enum_vtv_priority_get }, { NULL, "argument %qs to %<-Waligned-new%> not recognized", cl_enum_warn_aligned_new_level_data, sizeof (int), cl_enum_warn_aligned_new_level_set, cl_enum_warn_aligned_new_level_get }, }; const unsigned int cl_enums_count = 34; const struct gcc_options global_options_init = { 0, /* frame_larger_than_size */ 0, /* larger_than_size */ false, /* dump_base_name_prefixed */ 0, /* exit_after_options */ false, /* flag_disable_hsa */ 0, /* flag_dump_all_passed */ 0, /* flag_opts_finished */ false, /* flag_stack_usage_info */ false, /* flag_warn_unused_result */ false, /* in_lto_p */ 0, /* use_gnu_debug_info_extensions */ 0, /* warn_frame_larger_than */ 0, /* warn_larger_than */ 0, /* help_enum_printed */ 0, /* help_printed */ 0, /* main_input_basename */ 0, /* main_input_filename */ DINFO_LEVEL_NONE, /* debug_info_level */ NO_DEBUG, /* write_symbols */ { DINFO_STRUCT_FILE_ANY, DINFO_STRUCT_FILE_ANY, DINFO_STRUCT_FILE_ANY }, /* debug_struct_generic */ { DINFO_STRUCT_FILE_ANY, DINFO_STRUCT_FILE_ANY, DINFO_STRUCT_FILE_ANY }, /* debug_struct_ordinary */ DWARF_GNAT_ENCODINGS_DEFAULT, /* gnat_encodings */ NO_STACK_CHECK, /* flag_stack_check */ 0, /* param_values */ 1, /* flag_complex_method */ 0, /* flag_debug_asm */ 0, /* flag_dump_rtl_in_asm */ 0, /* flag_gen_aux_info */ 0, /* flag_generate_lto */ 0, /* flag_generate_offload */ 0, /* flag_incremental_link */ 0, /* flag_print_asm_name */ 0, /* flag_shlib */ 0, /* main_input_baselength */ 0, /* optimize */ 0, /* optimize_debug */ 0, /* optimize_fast */ 0, /* optimize_size */ 0, /* rtl_dump_and_exit */ 0, /* target_flags */ 0, /* flag_sanitize */ (SANITIZE_UNDEFINED | SANITIZE_NONDEFAULT | SANITIZE_KERNEL_ADDRESS) & ~(SANITIZE_UNREACHABLE | SANITIZE_RETURN), /* flag_sanitize_recover */ 0, /* help_columns */ TARGET_DEFAULT_PACK_STRUCT, /* initial_max_fld_align */ 0, /* flag_instrument_functions_exclude_files */ 0, /* flag_instrument_functions_exclude_functions */ 0, /* help_flag */ 0, /* no_sysroot_suffix */ 0, /* flag_preprocess_only */ 0, /* g_switch_value */ 0, /* warn_abi */ 0, /* warn_abi_tag */ 0, /* warn_address */ 0, /* warn_aggregate_return */ 1, /* warn_aggressive_loop_optimizations */ 0, /* warn_aliasing */ 1, /* warn_align_commons */ 0, /* warn_aligned_new */ 0, /* warn_alloc_size_limit */ 0, /* warn_alloc_zero */ 0, /* warn_alloca */ 0, /* warn_alloca_limit */ 0, /* warn_ampersand */ 1, /* warn_argument_mismatch */ 0, /* warn_array_bounds */ 0, /* warn_array_temporaries */ 0, /* warn_assign_intercept */ 1, /* warn_attributes */ 0, /* warn_bad_function_cast */ 0, /* warn_bool_compare */ 0, /* warn_bool_op */ 1, /* warn_builtin_declaraion_mismatch */ 1, /* cpp_warn_builtin_macro_redefined */ 0, /* warn_cxx_compat */ 0, /* warn_cxx11_compat */ 0, /* warn_cxx14_compat */ 0, /* warn_cxx1z_compat */ 0, /* warn_c_binding_type */ -1, /* warn_c90_c99_compat */ -1, /* warn_c99_c11_compat */ 0, /* warn_cast_align */ 0, /* warn_cast_qual */ 0, /* warn_char_subscripts */ 0, /* warn_character_truncation */ 0, /* warn_chkp */ 0, /* warn_clobbered */ 0, /* cpp_warn_comment */ 0, /* warn_compare_reals */ 0, /* warn_conditionally_supported */ 0, /* warn_conversion */ 0, /* warn_conversion_extra */ 1, /* warn_conversion_null */ 1, /* warn_coverage_mismatch */ 1, /* warn_cpp */ 0, /* warn_ctor_dtor_privacy */ 0, /* warn_dangling_else */ 0, /* cpp_warn_date_time */ -1, /* warn_declaration_after_statement */ 1, /* warn_delete_incomplete */ 0, /* warn_delnonvdtor */ 1, /* warn_deprecated */ 1, /* warn_deprecated_decl */ 1, /* warn_designated_init */ 0, /* warn_disabled_optimization */ 1, /* warn_discarded_array_qualifiers */ 1, /* warn_discarded_qualifiers */ 1, /* warn_div_by_zero */ 0, /* warn_double_promotion */ 0, /* warn_duplicate_decl_specifier */ 0, /* warn_duplicated_branches */ 0, /* warn_duplicated_cond */ 0, /* warn_ecpp */ 0, /* warn_empty_body */ 1, /* cpp_warn_endif_labels */ -1, /* warn_enum_compare */ 0, /* warnings_are_errors */ 0, /* cpp_warn_expansion_to_defined */ 0, /* extra_warnings */ 0, /* flag_fatal_errors */ 0, /* warn_float_conversion */ 0, /* warn_float_equal */ 0, /* warn_format_contains_nul */ 0, /* warn_format_extra_args */ 0, /* warn_format_nonliteral */ 0, /* warn_format_overflow */ 0, /* warn_format_security */ 0, /* warn_format_signedness */ 0, /* warn_format_trunc */ 0, /* warn_format_y2k */ 0, /* warn_format_zero_length */ 0, /* warn_format */ 0, /* warn_frame_address */ 1, /* warn_free_nonheap_object */ 0, /* warn_function_elimination */ 1, /* warn_hsa */ 1, /* warn_ignored_attributes */ 0, /* warn_ignored_qualifiers */ 0, /* warn_implicit */ 0, /* warn_implicit_fallthrough */ -1, /* warn_implicit_function_declaration */ -1, /* warn_implicit_int */ 0, /* warn_implicit_interface */ 0, /* warn_implicit_procedure */ 1, /* warn_incompatible_pointer_types */ 1, /* warn_inh_var_ctor */ 0, /* warn_init_self */ 0, /* warn_inline */ 1, /* warn_int_conversion */ 0, /* warn_int_in_bool_context */ 1, /* warn_int_to_pointer_cast */ 0, /* warn_integer_division */ 0, /* warn_intrinsic_shadow */ 0, /* warn_intrinsics_std */ 1, /* warn_invalid_memory_model */ 1, /* warn_invalid_offsetof */ 0, /* cpp_warn_invalid_pch */ 0, /* warn_jump_misses_init */ -1, /* warn_line_truncation */ 1, /* cpp_warn_literal_suffix */ 0, /* warn_logical_not_paren */ 0, /* warn_logical_op */ -1, /* warn_long_long */ 1, /* warn_lto_type_mismatch */ -1, /* warn_main */ 0, /* warn_maybe_uninitialized */ 0, /* warn_memset_elt_size */ 0, /* warn_memset_transposed_args */ 0, /* warn_misleading_indentation */ 0, /* warn_missing_braces */ 0, /* warn_missing_declarations */ 0, /* warn_missing_field_initializers */ 0, /* cpp_warn_missing_include_dirs */ 0, /* warn_missing_parameter_type */ 0, /* warn_missing_prototypes */ 0, /* cpp_warn_multichar */ 0, /* warn_multiple_inheritance */ 0, /* warn_namespaces */ -1, /* warn_narrowing */ 0, /* warn_nested_externs */ 0, /* warn_noexcept */ 0, /* warn_noexcept_type */ 1, /* warn_nontemplate_friend */ 0, /* warn_nonvdtor */ 0, /* warn_nonnull */ 0, /* warn_nonnull_compare */ normalized_C, /* cpp_warn_normalize */ 0, /* warn_null_dereference */ 1, /* warn_odr_violations */ 0, /* warn_old_style_cast */ 0, /* warn_old_style_declaration */ 0, /* warn_old_style_definition */ 0, /* warn_openmp_simd */ 1, /* warn_overflow */ 0, /* warn_overlength_strings */ 0, /* warn_overloaded_virtual */ 0, /* warn_override_init */ 1, /* warn_override_init_side_effects */ 0, /* warn_packed */ -1, /* warn_packed_bitfield_compat */ 0, /* warn_padded */ 0, /* warn_parentheses */ 0, /* pedantic */ -1, /* warn_placement_new */ 1, /* warn_pmf2ptr */ 0, /* warn_pointer_arith */ 1, /* warn_pointer_compare */ 0, /* warn_pointer_sign */ 1, /* warn_pointer_to_int_cast */ 1, /* warn_pragmas */ 1, /* warn_property_assign_default */ 1, /* warn_protocol */ 1, /* warn_psabi */ 0, /* warn_real_q_constant */ 0, /* warn_realloc_lhs */ 0, /* warn_realloc_lhs_all */ 0, /* warn_redundant_decls */ 0, /* warn_register */ 0, /* warn_reorder */ 0, /* warn_restrict */ 1, /* warn_return_local_addr */ 0, /* warn_return_type */ 0, /* warn_selector */ 0, /* warn_sequence_point */ 0, /* warn_shadow */ 1, /* warn_shadow_ivar */ 0, /* warn_shadow_compatible_local */ 0, /* warn_shadow_local */ 1, /* warn_shift_count_negative */ 1, /* warn_shift_count_overflow */ -1, /* warn_shift_negative_value */ -1, /* warn_shift_overflow */ 0, /* warn_sign_compare */ 0, /* warn_sign_conversion */ 0, /* warn_sign_promo */ 0, /* warn_sized_deallocation */ 1, /* warn_sizeof_array_argument */ 0, /* warn_sizeof_pointer_memaccess */ 0, /* warn_stack_protect */ 0, /* warn_stack_usage */ 0, /* warn_strict_aliasing */ 0, /* warn_strict_null_sentinel */ 0, /* warn_strict_overflow */ 0, /* warn_strict_prototypes */ 0, /* warn_strict_selector_match */ 2, /* warn_stringop_overflow */ 1, /* warn_subobject_linkage */ 0, /* warn_suggest_attribute_const */ 0, /* warn_suggest_attribute_format */ 0, /* warn_suggest_attribute_noreturn */ 0, /* warn_suggest_attribute_pure */ 0, /* warn_suggest_final_methods */ 0, /* warn_suggest_final_types */ 0, /* warn_override */ 0, /* warn_surprising */ 0, /* warn_switch */ 1, /* warn_switch_bool */ 0, /* warn_switch_default */ 0, /* warn_switch_enum */ 1, /* warn_switch_unreachable */ 1, /* warn_sync_nand */ 0, /* warn_synth */ 0, /* warn_system_headers */ 0, /* warn_tabs */ 0, /* warn_target_lifetime */ 0, /* warn_tautological_compare */ 0, /* warn_templates */ 1, /* warn_terminate */ 0, /* warn_traditional */ 0, /* warn_traditional_conversion */ 0, /* warn_trampolines */ 2, /* cpp_warn_trigraphs */ 0, /* warn_type_limits */ 0, /* warn_undeclared_selector */ 0, /* cpp_warn_undef */ 0, /* warn_undefined_do_loop */ 1, /* warn_underflow */ 0, /* warn_uninitialized */ 0, /* warn_unknown_pragmas */ 0, /* warn_unsafe_loop_optimizations */ 0, /* warn_unsuffixed_float_constants */ 0, /* warn_unused */ 0, /* warn_unused_but_set_parameter */ 0, /* warn_unused_but_set_variable */ 0, /* warn_unused_const_variable */ 0, /* warn_unused_dummy_argument */ 0, /* warn_unused_function */ 0, /* warn_unused_label */ 0, /* warn_unused_local_typedefs */ 0, /* cpp_warn_unused_macros */ 0, /* warn_unused_parameter */ 1, /* warn_unused_result */ 0, /* warn_unused_value */ 0, /* warn_unused_variable */ 0, /* warn_use_without_only */ 0, /* warn_useless_cast */ 1, /* warn_varargs */ 0, /* cpp_warn_variadic_macros */ 0, /* warn_vector_operation_performance */ 0, /* warn_virtual_inheritance */ 1, /* warn_virtual_move_assign */ -1, /* warn_vla */ 0, /* warn_vla_limit */ 0, /* warn_volatile_register_var */ 0, /* warn_write_strings */ 0, /* warn_zero_as_null_pointer_constant */ 0, /* warn_zerotrip */ 0, /* aux_info_file_name */ 0, /* aux_base_name */ 0, /* dump_base_name */ 0, /* dump_dir_name */ -1, /* flag_pic */ -1, /* flag_pie */ -1, /* flag_abi_compat_version */ 0, /* flag_abi_version */ 1, /* flag_access_control */ 0, /* ada_specs_parent */ 0, /* flag_aggressive_function_elimination */ 1, /* flag_aggressive_loop_optimizations */ 1, /* flag_align_commons */ 0, /* align_functions */ 0, /* align_jumps */ 0, /* align_labels */ 0, /* align_loops */ -1, /* aligned_new_threshold */ 0, /* flag_all_intrinsics */ 0, /* flag_allow_leading_underscore */ 0, /* flag_allow_parameterless_variadic_functions */ 0, /* common_deferred_options */ 0, /* flag_no_asm */ 0, /* flag_associative_math */ 0, /* flag_asynchronous_unwind_tables */ 1, /* flag_auto_inc_dec */ 0, /* flag_auto_profile */ 0, /* auto_profile_file */ 1, /* flag_automatic */ 0, /* flag_backslash */ 1, /* flag_backtrace */ 30, /* flag_blas_matmul_limit */ 0, /* flag_bounds_check */ 0, /* flag_branch_on_count_reg */ 0, /* flag_branch_probabilities */ 0, /* flag_branch_target_load_optimize */ 0, /* flag_branch_target_load_optimize2 */ 0, /* flag_btr_bb_exclusive */ 0, /* flag_building_libgcc */ 0, /* flag_no_builtin */ 0, /* flag_caller_saves */ 0, /* flag_check_data_deps */ 0, /* flag_check_new */ 0, /* flag_check_pointer_bounds */ CHECKING_P ? ENABLE_EXTRA_CHECKING ? 2 : 1 : 0, /* flag_checking */ 1, /* flag_chkp_incomplete_type */ 1, /* flag_chkp_check_read */ 1, /* flag_chkp_check_write */ 0, /* flag_chkp_first_field_has_own_bounds */ 0, /* flag_chkp_flexible_struct_trailing_arrays */ 1, /* flag_chkp_instrument_calls */ 0, /* flag_chkp_instrument_marked_only */ 1, /* flag_chkp_narrow_bounds */ 0, /* flag_chkp_narrow_to_innermost_arrray */ -1, /* flag_chkp_optimize */ 1, /* flag_chkp_store_bounds */ 0, /* flag_chkp_zero_dynamic_size_as_infinite */ 0, /* flag_chkp_use_fast_string_functions */ 0, /* flag_chkp_use_nochk_string_functions */ 1, /* flag_chkp_use_static_bounds */ -1, /* flag_chkp_use_static_const_bounds */ 1, /* flag_chkp_use_wrappers */ 0, /* flag_chkp_zero_input_bounds_for_main */ 0, /* flag_cilkplus */ GFC_FCOARRAY_NONE, /* flag_coarray */ 0, /* flag_code_hoisting */ 0, /* flag_combine_stack_adjustments */ 0, /* flag_no_common */ 0, /* flag_compare_debug */ 0, /* flag_compare_debug_opt */ 0, /* flag_compare_elim_after_reload */ 0, /* flag_concepts */ 0, /* flag_conserve_space */ 0, /* flag_conserve_stack */ 512, /* max_constexpr_depth */ 262144, /* constexpr_loop_limit */ GFC_FLAG_CONVERT_NATIVE, /* flag_convert */ 0, /* flag_cprop_registers */ 0, /* flag_cray_pointer */ 0, /* flag_crossjumping */ 0, /* flag_cse_follow_jumps */ 0, /* flag_cx_fortran_rules */ 0, /* flag_cx_limited_range */ 0, /* flag_data_sections */ 1, /* flag_dce */ 0, /* flag_debug_types_section */ 0, /* flag_dec */ 0, /* flag_dec_intrinsic_ints */ 0, /* flag_dec_math */ 0, /* flag_dec_static */ 0, /* flag_dec_structure */ -1, /* flag_declone_ctor_dtor */ 0, /* flag_deduce_init_list */ 0, /* flag_default_double */ 0, /* flag_default_integer */ 0, /* flag_default_real */ 0, /* flag_defer_pop */ 0, /* flag_delayed_branch */ 0, /* flag_delete_dead_exceptions */ -1, /* flag_delete_null_pointer_checks */ 0, /* flag_devirtualize */ 0, /* flag_ltrans_devirtualize */ 0, /* flag_devirtualize_speculatively */ DIAGNOSTICS_COLOR_NO, /* flag_diagnostics_show_color */ 0, /* flag_diagnostics_generate_patch */ 0, /* flag_diagnostics_parseable_fixits */ 1, /* flag_diagnostics_show_caret */ 1, /* flag_diagnostics_show_option */ 0, /* flag_dollar_ok */ 1, /* flag_dse */ 0, /* flag_dump_ada_spec */ 0, /* flag_dump_ada_spec_slim */ 0, /* flag_dump_final_insns */ 0, /* flag_dump_fortran_optimized */ 0, /* flag_dump_fortran_original */ 0, /* flag_dump_go_spec */ 0, /* flag_dump_locations */ 0, /* flag_dump_noaddr */ 0, /* flag_dump_passes */ 0, /* flag_dump_unnumbered */ 0, /* flag_dump_unnumbered_links */ HAVE_GAS_CFI_DIRECTIVE, /* flag_dwarf2_cfi_asm */ 1, /* flag_early_inlining */ 1, /* flag_elide_constructors */ 0, /* flag_eliminate_dwarf2_dups */ 0, /* flag_debug_only_used_symbols */ 1, /* flag_eliminate_unused_debug_types */ 0, /* flag_emit_class_debug_always */ 1, /* flag_enforce_eh_specs */ 0, /* flag_exceptions */ EXCESS_PRECISION_DEFAULT, /* flag_excess_precision_cmdline */ 0, /* flag_expensive_optimizations */ 1, /* flag_ext_numeric_literals */ -1, /* flag_extern_tls_init */ 0, /* flag_external_blas */ 0, /* flag_f2c */ 0, /* flag_fat_lto_objects */ 0, /* flag_finite_math_only */ 72, /* flag_fixed_line_length */ 0, /* flag_float_store */ 1, /* flag_new_for_scope */ 0, /* flag_forward_propagate */ FP_CONTRACT_FAST, /* flag_fp_contract_mode */ 1, /* flag_fp_int_builtin_inexact */ 132, /* flag_free_line_length */ 0, /* flag_friend_injection */ -1, /* flag_frontend_optimize */ 0, /* flag_no_function_cse */ 0, /* flag_function_sections */ 0, /* flag_gcse */ 0, /* flag_gcse_after_reload */ 0, /* flag_gcse_las */ 1, /* flag_gcse_lm */ 0, /* flag_gcse_sm */ 0, /* flag_gimple */ 0, /* flag_no_gnu_keywords */ NEXT_OBJC_RUNTIME, /* flag_next_runtime */ 0, /* flag_tm */ 1, /* flag_gnu_unique */ -1, /* flag_gnu89_inline */ 1, /* go_check_divide_overflow */ 1, /* go_check_divide_zero */ 0, /* go_compiling_runtime */ 0, /* go_debug_escape_level */ 0, /* flag_graphite */ 0, /* flag_graphite_identity */ 0, /* flag_guess_branch_prob */ 0, /* flag_hoist_adjacent_loads */ 0, /* flag_no_ident */ 0, /* flag_if_conversion */ 0, /* flag_if_conversion2 */ 1, /* flag_implement_inlines */ 1, /* flag_implicit_inline_templates */ 0, /* flag_implicit_none */ 1, /* flag_implicit_templates */ 0, /* flag_indirect_inlining */ 0, /* flag_inhibit_size_directive */ 0, /* flag_init_derived */ GFC_INIT_REAL_OFF, /* flag_init_real */ 0, /* flag_no_inline */ 1, /* flag_inline_atomics */ 0, /* flag_inline_functions */ 0, /* flag_inline_functions_called_once */ -1, /* flag_inline_matmul_limit */ 0, /* flag_inline_small_functions */ 0, /* flag_instrument_function_entry_exit */ 0, /* flag_integer4_kind */ 0, /* flag_ipa_bit_cp */ 0, /* flag_ipa_cp */ 0, /* flag_ipa_cp_clone */ 0, /* flag_ipa_icf */ 0, /* flag_ipa_icf_functions */ 0, /* flag_ipa_icf_variables */ 0, /* flag_ipa_profile */ 0, /* flag_ipa_pta */ 0, /* flag_ipa_pure_const */ 0, /* flag_ipa_ra */ 0, /* flag_ipa_reference */ 0, /* flag_ipa_sra */ 0, /* flag_ipa_vrp */ IRA_ALGORITHM_CB, /* flag_ira_algorithm */ 1, /* flag_ira_hoist_pressure */ 0, /* flag_ira_loop_pressure */ IRA_REGION_AUTODETECT, /* flag_ira_region */ 1, /* flag_ira_share_save_slots */ 1, /* flag_ira_share_spill_slots */ 5, /* flag_ira_verbose */ 0, /* flag_isolate_erroneous_paths_attribute */ 0, /* flag_isolate_erroneous_paths_dereference */ IVAR_VISIBILITY_PROTECTED, /* default_ivar_visibility */ 1, /* flag_ivopts */ 1, /* flag_jump_tables */ 0, /* flag_keep_gc_roots_live */ 1, /* flag_keep_inline_dllexport */ 0, /* flag_keep_inline_functions */ 1, /* flag_keep_static_consts */ 0, /* flag_keep_static_functions */ 0, /* flag_lax_vector_conversions */ -1, /* flag_leading_underscore */ 2, /* flag_lifetime_dse */ 0, /* flag_limit_function_alignment */ LTO_LINKER_OUTPUT_UNKNOWN, /* flag_lto_linker_output */ 0, /* flag_live_range_shrinkage */ 1, /* flag_local_ivars */ 0, /* flag_loop_nest_optimize */ 0, /* flag_loop_parallelize_all */ 0, /* flag_lra_remat */ -1, /* flag_lto_compression_level */ 1, /* flag_lto_odr_type_mering */ LTO_PARTITION_BALANCED, /* flag_lto_partition */ 0, /* flag_lto_report */ 0, /* flag_lto_report_wpa */ 0, /* flag_lto */ 0, /* flag_ltrans */ 0, /* ltrans_output_list */ 1, /* flag_errno_math */ 65535, /* flag_max_array_constructor */ 0, /* flag_max_errors */ -2, /* flag_max_stack_var_size */ 0, /* flag_max_subrecord_length */ 0, /* mem_report */ 0, /* mem_report_wpa */ 1, /* flag_merge_constants */ 1, /* flag_merge_debug_strings */ 0, /* flag_module_private */ 0, /* flag_modulo_sched */ 0, /* flag_modulo_sched_allow_regmoves */ 0, /* flag_move_loop_invariants */ 0, /* flag_ms_extensions */ 1, /* flag_new_inheriting_ctors */ 0, /* flag_new_ttp */ 1, /* flag_nil_receivers */ 0, /* flag_non_call_exceptions */ 0, /* flag_no_nonansi_builtin */ 0, /* flag_nothrow_opt */ 0, /* flag_objc_abi */ 0, /* flag_objc_call_cxx_cdtors */ 0, /* flag_objc_direct_dispatch */ 0, /* flag_objc_exceptions */ 0, /* flag_objc_gc */ 0, /* flag_objc_nilcheck */ -1, /* flag_objc_sjlj_exceptions */ 0, /* flag_objc1_only */ OFFLOAD_ABI_UNSET, /* flag_offload_abi */ 0, /* flag_omit_frame_pointer */ 0, /* flag_openacc */ 0, /* flag_openacc_dims */ 0, /* flag_openmp */ 0, /* flag_openmp_simd */ 0, /* flag_opt_info */ 0, /* flag_optimize_sibling_calls */ 0, /* flag_optimize_strlen */ 0, /* flag_pack_derived */ 0, /* flag_pack_struct */ 0, /* flag_partial_inlining */ DEFAULT_PCC_STRUCT_RETURN, /* flag_pcc_struct_return */ 0, /* flag_peel_loops */ 0, /* flag_no_peephole */ 0, /* flag_peephole2 */ 0, /* flag_permissive */ PERMITTED_FLT_EVAL_METHODS_DEFAULT, /* flag_permitted_flt_eval_methods */ 0, /* flag_plan9_extensions */ 1, /* flag_plt */ 0, /* post_ipa_mem_report */ 0, /* pre_ipa_mem_report */ 0, /* flag_predictive_commoning */ -1, /* flag_prefetch_loop_arrays */ 1, /* flag_pretty_templates */ 1, /* flag_printf_return_value */ 0, /* profile_flag */ 0, /* profile_arc_flag */ 0, /* flag_profile_correction */ 0, /* profile_data_prefix */ 0, /* flag_profile_reorder_functions */ 0, /* profile_report */ PROFILE_UPDATE_SINGLE, /* flag_profile_update */ 0, /* flag_profile_use */ 0, /* flag_profile_values */ -1, /* flag_protect_parens */ 1, /* flag_range_check */ 0, /* flag_real4_kind */ 0, /* flag_real8_kind */ -1, /* flag_realloc_lhs */ 0, /* flag_reciprocal_math */ 0, /* flag_record_gcc_switches */ 0, /* flag_record_marker */ 0, /* flag_recursive */ 0, /* flag_ree */ 2, /* flag_rename_registers */ 0, /* flag_reorder_blocks */ REORDER_BLOCKS_ALGORITHM_SIMPLE, /* flag_reorder_blocks_algorithm */ 0, /* flag_reorder_blocks_and_partition */ 0, /* flag_reorder_functions */ 0, /* flag_repack_arrays */ 0, /* flag_replace_objc_classes */ 0, /* flag_report_bug */ 1, /* go_require_return_statement */ 0, /* flag_rerun_cse_after_loop */ 0, /* flag_resched_modulo_sched */ 0, /* flag_rounding_math */ 1, /* flag_rtti */ 0, /* flag_sanitize_address_use_after_scope */ 0, /* flag_sanitize_coverage */ 0, /* flag_sanitize_undefined_trap_on_error */ 1, /* flag_sched_critical_path_heuristic */ 1, /* flag_sched_dep_count_heuristic */ 1, /* flag_sched_group_heuristic */ 1, /* flag_schedule_interblock */ 1, /* flag_sched_last_insn_heuristic */ 0, /* flag_sched_pressure */ 1, /* flag_sched_rank_heuristic */ 1, /* flag_schedule_speculative */ 1, /* flag_sched_spec_insn_heuristic */ 0, /* flag_schedule_speculative_load */ 0, /* flag_schedule_speculative_load_dangerous */ 0, /* flag_sched_stalled_insns */ 1, /* flag_sched_stalled_insns_dep */ 1, /* sched_verbose_param */ 0, /* flag_sched2_use_superblocks */ 2, /* flag_schedule_fusion */ 0, /* flag_schedule_insns */ 0, /* flag_schedule_insns_after_reload */ -1, /* flag_second_underscore */ 0, /* flag_section_anchors */ 0, /* flag_sel_sched_pipelining */ 0, /* flag_sel_sched_pipelining_outer_loops */ 0, /* flag_sel_sched_reschedule_pipelined */ 0, /* flag_selective_scheduling */ 0, /* flag_selective_scheduling2 */ 0, /* flag_self_test */ 1, /* flag_semantic_interposition */ 0, /* flag_short_enums */ 0, /* flag_short_wchar */ 1, /* flag_show_column */ 0, /* flag_shrink_wrap */ 1, /* flag_shrink_wrap_separate */ 1, /* flag_sign_zero */ 0, /* flag_signaling_nans */ 1, /* flag_signed_bitfields */ 0, /* flag_signed_char */ 1, /* flag_signed_zeros */ VECT_COST_MODEL_UNLIMITED, /* flag_simd_cost_model */ 0, /* flag_single_precision_constant */ -1, /* flag_sized_deallocation */ 1, /* flag_split_ivs_in_unroller */ 0, /* flag_split_loops */ 0, /* flag_split_paths */ -1, /* flag_split_stack */ 0, /* flag_split_wide_types */ 1, /* flag_ssa_backprop */ 0, /* flag_ssa_phiopt */ SSO_NATIVE, /* default_sso */ -1, /* flag_stack_arrays */ -1, /* flag_stack_protect */ SR_ALL, /* flag_stack_reuse */ 0, /* flag_stack_usage */ 0, /* flag_detailed_statistics */ 1, /* flag_stdarg_opt */ 0, /* flag_store_merging */ 0, /* flag_strict_aliasing */ 0, /* flag_strict_enums */ 0, /* flag_strict_overflow */ -1, /* flag_strict_volatile_bitfields */ -1, /* flag_strong_eval_order */ 1, /* flag_sync_libcalls */ 0, /* flag_syntax_only */ 1, /* flag_tail_call_workaround */ 10, /* template_backtrace_limit */ 0, /* flag_test_coverage */ 0, /* flag_test_forall_temp */ 0, /* flag_thread_jumps */ 1, /* flag_threadsafe_statics */ 0, /* time_report */ 0, /* time_report_details */ TLS_MODEL_GLOBAL_DYNAMIC, /* flag_tls_default */ 2, /* flag_toplevel_reorder */ 0, /* flag_tracer */ 0, /* flag_trampolines */ 1, /* flag_trapping_math */ 0, /* flag_trapv */ 0, /* flag_tree_bit_ccp */ 0, /* flag_tree_builtin_call_dce */ 0, /* flag_tree_ccp */ 0, /* flag_tree_ch */ 0, /* flag_tree_coalesce_vars */ 0, /* flag_tree_copy_prop */ 2, /* flag_tree_cselim */ 0, /* flag_tree_dce */ 0, /* flag_tree_dom */ 0, /* flag_tree_dse */ 1, /* flag_tree_forwprop */ 0, /* flag_tree_fre */ 0, /* flag_tree_loop_distribute_patterns */ 0, /* flag_tree_loop_distribution */ -1, /* flag_tree_loop_if_convert */ 1, /* flag_tree_loop_im */ 1, /* flag_tree_loop_ivcanon */ 1, /* flag_tree_loop_optimize */ 0, /* flag_tree_loop_vectorize */ 0, /* flag_tree_live_range_split */ 1, /* flag_tree_parallelize_loops */ 0, /* flag_tree_partial_pre */ 1, /* flag_tree_phiprop */ 0, /* flag_tree_pre */ 0, /* flag_tree_pta */ 1, /* flag_tree_reassoc */ 1, /* flag_tree_scev_cprop */ 0, /* flag_tree_sink */ 0, /* flag_tree_slp_vectorize */ 0, /* flag_tree_slsr */ 0, /* flag_tree_sra */ 0, /* flag_tree_switch_conversion */ 0, /* flag_tree_tail_merge */ 0, /* flag_tree_ter */ 0, /* flag_tree_vectorize */ 0, /* flag_tree_vrp */ 0, /* flag_unconstrained_commons */ 1, /* flag_underscoring */ 1, /* flag_unit_at_a_time */ 0, /* flag_unroll_all_loops */ 0, /* flag_unroll_loops */ 0, /* flag_unsafe_math_optimizations */ 0, /* flag_unswitch_loops */ 0, /* flag_unwind_tables */ DEFAULT_USE_CXA_ATEXIT, /* flag_use_cxa_atexit */ 2, /* flag_use_cxa_get_exception_ptr */ 0, /* flag_use_linker_plugin */ 2, /* flag_var_tracking */ 2, /* flag_var_tracking_assignments */ 0, /* flag_var_tracking_assignments_toggle */ 0, /* flag_var_tracking_uninit */ 0, /* flag_variable_expansion_in_unroller */ VECT_COST_MODEL_DEFAULT, /* flag_vect_cost_model */ 0, /* flag_verbose_asm */ 0, /* flag_visibility_ms_compat */ VISIBILITY_DEFAULT, /* default_visibility */ 0, /* flag_value_profile_transformations */ VTV_NO_PRIORITY, /* flag_vtable_verify */ 0, /* flag_vtv_counts */ 0, /* flag_vtv_debug */ 1, /* flag_weak */ 2, /* flag_web */ 0, /* flag_whole_program */ -1, /* flag_working_directory */ 0, /* flag_wpa */ 0, /* flag_wrapv */ 1, /* flag_zero_initialized_in_bss */ 0, /* flag_zero_link */ 0, /* debug_column_info */ 4, /* dwarf_version */ 0, /* flag_gen_declaration */ -1, /* debug_generate_pub_sections */ 1, /* dwarf_record_gcc_switches */ 0, /* dwarf_split_debug_info */ 0, /* dwarf_strict */ 0, /* flag_gtoggle */ 0, /* imultiarch */ 0, /* plugindir_string */ MIPS_ABI_DEFAULT, /* mips_abi */ MIPS_IEEE_754_DEFAULT, /* mips_abs */ ANDROID_DEFAULT ? OPTION_MASK_ANDROID : 0, /* flag_android */ 0, /* mips_arch_option */ DEFAULT_LIBC, /* linux_libc */ 0, /* mips_branch_cost */ CODE_READABLE_YES, /* mips_code_readable */ MIPS_CB_OPTIMAL, /* mips_cb */ 0, /* TARGET_DEBUG_MODE */ 0, /* TARGET_DEBUG_D_MODE */ 0, /* TARGET_MDMX */ 0, /* TARGET_DSP */ 0, /* TARGET_DSPR2 */ 0, /* TARGET_EMBEDDED_DATA */ 0, /* TARGET_EVA */ 1, /* TARGET_EXTERN_SDATA */ 0, /* TARGET_FIX_24K */ 0, /* TARGET_FIX_RM7000 */ 0, /* TARGET_FIX_SB1 */ 0, /* TARGET_FIX_VR4120 */ 0, /* TARGET_FIX_VR4130 */ 0, /* TARGET_4300_MUL_FIX */ 0, /* TARGET_FLIP_MIPS16 */ CACHE_FLUSH_FUNC, /* mips_cache_flush_func */ 1, /* TARGET_FP_EXCEPTIONS */ 0, /* flag_frame_header_optimization */ 1, /* TARGET_GPOPT */ 0, /* TARGET_INTERLINK_COMPRESSED */ 0, /* mips_isa_option */ 0, /* TARGET_MIPS3D */ 1, /* TARGET_LOAD_STORE_PAIRS */ 1, /* TARGET_LOCAL_SDATA */ 0, /* TARGET_LONG_CALLS */ 1, /* mips_lra_flag */ 1, /* mips_lxc1_sxc1 */ 0, /* TARGET_MAD */ 1, /* mips_madd4 */ 0, /* TARGET_MCOUNT_RA_ADDRESS */ 0, /* TARGET_MCU */ 0, /* TARGET_MSA */ 0, /* TARGET_MT */ MIPS_IEEE_754_DEFAULT, /* mips_nan */ 0, /* TARGET_NO_FLOAT */ 0, /* TARGET_PLT */ R10K_CACHE_BARRIER_NONE, /* mips_r10k_cache_barrier */ 1, /* TARGET_SHARED */ 0, /* TARGET_SYM32 */ 0, /* mips_tune_option */ 0, /* TARGET_UNINIT_CONST_IN_RODATA */ 0, /* TARGET_VIRT */ 0, /* TARGET_XGOT */ 0, /* TARGET_XPA */ 0, /* asm_file_name */ 0, /* pass_exit_codes */ 0, /* flag_pedantic_errors */ 0, /* use_pipes */ 0, /* print_file_name */ 0, /* print_multi_directory */ 0, /* print_multi_lib */ 0, /* print_multi_os_directory */ 0, /* print_multiarch */ 0, /* print_prog_name */ 0, /* print_search_dirs */ 0, /* print_sysroot */ 0, /* print_sysroot_headers_suffix */ 0, /* quiet_flag */ 0, /* report_times */ 0, /* flag_undef */ 0, /* verbose_flag */ 0, /* version_flag */ 0, /* inhibit_warnings */ 0, /* wrapper_string */ 0, /* VAR_mno_flush_func (private state) */ #undef x_VAR_mno_flush_func false, /* frontend_set_flag_associative_math */ false, /* frontend_set_flag_cx_limited_range */ false, /* frontend_set_flag_excess_precision_cmdline */ false, /* frontend_set_flag_finite_math_only */ false, /* frontend_set_flag_errno_math */ false, /* frontend_set_flag_reciprocal_math */ false, /* frontend_set_flag_rounding_math */ false, /* frontend_set_flag_signaling_nans */ false, /* frontend_set_flag_signed_zeros */ false, /* frontend_set_flag_trapping_math */ false, /* frontend_set_flag_unsafe_math_optimizations */ }; struct gcc_options global_options; struct gcc_options global_options_set; const char * const lang_names[] = { "Ada", "AdaSCIL", "AdaWhy", "BRIG", "C", "C++", "Fortran", "Go", "LTO", "ObjC", "ObjC++", 0 }; const unsigned int cl_options_count = N_OPTS; #if (1U << 11) > CL_MIN_OPTION_CLASS #error the number of languages exceeds the implementation limit #endif const unsigned int cl_lang_count = 11; const struct cl_option cl_options[] = { { "-###", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 3, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--all-warnings", 0, 0, 0, NULL, NULL, OPT_Wall, N_OPTS, 13, -1, CL_Ada | CL_AdaSCIL | CL_AdaWhy | CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--ansi", 0, 0, 0, NULL, NULL, OPT_ansi, N_OPTS, 5, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--assemble", 0, 0, 0, NULL, NULL, OPT_S, N_OPTS, 9, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--assert", 0, "assertion missing after %qs", 0, NULL, NULL, OPT_A, N_OPTS, 7, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--assert=", 0, "assertion missing after %qs", 0, NULL, NULL, OPT_A, N_OPTS, 8, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--comments", 0, 0, 0, NULL, NULL, OPT_C, N_OPTS, 9, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--comments-in-macros", 0, 0, 0, NULL, NULL, OPT_CC, N_OPTS, 19, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--compile", 0, 0, 0, NULL, NULL, OPT_c, N_OPTS, 8, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--coverage", 0, 0, 0, NULL, NULL, OPT_coverage, N_OPTS, 9, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--debug", 0, 0, 0, NULL, NULL, OPT_g, N_OPTS, 6, -1, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--define-macro", 0, "macro name missing after %qs", 0, NULL, NULL, OPT_D, N_OPTS, 13, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--define-macro=", 0, "macro name missing after %qs", 0, NULL, NULL, OPT_D, N_OPTS, 14, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--dependencies", 0, 0, 0, NULL, NULL, OPT_M, N_OPTS, 13, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--dump", 0, 0, 0, NULL, NULL, OPT_d, N_OPTS, 5, -1, CL_BRIG | CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_COMMON | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--dump=", 0, 0, 0, NULL, NULL, OPT_d, N_OPTS, 6, -1, CL_BRIG | CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--dumpbase", 0, 0, 0, NULL, NULL, OPT_dumpbase, N_OPTS, 9, -1, CL_COMMON | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--dumpdir", 0, 0, 0, NULL, NULL, OPT_dumpdir, N_OPTS, 8, -1, CL_COMMON | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--entry", 0, 0, 0, NULL, NULL, OPT_e, N_OPTS, 6, -1, CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--entry=", 0, 0, 0, NULL, NULL, OPT_e, N_OPTS, 7, -1, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--extra-warnings", 0, 0, 0, NULL, NULL, OPT_Wextra, N_OPTS, 15, -1, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--for-assembler", 0, 0, 0, NULL, NULL, OPT_Xassembler, N_OPTS, 14, -1, CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--for-assembler=", 0, 0, 0, NULL, NULL, OPT_Xassembler, N_OPTS, 15, -1, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--for-linker", 0, 0, 0, NULL, NULL, OPT_Xlinker, N_OPTS, 11, -1, CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--for-linker=", 0, 0, 0, NULL, NULL, OPT_Xlinker, N_OPTS, 12, -1, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--force-link", 0, 0, 0, NULL, NULL, OPT_u, N_OPTS, 11, -1, CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--force-link=", 0, 0, 0, NULL, NULL, OPT_u, N_OPTS, 12, -1, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--help", "Display this information.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, -1, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_help_flag), 0, CLVC_BOOLEAN, 0 }, { "--help=", "--help= Display descriptions of a specific class of options. is one or more of optimizers, target, warnings, undocumented, params.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, -1, CL_COMMON | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, -1, 0, CLVC_STRING, 0 }, { "--imacros", 0, "missing filename after %qs", 0, NULL, NULL, OPT_imacros, N_OPTS, 8, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--imacros=", 0, "missing filename after %qs", 0, NULL, NULL, OPT_imacros, N_OPTS, 9, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--include", 0, "missing filename after %qs", 0, NULL, NULL, OPT_include, N_OPTS, 8, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--include-barrier", 0, 0, 0, "-", NULL, OPT_I, N_OPTS, 16, -1, CL_Ada | CL_AdaSCIL | CL_AdaWhy | CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--include-directory", 0, "missing path after %qs", 0, NULL, NULL, OPT_I, N_OPTS, 18, -1, CL_Ada | CL_AdaSCIL | CL_AdaWhy | CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--include-directory-after", 0, "missing path after %qs", 0, NULL, NULL, OPT_idirafter, N_OPTS, 24, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--include-directory-after=", 0, "missing path after %qs", 0, NULL, NULL, OPT_idirafter, N_OPTS, 25, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--include-directory=", 0, "missing path after %qs", 0, NULL, NULL, OPT_I, N_OPTS, 19, -1, CL_Ada | CL_AdaSCIL | CL_AdaWhy | CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--include-prefix", 0, 0, 0, NULL, NULL, OPT_iprefix, N_OPTS, 15, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--include-prefix=", 0, 0, 0, NULL, NULL, OPT_iprefix, N_OPTS, 16, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--include-with-prefix", 0, 0, 0, NULL, NULL, OPT_iwithprefix, N_OPTS, 20, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--include-with-prefix-after", 0, 0, 0, NULL, NULL, OPT_iwithprefix, N_OPTS, 26, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--include-with-prefix-after=", 0, 0, 0, NULL, NULL, OPT_iwithprefix, N_OPTS, 27, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--include-with-prefix-before", 0, 0, 0, NULL, NULL, OPT_iwithprefixbefore, N_OPTS, 27, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--include-with-prefix-before=", 0, 0, 0, NULL, NULL, OPT_iwithprefixbefore, N_OPTS, 28, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--include-with-prefix=", 0, 0, 0, NULL, NULL, OPT_iwithprefix, N_OPTS, 21, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--include=", 0, "missing filename after %qs", 0, NULL, NULL, OPT_include, N_OPTS, 9, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--language", 0, 0, 0, NULL, NULL, OPT_x, N_OPTS, 9, -1, CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--language=", 0, 0, 0, NULL, NULL, OPT_x, N_OPTS, 10, -1, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--library-directory", 0, 0, 0, NULL, NULL, OPT_L, N_OPTS, 18, -1, CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--library-directory=", 0, 0, 0, NULL, NULL, OPT_L, N_OPTS, 19, -1, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--no-canonical-prefixes", 0, 0, 0, NULL, NULL, OPT_no_canonical_prefixes, N_OPTS, 22, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--no-integrated-cpp", 0, 0, 0, NULL, NULL, OPT_no_integrated_cpp, N_OPTS, 18, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--no-line-commands", 0, 0, 0, NULL, NULL, OPT_P, N_OPTS, 17, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--no-standard-includes", 0, 0, 0, NULL, NULL, OPT_nostdinc, N_OPTS, 21, -1, CL_Ada | CL_AdaSCIL | CL_AdaWhy | CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--no-standard-libraries", 0, 0, 0, NULL, NULL, OPT_nostdlib, N_OPTS, 22, -1, CL_Ada | CL_AdaSCIL | CL_AdaWhy | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--no-sysroot-suffix", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_no_sysroot_suffix), 0, CLVC_BOOLEAN, 0 }, { "--no-warnings", 0, 0, 0, NULL, NULL, OPT_w, N_OPTS, 12, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--optimize", 0, 0, 0, NULL, NULL, OPT_O, N_OPTS, 9, -1, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--output", 0, "missing filename after %qs", 0, NULL, NULL, OPT_o, N_OPTS, 7, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_COMMON | CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--output-pch=", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--output=", 0, "missing filename after %qs", 0, NULL, NULL, OPT_o, N_OPTS, 8, -1, CL_BRIG | CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_COMMON | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--param", "--param = Set parameter to value. See below for a complete list of parameters.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, -1, CL_COMMON | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--param=", 0, 0, 0, NULL, NULL, OPT__param, N_OPTS, 7, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--pass-exit-codes", 0, 0, 0, NULL, NULL, OPT_pass_exit_codes, N_OPTS, 16, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--pedantic", 0, 0, 0, NULL, NULL, OPT_Wpedantic, N_OPTS, 9, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--pedantic-errors", 0, 0, 0, NULL, NULL, OPT_pedantic_errors, N_OPTS, 16, -1, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--pie", 0, 0, 0, NULL, NULL, OPT_pie, N_OPTS, 4, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--pipe", 0, 0, 0, NULL, NULL, OPT_pipe, N_OPTS, 5, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--prefix", 0, 0, 0, NULL, NULL, OPT_B, N_OPTS, 7, -1, CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--prefix=", 0, 0, 0, NULL, NULL, OPT_B, N_OPTS, 8, -1, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--preprocess", 0, 0, 0, NULL, NULL, OPT_E, N_OPTS, 11, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_DRIVER | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--print-file-name", 0, 0, 0, NULL, NULL, OPT_print_file_name_, N_OPTS, 16, -1, CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--print-file-name=", 0, 0, 0, NULL, NULL, OPT_print_file_name_, N_OPTS, 17, -1, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--print-libgcc-file-name", 0, 0, 0, NULL, NULL, OPT_print_libgcc_file_name, N_OPTS, 23, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--print-missing-file-dependencies", 0, 0, 0, NULL, NULL, OPT_MG, N_OPTS, 32, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--print-multi-directory", 0, 0, 0, NULL, NULL, OPT_print_multi_directory, N_OPTS, 22, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--print-multi-lib", 0, 0, 0, NULL, NULL, OPT_print_multi_lib, N_OPTS, 16, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--print-multi-os-directory", 0, 0, 0, NULL, NULL, OPT_print_multi_os_directory, N_OPTS, 25, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--print-multiarch", 0, 0, 0, NULL, NULL, OPT_print_multiarch, N_OPTS, 16, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--print-prog-name", 0, 0, 0, NULL, NULL, OPT_print_prog_name_, N_OPTS, 16, -1, CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--print-prog-name=", 0, 0, 0, NULL, NULL, OPT_print_prog_name_, N_OPTS, 17, -1, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--print-search-dirs", 0, 0, 0, NULL, NULL, OPT_print_search_dirs, N_OPTS, 18, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--print-sysroot", 0, 0, 0, NULL, NULL, OPT_print_sysroot, N_OPTS, 14, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--print-sysroot-headers-suffix", 0, 0, 0, NULL, NULL, OPT_print_sysroot_headers_suffix, N_OPTS, 29, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--profile", 0, 0, 0, NULL, NULL, OPT_p, N_OPTS, 8, -1, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--save-temps", 0, 0, 0, NULL, NULL, OPT_save_temps, N_OPTS, 11, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--shared", 0, 0, 0, NULL, NULL, OPT_shared, N_OPTS, 7, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--specs", 0, 0, 0, NULL, NULL, OPT_specs_, N_OPTS, 6, -1, CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--specs=", 0, 0, 0, NULL, NULL, OPT_specs_, N_OPTS, 7, -1, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--static", 0, 0, 0, NULL, NULL, OPT_static, N_OPTS, 7, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--symbolic", 0, 0, 0, NULL, NULL, OPT_symbolic, N_OPTS, 9, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--sysroot", 0, 0, 0, NULL, NULL, OPT__sysroot_, N_OPTS, 8, -1, CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--sysroot=", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, -1, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--target-help", "Alias for --help=target.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, -1, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--time", 0, 0, 0, NULL, NULL, OPT_time, N_OPTS, 5, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--trace-includes", 0, 0, 0, NULL, NULL, OPT_H, N_OPTS, 15, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--traditional", 0, 0, 0, NULL, NULL, OPT_traditional, N_OPTS, 12, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--traditional-cpp", 0, 0, 0, NULL, NULL, OPT_traditional_cpp, N_OPTS, 16, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--trigraphs", 0, 0, 0, NULL, NULL, OPT_trigraphs, N_OPTS, 10, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--undefine-macro", 0, "macro name missing after %qs", 0, NULL, NULL, OPT_U, N_OPTS, 15, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--undefine-macro=", 0, "macro name missing after %qs", 0, NULL, NULL, OPT_U, N_OPTS, 16, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--user-dependencies", 0, 0, 0, NULL, NULL, OPT_MM, N_OPTS, 18, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--verbose", 0, 0, 0, NULL, NULL, OPT_v, N_OPTS, 8, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--version", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, -1, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "--write-dependencies", 0, "missing filename after %qs", 0, NULL, NULL, OPT_MD, N_OPTS, 19, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_SEPARATE, 0, 0, 0, 0, 1 /* NoDriverArg */, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "--write-user-dependencies", 0, "missing filename after %qs", 0, NULL, NULL, OPT_MMD, N_OPTS, 24, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_SEPARATE, 0, 0, 0, 0, 1 /* NoDriverArg */, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-A", "-A= Assert the to . Putting '-' before disables the to .", "assertion missing after %qs", 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-B", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_DRIVER | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-C", "Do not discard comments.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-CC", "Do not discard comments in macro expansions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 2, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-D", "-D[=] Define a with as its value. If just is given, is taken to be 1.", "macro name missing after %qs", 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-E", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_DRIVER | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_preprocess_only), 0, CLVC_BOOLEAN, 0 }, { "-EB", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 2, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-EL", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 2, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-F", "-F Add to the end of the main framework include path.", "missing path after %qs", 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_DRIVER | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-G", "-G Put global and static data smaller than bytes into a special section (on some targets).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_TARGET | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_g_switch_value), 0, CLVC_BOOLEAN, 0 }, { "-H", "Print the name of header files as they are used.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-I", "-I Add to the end of the main include path.", "missing path after %qs", 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_Ada | CL_AdaSCIL | CL_AdaWhy | CL_C | CL_CXX | CL_Fortran | CL_Go | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-J", "-J Put MODULE files in 'directory'.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_Fortran | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-L", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_BRIG | CL_Go | CL_DRIVER | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-M", "Generate make dependencies.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-MD", "Generate make dependencies and compile.", "missing filename after %qs", 0, NULL, NULL, N_OPTS, N_OPTS, 2, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_SEPARATE, 0, 0, 0, 0, 1 /* NoDriverArg */, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-MF", "-MF Write dependency output to the given file.", "missing filename after %qs", 0, NULL, NULL, N_OPTS, N_OPTS, 2, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-MG", "Treat missing header files as generated files.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 2, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-MM", "Like -M but ignore system header files.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 2, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-MMD", "Like -MD but ignore system header files.", "missing filename after %qs", 0, NULL, NULL, N_OPTS, N_OPTS, 3, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_SEPARATE, 0, 0, 0, 0, 1 /* NoDriverArg */, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-MP", "Generate phony targets for all headers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 2, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-MQ", "-MQ Add a MAKE-quoted target.", "missing makefile target after %qs", 0, NULL, NULL, N_OPTS, N_OPTS, 2, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-MT", "-MT Add an unquoted target.", "missing makefile target after %qs", 0, NULL, NULL, N_OPTS, N_OPTS, 2, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-N", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-O", "-O Set optimization level to .", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_COMMON | CL_JOINED | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-Ofast", "Optimize for speed disregarding exact standards compliance.", 0, 0, NULL, NULL, N_OPTS, OPT_O, 5, -1, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Og", "Optimize for debugging experience rather than speed or size.", 0, 0, NULL, NULL, N_OPTS, OPT_O, 2, -1, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Os", "Optimize for space rather than speed.", 0, 0, NULL, NULL, N_OPTS, OPT_O, 2, -1, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-P", "Do not generate #line directives.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Q", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Qn", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 2, 137, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Qy", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 2, 136, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-R", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_DRIVER | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-S", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-T", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_DRIVER | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-Tbss", 0, 0, 0, NULL, NULL, N_OPTS, OPT_T, 4, -1, CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-Tbss=", 0, 0, 0, NULL, NULL, N_OPTS, OPT_T, 5, -1, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-Tdata", 0, 0, 0, NULL, NULL, N_OPTS, OPT_T, 5, -1, CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-Tdata=", 0, 0, 0, NULL, NULL, N_OPTS, OPT_T, 6, -1, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-Ttext", 0, 0, 0, NULL, NULL, N_OPTS, OPT_T, 5, -1, CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-Ttext=", 0, 0, 0, NULL, NULL, N_OPTS, OPT_T, 6, -1, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-U", "-U Undefine .", "macro name missing after %qs", 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-W", "This switch is deprecated; use -Wextra instead.", 0, 0, NULL, NULL, OPT_Wextra, N_OPTS, 1, -1, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wa,", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 3, 149, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-Wabi", "Warn about things that will change when compiling with an ABI-compliant compiler.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 150, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_abi), 0, CLVC_BOOLEAN, 0 }, { "-Wabi-tag", "Warn if a subobject has an abi_tag attribute that the complete object type does not have.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 151, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_abi_tag), 0, CLVC_BOOLEAN, 0 }, { "-Wabi=", "Warn about things that change between the current -fabi-version and the specified version.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, -1, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Waddress", "Warn about suspicious uses of memory addresses.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 153, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_address), 0, CLVC_BOOLEAN, 0 }, { "-Waggregate-return", "Warn about returning structures, unions or arrays.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 154, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_aggregate_return), 0, CLVC_BOOLEAN, 0 }, { "-Waggressive-loop-optimizations", "Warn if a loop with constant number of iterations triggers undefined behavior.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 30, 155, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_aggressive_loop_optimizations), 0, CLVC_BOOLEAN, 0 }, { "-Waliasing", "Warn about possible aliasing of dummy arguments.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 156, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_aliasing), 0, CLVC_BOOLEAN, 0 }, { "-Walign-commons", "Warn about alignment of COMMON blocks.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 157, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_align_commons), 0, CLVC_BOOLEAN, 0 }, { "-Waligned-new", "Warn about 'new' of type with extended alignment without -faligned-new.", 0, 0, "global", "none", OPT_Waligned_new_, N_OPTS, 12, 158, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Waligned-new=", "-Waligned-new=[none|global|all] Warn even if 'new' uses a class member allocation function.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_CXX | CL_ObjCXX | CL_JOINED | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_aligned_new), 33, CLVC_ENUM, 0 }, { "-Wall", "Enable most warning messages.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 160, CL_Ada | CL_AdaSCIL | CL_AdaWhy | CL_C | CL_CXX | CL_Fortran | CL_Go | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Walloc-size-larger-than=", "-Walloc-size-larger-than= Warn for calls to allocation functions that attempt to allocate objects larger than the specified number of bytes.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 24, 161, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_alloc_size_limit), 0, CLVC_STRING, 0 }, { "-Walloc-zero", "-Walloc-zero Warn for calls to allocation functions that specify zero bytes.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 162, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_alloc_zero), 0, CLVC_BOOLEAN, 0 }, { "-Walloca", "Warn on any use of alloca.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 163, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_alloca), 0, CLVC_BOOLEAN, 0 }, { "-Walloca-larger-than=", "-Walloca-larger-than= Warn on unbounded uses of alloca, and on bounded uses of alloca whose bound can be larger than bytes.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, -1, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_warn_alloca_limit), 0, CLVC_BOOLEAN, 0 }, { "-Wampersand", "Warn about missing ampersand in continued character constants.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 165, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_ampersand), 0, CLVC_BOOLEAN, 0 }, { "-Wargument-mismatch", "Warn about type and rank mismatches between arguments and parameters.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 166, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_argument_mismatch), 0, CLVC_BOOLEAN, 0 }, { "-Warray-bounds", "Warn if an array is accessed out of bounds.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 167, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_array_bounds), 0, CLVC_BOOLEAN, 0 }, { "-Warray-bounds=", "Warn if an array is accessed out of bounds.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, -1, CL_COMMON | CL_JOINED | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_warn_array_bounds), 0, CLVC_BOOLEAN, 0 }, { "-Warray-temporaries", "Warn about creation of array temporaries.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 169, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_array_temporaries), 0, CLVC_BOOLEAN, 0 }, { "-Wassign-intercept", "Warn whenever an Objective-C assignment is being intercepted by the garbage collector.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 170, CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_assign_intercept), 0, CLVC_BOOLEAN, 0 }, { "-Wattributes", "Warn about inappropriate attribute usage.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 171, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_attributes), 0, CLVC_BOOLEAN, 0 }, { "-Wbad-function-cast", "Warn about casting functions to incompatible types.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 172, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_bad_function_cast), 0, CLVC_BOOLEAN, 0 }, { "-Wbool-compare", "Warn about boolean expression compared with an integer value different from true/false.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 173, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_bool_compare), 0, CLVC_BOOLEAN, 0 }, { "-Wbool-operation", "Warn about certain operations on boolean expressions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 174, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_bool_op), 0, CLVC_BOOLEAN, 0 }, { "-Wbuiltin-declaration-mismatch", "Warn when a built-in function is declared with the wrong signature.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 29, 175, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_builtin_declaraion_mismatch), 0, CLVC_BOOLEAN, 0 }, { "-Wbuiltin-macro-redefined", "Warn when a built-in preprocessor macro is undefined or redefined.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 24, 176, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_cpp_warn_builtin_macro_redefined), 0, CLVC_BOOLEAN, 0 }, { "-Wc++-compat", "Warn about C constructs that are not in the common subset of C and C++.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 177, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_cxx_compat), 0, CLVC_BOOLEAN, 0 }, { "-Wc++0x-compat", 0, 0, 0, NULL, NULL, OPT_Wc__11_compat, N_OPTS, 13, 178, CL_CXX | CL_ObjCXX | CL_UNDOCUMENTED | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wc++11-compat", "Warn about C++ constructs whose meaning differs between ISO C++ 1998 and ISO C++ 2011.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 179, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_cxx11_compat), 0, CLVC_BOOLEAN, 0 }, { "-Wc++14-compat", "Warn about C++ constructs whose meaning differs between ISO C++ 2011 and ISO C++ 2014.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 180, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_cxx14_compat), 0, CLVC_BOOLEAN, 0 }, { "-Wc++17-compat", 0, 0, 0, NULL, NULL, OPT_Wc__1z_compat, N_OPTS, 13, 181, CL_CXX | CL_ObjCXX | CL_UNDOCUMENTED | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wc++1z-compat", "Warn about C++ constructs whose meaning differs between ISO C++ 2014 and (forthcoming) ISO C++ 201z(7?).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 182, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_cxx1z_compat), 0, CLVC_BOOLEAN, 0 }, { "-Wc-binding-type", "Warn if the type of a variable might be not interoperable with C.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 183, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_c_binding_type), 0, CLVC_BOOLEAN, 0 }, { "-Wc90-c99-compat", "Warn about features not present in ISO C90, but present in ISO C99.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 184, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_c90_c99_compat), 0, CLVC_BOOLEAN, 0 }, { "-Wc99-c11-compat", "Warn about features not present in ISO C99, but present in ISO C11.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 185, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_c99_c11_compat), 0, CLVC_BOOLEAN, 0 }, { "-Wcast-align", "Warn about pointer casts which increase alignment.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 186, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_cast_align), 0, CLVC_BOOLEAN, 0 }, { "-Wcast-qual", "Warn about casts which discard qualifiers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 187, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_cast_qual), 0, CLVC_BOOLEAN, 0 }, { "-Wchar-subscripts", "Warn about subscripts whose type is \"char\".", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 188, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_char_subscripts), 0, CLVC_BOOLEAN, 0 }, { "-Wcharacter-truncation", "Warn about truncated character expressions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 189, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_character_truncation), 0, CLVC_BOOLEAN, 0 }, { "-Wchkp", "Warn about memory access errors found by Pointer Bounds Checker.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, 190, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_chkp), 0, CLVC_BOOLEAN, 0 }, { "-Wclobbered", "Warn about variables that might be changed by \"longjmp\" or \"vfork\".", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 191, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_clobbered), 0, CLVC_BOOLEAN, 0 }, { "-Wcomment", "Warn about possibly nested block comments, and C++ comments spanning more than one physical line.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 192, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_cpp_warn_comment), 0, CLVC_BOOLEAN, 0 }, { "-Wcomments", "Synonym for -Wcomment.", 0, 0, NULL, NULL, OPT_Wcomment, N_OPTS, 9, 193, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wcompare-reals", "Warn about equality comparisons involving REAL or COMPLEX expressions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 194, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_compare_reals), 0, CLVC_BOOLEAN, 0 }, { "-Wconditionally-supported", "Warn for conditionally-supported constructs.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 24, 195, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_conditionally_supported), 0, CLVC_BOOLEAN, 0 }, { "-Wconversion", "Warn for implicit type conversions that may change a value.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 196, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_conversion), 0, CLVC_BOOLEAN, 0 }, { "-Wconversion-extra", "Warn about most implicit conversions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 197, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_conversion_extra), 0, CLVC_BOOLEAN, 0 }, { "-Wconversion-null", "Warn for converting NULL from/to a non-pointer type.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 198, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_conversion_null), 0, CLVC_BOOLEAN, 0 }, { "-Wcoverage-mismatch", "Warn in case profiles in -fprofile-use do not match.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 199, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_coverage_mismatch), 0, CLVC_BOOLEAN, 0 }, { "-Wcpp", "Warn when a #warning directive is encountered.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 200, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_cpp), 0, CLVC_BOOLEAN, 0 }, { "-Wctor-dtor-privacy", "Warn when all constructors and destructors are private.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 201, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_ctor_dtor_privacy), 0, CLVC_BOOLEAN, 0 }, { "-Wdangling-else", "Warn about dangling else.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 202, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_dangling_else), 0, CLVC_BOOLEAN, 0 }, { "-Wdate-time", "Warn about __TIME__, __DATE__ and __TIMESTAMP__ usage.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 203, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_cpp_warn_date_time), 0, CLVC_BOOLEAN, 0 }, { "-Wdeclaration-after-statement", "Warn when a declaration is found after a statement.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 28, 204, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_declaration_after_statement), 0, CLVC_BOOLEAN, 0 }, { "-Wdelete-incomplete", "Warn when deleting a pointer to incomplete type.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 205, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_delete_incomplete), 0, CLVC_BOOLEAN, 0 }, { "-Wdelete-non-virtual-dtor", "Warn about deleting polymorphic objects with non-virtual destructors.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 24, 206, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_delnonvdtor), 0, CLVC_BOOLEAN, 0 }, { "-Wdeprecated", "Warn if a deprecated compiler feature, class, method, or field is used.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 207, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_deprecated), 0, CLVC_BOOLEAN, 0 }, { "-Wdeprecated-declarations", "Warn about uses of __attribute__((deprecated)) declarations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 24, 208, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_deprecated_decl), 0, CLVC_BOOLEAN, 0 }, { "-Wdesignated-init", "Warn about positional initialization of structs requiring designated initializers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 209, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_designated_init), 0, CLVC_BOOLEAN, 0 }, { "-Wdisabled-optimization", "Warn when an optimization pass is disabled.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, 210, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_disabled_optimization), 0, CLVC_BOOLEAN, 0 }, { "-Wdiscarded-array-qualifiers", "Warn if qualifiers on arrays which are pointer targets are discarded.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 27, 211, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_discarded_array_qualifiers), 0, CLVC_BOOLEAN, 0 }, { "-Wdiscarded-qualifiers", "Warn if type qualifiers on pointers are discarded.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 212, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_discarded_qualifiers), 0, CLVC_BOOLEAN, 0 }, { "-Wdiv-by-zero", "Warn about compile-time integer division by zero.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 213, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_div_by_zero), 0, CLVC_BOOLEAN, 0 }, { "-Wdouble-promotion", "Warn about implicit conversions from \"float\" to \"double\".", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 214, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_double_promotion), 0, CLVC_BOOLEAN, 0 }, { "-Wduplicate-decl-specifier", "Warn when a declaration has duplicate const, volatile, restrict or _Atomic specifier.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 25, 215, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_duplicate_decl_specifier), 0, CLVC_BOOLEAN, 0 }, { "-Wduplicated-branches", "Warn about duplicated branches in if-else statements.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 216, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_duplicated_branches), 0, CLVC_BOOLEAN, 0 }, { "-Wduplicated-cond", "Warn about duplicated conditions in an if-else-if chain.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 217, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_duplicated_cond), 0, CLVC_BOOLEAN, 0 }, { "-Weffc++", "Warn about violations of Effective C++ style rules.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 218, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_ecpp), 0, CLVC_BOOLEAN, 0 }, { "-Wempty-body", "Warn about an empty body in an if or else statement.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 219, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_empty_body), 0, CLVC_BOOLEAN, 0 }, { "-Wendif-labels", "Warn about stray tokens after #else and #endif.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 220, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_cpp_warn_endif_labels), 0, CLVC_BOOLEAN, 0 }, { "-Wenum-compare", "Warn about comparison of different enum types.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 221, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_enum_compare), 0, CLVC_BOOLEAN, 0 }, { "-Werror", "Treat all warnings as errors.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, 222, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warnings_are_errors), 0, CLVC_BOOLEAN, 0 }, { "-Werror-implicit-function-declaration", "This switch is deprecated; use -Werror=implicit-function-declaration instead.", 0, 0, "implicit-function-declaration", NULL, OPT_Werror_, N_OPTS, 36, -1, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Werror=", "Treat specified warning as error.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 224, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-Wexpansion-to-defined", "Warn if \"defined\" is used outside #if.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 225, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_cpp_warn_expansion_to_defined), 0, CLVC_BOOLEAN, 0 }, { "-Wextra", "Print extra (possibly unwanted) warnings.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, 226, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_extra_warnings), 0, CLVC_BOOLEAN, 0 }, { "-Wfatal-errors", "Exit on the first error occurred.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 227, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_fatal_errors), 0, CLVC_BOOLEAN, 0 }, { "-Wfloat-conversion", "Warn for implicit type conversions that cause loss of floating point precision.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 228, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_float_conversion), 0, CLVC_BOOLEAN, 0 }, { "-Wfloat-equal", "Warn if testing floating point numbers for equality.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 229, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_float_equal), 0, CLVC_BOOLEAN, 0 }, { "-Wformat", "Warn about printf/scanf/strftime/strfmon format string anomalies.", 0, 0, "1", "0", OPT_Wformat_, N_OPTS, 7, 230, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wformat-contains-nul", "Warn about format strings that contain NUL bytes.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 231, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_format_contains_nul), 0, CLVC_BOOLEAN, 0 }, { "-Wformat-extra-args", "Warn if passing too many arguments to a function for its format string.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 232, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_format_extra_args), 0, CLVC_BOOLEAN, 0 }, { "-Wformat-nonliteral", "Warn about format strings that are not literals.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 233, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_format_nonliteral), 0, CLVC_BOOLEAN, 0 }, { "-Wformat-overflow", "Warn about function calls with format strings that write past the end of the destination region. Same as -Wformat-overflow=1.", 0, 0, "1", "0", OPT_Wformat_overflow_, N_OPTS, 16, 234, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wformat-overflow=", "Warn about function calls with format strings that write past the end of the destination region.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, -1, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_warn_format_overflow), 0, CLVC_BOOLEAN, 0 }, { "-Wformat-security", "Warn about possible security problems with format functions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 236, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_format_security), 0, CLVC_BOOLEAN, 0 }, { "-Wformat-signedness", "Warn about sign differences with format functions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 237, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_format_signedness), 0, CLVC_BOOLEAN, 0 }, { "-Wformat-truncation", "Warn about calls to snprintf and similar functions that truncate output. Same as -Wformat-truncation=1.", 0, 0, "1", "0", OPT_Wformat_truncation_, N_OPTS, 18, 238, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wformat-truncation=", "Warn about calls to snprintf and similar functions that truncate output.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_warn_format_trunc), 0, CLVC_BOOLEAN, 0 }, { "-Wformat-y2k", "Warn about strftime formats yielding 2-digit years.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 240, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_format_y2k), 0, CLVC_BOOLEAN, 0 }, { "-Wformat-zero-length", "Warn about zero-length formats.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 241, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_format_zero_length), 0, CLVC_BOOLEAN, 0 }, { "-Wformat=", "Warn about printf/scanf/strftime/strfmon format string anomalies.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_warn_format), 0, CLVC_BOOLEAN, 0 }, { "-Wframe-address", "Warn when __builtin_frame_address or __builtin_return_address is used unsafely.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 243, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_frame_address), 0, CLVC_BOOLEAN, 0 }, { "-Wframe-larger-than=", "-Wframe-larger-than= Warn if a function's stack frame requires more than bytes.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, -1, CL_COMMON | CL_JOINED | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wfree-nonheap-object", "Warn when attempting to free a non-heap object.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 245, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_free_nonheap_object), 0, CLVC_BOOLEAN, 0 }, { "-Wfunction-elimination", "Warn about function call elimination.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 246, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_function_elimination), 0, CLVC_BOOLEAN, 0 }, { "-Whsa", "Warn when a function cannot be expanded to HSAIL.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 247, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_hsa), 0, CLVC_BOOLEAN, 0 }, { "-Wignored-attributes", "Warn whenever attributes are ignored.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 248, CL_C | CL_CXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_ignored_attributes), 0, CLVC_BOOLEAN, 0 }, { "-Wignored-qualifiers", "Warn whenever type qualifiers are ignored.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 249, CL_C | CL_CXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_ignored_qualifiers), 0, CLVC_BOOLEAN, 0 }, { "-Wimplicit", "Warn about implicit declarations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 250, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_implicit), 0, CLVC_BOOLEAN, 0 }, { "-Wimplicit-fallthrough", 0, 0, 0, "3", "0", OPT_Wimplicit_fallthrough_, N_OPTS, 21, 251, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wimplicit-fallthrough=", "Warn when a switch case falls through.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, -1, CL_COMMON | CL_JOINED | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_warn_implicit_fallthrough), 0, CLVC_BOOLEAN, 0 }, { "-Wimplicit-function-declaration", "Warn about implicit function declarations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 30, 253, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_implicit_function_declaration), 0, CLVC_BOOLEAN, 0 }, { "-Wimplicit-int", "Warn when a declaration does not specify a type.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 254, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_implicit_int), 0, CLVC_BOOLEAN, 0 }, { "-Wimplicit-interface", "Warn about calls with implicit interface.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 255, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_implicit_interface), 0, CLVC_BOOLEAN, 0 }, { "-Wimplicit-procedure", "Warn about called procedures not explicitly declared.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 256, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_implicit_procedure), 0, CLVC_BOOLEAN, 0 }, { "-Wimport", 0, 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 7, 257, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wincompatible-pointer-types", "Warn when there is a conversion between pointers that have incompatible types.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 27, 258, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_incompatible_pointer_types), 0, CLVC_BOOLEAN, 0 }, { "-Winherited-variadic-ctor", "Warn about C++11 inheriting constructors when the base has a variadic constructor.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 24, 259, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_inh_var_ctor), 0, CLVC_BOOLEAN, 0 }, { "-Winit-self", "Warn about variables which are initialized to themselves.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 260, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_init_self), 0, CLVC_BOOLEAN, 0 }, { "-Winline", "Warn when an inlined function cannot be inlined.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 261, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_inline), 0, CLVC_BOOLEAN, 0 }, { "-Wint-conversion", "Warn about incompatible integer to pointer and pointer to integer conversions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 262, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_int_conversion), 0, CLVC_BOOLEAN, 0 }, { "-Wint-in-bool-context", "Warn for suspicious integer expressions in boolean context.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 263, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_int_in_bool_context), 0, CLVC_BOOLEAN, 0 }, { "-Wint-to-pointer-cast", "Warn when there is a cast to a pointer from an integer of a different size.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 264, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_int_to_pointer_cast), 0, CLVC_BOOLEAN, 0 }, { "-Winteger-division", "Warn about constant integer divisions with truncated results.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 265, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_integer_division), 0, CLVC_BOOLEAN, 0 }, { "-Wintrinsic-shadow", "Warn if a user-procedure has the same name as an intrinsic.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 266, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_intrinsic_shadow), 0, CLVC_BOOLEAN, 0 }, { "-Wintrinsics-std", "Warn on intrinsics not part of the selected standard.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 267, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_intrinsics_std), 0, CLVC_BOOLEAN, 0 }, { "-Winvalid-memory-model", "Warn when an atomic memory model parameter is known to be outside the valid range.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 268, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_invalid_memory_model), 0, CLVC_BOOLEAN, 0 }, { "-Winvalid-offsetof", "Warn about invalid uses of the \"offsetof\" macro.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 269, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_invalid_offsetof), 0, CLVC_BOOLEAN, 0 }, { "-Winvalid-pch", "Warn about PCH files that are found but not used.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 270, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_cpp_warn_invalid_pch), 0, CLVC_BOOLEAN, 0 }, { "-Wjump-misses-init", "Warn when a jump misses a variable initialization.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 271, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_jump_misses_init), 0, CLVC_BOOLEAN, 0 }, { "-Wl,", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 3, 272, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-Wlarger-than-", 0, 0, 0, NULL, NULL, OPT_Wlarger_than_, N_OPTS, 13, -1, CL_COMMON | CL_JOINED | CL_UNDOCUMENTED | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-Wlarger-than=", "-Wlarger-than= Warn if an object is larger than bytes.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_COMMON | CL_JOINED | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wline-truncation", "Warn about truncated source lines.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 275, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_line_truncation), 0, CLVC_BOOLEAN, 0 }, { "-Wliteral-suffix", "Warn when a string or character literal is followed by a ud-suffix which does not begin with an underscore.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 276, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_cpp_warn_literal_suffix), 0, CLVC_BOOLEAN, 0 }, { "-Wlogical-not-parentheses", "Warn when logical not is used on the left hand side operand of a comparison.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 24, 277, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_logical_not_paren), 0, CLVC_BOOLEAN, 0 }, { "-Wlogical-op", "Warn when a logical operator is suspiciously always evaluating to true or false.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 278, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_logical_op), 0, CLVC_BOOLEAN, 0 }, { "-Wlong-long", "Do not warn about using \"long long\" when -pedantic.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 279, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_long_long), 0, CLVC_BOOLEAN, 0 }, { "-Wlto-type-mismatch", "During link time optimization warn about mismatched types of global declarations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 280, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_lto_type_mismatch), 0, CLVC_BOOLEAN, 0 }, { "-Wmain", "Warn about suspicious declarations of \"main\".", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, 281, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_main), 0, CLVC_BOOLEAN, 0 }, { "-Wmaybe-uninitialized", "Warn about maybe uninitialized automatic variables.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 282, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_maybe_uninitialized), 0, CLVC_BOOLEAN, 0 }, { "-Wmemset-elt-size", "Warn about suspicious calls to memset where the third argument contains the number of elements not multiplied by the element size.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 283, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_memset_elt_size), 0, CLVC_BOOLEAN, 0 }, { "-Wmemset-transposed-args", "Warn about suspicious calls to memset where the third argument is constant literal zero and the second is not.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 284, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_memset_transposed_args), 0, CLVC_BOOLEAN, 0 }, { "-Wmisleading-indentation", "Warn when the indentation of the code does not reflect the block structure.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 285, CL_C | CL_CXX | CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_misleading_indentation), 0, CLVC_BOOLEAN, 0 }, { "-Wmissing-braces", "Warn about possibly missing braces around initializers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 286, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_missing_braces), 0, CLVC_BOOLEAN, 0 }, { "-Wmissing-declarations", "Warn about global functions without previous declarations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 287, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_missing_declarations), 0, CLVC_BOOLEAN, 0 }, { "-Wmissing-field-initializers", "Warn about missing fields in struct initializers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 27, 288, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_missing_field_initializers), 0, CLVC_BOOLEAN, 0 }, { "-Wmissing-format-attribute", 0, 0, 0, NULL, NULL, OPT_Wsuggest_attribute_format, N_OPTS, 25, 289, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wmissing-include-dirs", "Warn about user-specified include directories that do not exist.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 290, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_cpp_warn_missing_include_dirs), 0, CLVC_BOOLEAN, 0 }, { "-Wmissing-noreturn", 0, 0, 0, NULL, NULL, OPT_Wsuggest_attribute_noreturn, N_OPTS, 17, 291, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wmissing-parameter-type", "Warn about function parameters declared without a type specifier in K&R-style functions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 292, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_missing_parameter_type), 0, CLVC_BOOLEAN, 0 }, { "-Wmissing-prototypes", "Warn about global functions without prototypes.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 293, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_missing_prototypes), 0, CLVC_BOOLEAN, 0 }, { "-Wmudflap", 0, 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 8, 294, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wmultichar", "Warn about use of multi-character character constants.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 295, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_cpp_warn_multichar), 0, CLVC_BOOLEAN, 0 }, { "-Wmultiple-inheritance", "Warn on direct multiple inheritance.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 296, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_multiple_inheritance), 0, CLVC_BOOLEAN, 0 }, { "-Wnamespaces", "Warn on namespace definition.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 297, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_namespaces), 0, CLVC_BOOLEAN, 0 }, { "-Wnarrowing", "Warn about narrowing conversions within { } that are ill-formed in C++11.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 298, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_narrowing), 0, CLVC_BOOLEAN, 0 }, { "-Wnested-externs", "Warn about \"extern\" declarations not at file scope.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 299, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_nested_externs), 0, CLVC_BOOLEAN, 0 }, { "-Wnoexcept", "Warn when a noexcept expression evaluates to false even though the expression can't actually throw.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 300, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_noexcept), 0, CLVC_BOOLEAN, 0 }, { "-Wnoexcept-type", "Warn if C++1z noexcept function type will change the mangled name of a symbol.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 301, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_noexcept_type), 0, CLVC_BOOLEAN, 0 }, { "-Wnon-template-friend", "Warn when non-templatized friend functions are declared within a template.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 302, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_nontemplate_friend), 0, CLVC_BOOLEAN, 0 }, { "-Wnon-virtual-dtor", "Warn about non-virtual destructors.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 303, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_nonvdtor), 0, CLVC_BOOLEAN, 0 }, { "-Wnonnull", "Warn about NULL being passed to argument slots marked as requiring non-NULL.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 304, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_nonnull), 0, CLVC_BOOLEAN, 0 }, { "-Wnonnull-compare", "Warn if comparing pointer parameter with nonnull attribute with NULL.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 305, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_nonnull_compare), 0, CLVC_BOOLEAN, 0 }, { "-Wnormalized", 0, 0, 0, "nfc", "none", OPT_Wnormalized_, N_OPTS, 11, 306, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wnormalized=", "-Wnormalized=[none|id|nfc|nfkc] Warn about non-normalized Unicode strings.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_cpp_warn_normalize), 1, CLVC_ENUM, 0 }, { "-Wnull-dereference", "Warn if dereferencing a NULL pointer may lead to erroneous or undefined behavior.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 308, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_null_dereference), 0, CLVC_BOOLEAN, 0 }, { "-Wodr", "Warn about some C++ One Definition Rule violations during link time optimization.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 309, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_odr_violations), 0, CLVC_BOOLEAN, 0 }, { "-Wold-style-cast", "Warn if a C-style cast is used in a program.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 310, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_old_style_cast), 0, CLVC_BOOLEAN, 0 }, { "-Wold-style-declaration", "Warn for obsolescent usage in a declaration.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, 311, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_old_style_declaration), 0, CLVC_BOOLEAN, 0 }, { "-Wold-style-definition", "Warn if an old-style parameter definition is used.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 312, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_old_style_definition), 0, CLVC_BOOLEAN, 0 }, { "-Wopenmp-simd", "Warn if a simd directive is overridden by the vectorizer cost model.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 313, CL_C | CL_CXX | CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_openmp_simd), 0, CLVC_BOOLEAN, 0 }, { "-Woverflow", "Warn about overflow in arithmetic expressions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 314, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_overflow), 0, CLVC_BOOLEAN, 0 }, { "-Woverlength-strings", "Warn if a string is longer than the maximum portable length specified by the standard.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 315, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_overlength_strings), 0, CLVC_BOOLEAN, 0 }, { "-Woverloaded-virtual", "Warn about overloaded virtual function names.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 316, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_overloaded_virtual), 0, CLVC_BOOLEAN, 0 }, { "-Woverride-init", "Warn about overriding initializers without side effects.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 317, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_override_init), 0, CLVC_BOOLEAN, 0 }, { "-Woverride-init-side-effects", "Warn about overriding initializers with side effects.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 27, 318, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_override_init_side_effects), 0, CLVC_BOOLEAN, 0 }, { "-Wp,", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 3, 319, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-Wpacked", "Warn when the packed attribute has no effect on struct layout.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 320, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_packed), 0, CLVC_BOOLEAN, 0 }, { "-Wpacked-bitfield-compat", "Warn about packed bit-fields whose offset changed in GCC 4.4.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 321, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_packed_bitfield_compat), 0, CLVC_BOOLEAN, 0 }, { "-Wpadded", "Warn when padding is required to align structure members.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 322, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_padded), 0, CLVC_BOOLEAN, 0 }, { "-Wparentheses", "Warn about possibly missing parentheses.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 323, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_parentheses), 0, CLVC_BOOLEAN, 0 }, { "-Wpedantic", "Issue warnings needed for strict compliance to the standard.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 324, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_pedantic), 0, CLVC_BOOLEAN, 0 }, { "-Wplacement-new", "Warn for placement new expressions with undefined behavior.", 0, 0, "1", "0", OPT_Wplacement_new_, N_OPTS, 14, 325, CL_CXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wplacement-new=", "Warn for placement new expressions with undefined behavior.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, -1, CL_CXX | CL_JOINED | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_warn_placement_new), 0, CLVC_BOOLEAN, 0 }, { "-Wpmf-conversions", "Warn when converting the type of pointers to member functions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 327, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_pmf2ptr), 0, CLVC_BOOLEAN, 0 }, { "-Wpointer-arith", "Warn about function pointer arithmetic.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 328, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_pointer_arith), 0, CLVC_BOOLEAN, 0 }, { "-Wpointer-compare", "Warn when a pointer is compared with a zero character constant.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 329, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_pointer_compare), 0, CLVC_BOOLEAN, 0 }, { "-Wpointer-sign", "Warn when a pointer differs in signedness in an assignment.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 330, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_pointer_sign), 0, CLVC_BOOLEAN, 0 }, { "-Wpointer-to-int-cast", "Warn when a pointer is cast to an integer of a different size.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 331, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_pointer_to_int_cast), 0, CLVC_BOOLEAN, 0 }, { "-Wpragmas", "Warn about misuses of pragmas.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 332, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_pragmas), 0, CLVC_BOOLEAN, 0 }, { "-Wproperty-assign-default", "Warn if a property for an Objective-C object has no assign semantics specified.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 24, 333, CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_property_assign_default), 0, CLVC_BOOLEAN, 0 }, { "-Wprotocol", "Warn if inherited methods are unimplemented.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 334, CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_protocol), 0, CLVC_BOOLEAN, 0 }, { "-Wpsabi", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, 335, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX | CL_UNDOCUMENTED | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_psabi), 0, CLVC_BOOLEAN, 0 }, { "-Wreal-q-constant", "Warn about real-literal-constants with 'q' exponent-letter.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 336, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_real_q_constant), 0, CLVC_BOOLEAN, 0 }, { "-Wrealloc-lhs", "Warn when a left-hand-side array variable is reallocated.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 337, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_realloc_lhs), 0, CLVC_BOOLEAN, 0 }, { "-Wrealloc-lhs-all", "Warn when a left-hand-side variable is reallocated.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 338, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_realloc_lhs_all), 0, CLVC_BOOLEAN, 0 }, { "-Wredundant-decls", "Warn about multiple declarations of the same object.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 339, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_redundant_decls), 0, CLVC_BOOLEAN, 0 }, { "-Wregister", "Warn about uses of register storage specifier.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 340, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_register), 0, CLVC_BOOLEAN, 0 }, { "-Wreorder", "Warn when the compiler reorders code.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 341, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_reorder), 0, CLVC_BOOLEAN, 0 }, { "-Wrestrict", "Warn when an argument passed to a restrict-qualified parameter aliases with another argument.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 342, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_restrict), 0, CLVC_BOOLEAN, 0 }, { "-Wreturn-local-addr", "Warn about returning a pointer/reference to a local or temporary variable.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 343, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_return_local_addr), 0, CLVC_BOOLEAN, 0 }, { "-Wreturn-type", "Warn whenever a function's return type defaults to \"int\" (C), or about inconsistent return types (C++).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 344, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_return_type), 0, CLVC_BOOLEAN, 0 }, { "-Wscalar-storage-order", "Warn on suspicious constructs involving reverse scalar storage order.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 345, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wselector", "Warn if a selector has multiple methods.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 346, CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_selector), 0, CLVC_BOOLEAN, 0 }, { "-Wsequence-point", "Warn about possible violations of sequence point rules.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 347, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_sequence_point), 0, CLVC_BOOLEAN, 0 }, { "-Wshadow", "Warn when one variable shadows another. Same as -Wshadow=global.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 348, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_shadow), 0, CLVC_BOOLEAN, 0 }, { "-Wshadow-compatible-local", 0, 0, 0, NULL, NULL, OPT_Wshadow_compatible_local, N_OPTS, 24, 349, CL_COMMON | CL_UNDOCUMENTED | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wshadow-ivar", "Warn if a local declaration hides an instance variable.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 350, CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_shadow_ivar), 0, CLVC_BOOLEAN, 0 }, { "-Wshadow-local", 0, 0, 0, NULL, NULL, OPT_Wshadow_local, N_OPTS, 13, 351, CL_COMMON | CL_UNDOCUMENTED | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wshadow=compatible-local", "Warn when one local variable shadows another local variable or parameter of compatible type.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 24, 352, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_shadow_compatible_local), 0, CLVC_BOOLEAN, 0 }, { "-Wshadow=global", "Warn when one variable shadows another (globally).", 0, 0, NULL, NULL, OPT_Wshadow, N_OPTS, 14, 353, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wshadow=local", "Warn when one local variable shadows another local variable or parameter.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 354, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_shadow_local), 0, CLVC_BOOLEAN, 0 }, { "-Wshift-count-negative", "Warn if shift count is negative.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 355, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_shift_count_negative), 0, CLVC_BOOLEAN, 0 }, { "-Wshift-count-overflow", "Warn if shift count >= width of type.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 356, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_shift_count_overflow), 0, CLVC_BOOLEAN, 0 }, { "-Wshift-negative-value", "Warn if left shifting a negative value.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 357, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_shift_negative_value), 0, CLVC_BOOLEAN, 0 }, { "-Wshift-overflow", "Warn if left shift of a signed value overflows.", 0, 0, "1", "0", OPT_Wshift_overflow_, N_OPTS, 15, 358, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wshift-overflow=", "Warn if left shift of a signed value overflows.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_warn_shift_overflow), 0, CLVC_BOOLEAN, 0 }, { "-Wsign-compare", "Warn about signed-unsigned comparisons.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 360, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_sign_compare), 0, CLVC_BOOLEAN, 0 }, { "-Wsign-conversion", "Warn for implicit type conversions between signed and unsigned integers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 361, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_sign_conversion), 0, CLVC_BOOLEAN, 0 }, { "-Wsign-promo", "Warn when overload promotes from unsigned to signed.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 362, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_sign_promo), 0, CLVC_BOOLEAN, 0 }, { "-Wsized-deallocation", "Warn about missing sized deallocation functions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 363, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_sized_deallocation), 0, CLVC_BOOLEAN, 0 }, { "-Wsizeof-array-argument", "Warn when sizeof is applied on a parameter declared as an array.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, 364, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_sizeof_array_argument), 0, CLVC_BOOLEAN, 0 }, { "-Wsizeof-pointer-memaccess", "Warn about suspicious length parameters to certain string functions if the argument uses sizeof.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 25, 365, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_sizeof_pointer_memaccess), 0, CLVC_BOOLEAN, 0 }, { "-Wstack-protector", "Warn when not issuing stack smashing protection for some reason.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 366, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_stack_protect), 0, CLVC_BOOLEAN, 0 }, { "-Wstack-usage=", "-Wstack-usage= Warn if stack usage might be larger than specified amount.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_COMMON | CL_JOINED | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_warn_stack_usage), 0, CLVC_BOOLEAN, 0 }, { "-Wstrict-aliasing", "Warn about code which might break strict aliasing rules.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 368, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wstrict-aliasing=", "Warn about code which might break strict aliasing rules.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_COMMON | CL_JOINED | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_warn_strict_aliasing), 0, CLVC_BOOLEAN, 0 }, { "-Wstrict-null-sentinel", "Warn about uncasted NULL used as sentinel.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 370, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_strict_null_sentinel), 0, CLVC_BOOLEAN, 0 }, { "-Wstrict-overflow", "Warn about optimizations that assume that signed overflow is undefined.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 371, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wstrict-overflow=", "Warn about optimizations that assume that signed overflow is undefined.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_COMMON | CL_JOINED | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_warn_strict_overflow), 0, CLVC_BOOLEAN, 0 }, { "-Wstrict-prototypes", "Warn about unprototyped function declarations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 373, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_strict_prototypes), 0, CLVC_BOOLEAN, 0 }, { "-Wstrict-selector-match", "Warn if type signatures of candidate methods do not match exactly.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, 374, CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_strict_selector_match), 0, CLVC_BOOLEAN, 0 }, { "-Wstringop-overflow", "Warn about buffer overflow in string manipulation functions like memcpy and strcpy.", 0, 0, "2", "0", OPT_Wstringop_overflow_, N_OPTS, 18, 375, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wstringop-overflow=", "Under the control of Object Size type, warn about buffer overflow in string manipulation functions like memcpy and strcpy.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_warn_stringop_overflow), 0, CLVC_BOOLEAN, 0 }, { "-Wsubobject-linkage", "Warn if a class type has a base or a field whose type uses the anonymous namespace or depends on a type with no linkage.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 377, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_subobject_linkage), 0, CLVC_BOOLEAN, 0 }, { "-Wsuggest-attribute=const", "Warn about functions which might be candidates for __attribute__((const)).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 24, 378, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_suggest_attribute_const), 0, CLVC_BOOLEAN, 0 }, { "-Wsuggest-attribute=format", "Warn about functions which might be candidates for format attributes.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 25, 379, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_suggest_attribute_format), 0, CLVC_BOOLEAN, 0 }, { "-Wsuggest-attribute=noreturn", "Warn about functions which might be candidates for __attribute__((noreturn)).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 27, 380, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_suggest_attribute_noreturn), 0, CLVC_BOOLEAN, 0 }, { "-Wsuggest-attribute=pure", "Warn about functions which might be candidates for __attribute__((pure)).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 381, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_suggest_attribute_pure), 0, CLVC_BOOLEAN, 0 }, { "-Wsuggest-final-methods", "Warn about C++ virtual methods where adding final keyword would improve code quality.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, 382, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_suggest_final_methods), 0, CLVC_BOOLEAN, 0 }, { "-Wsuggest-final-types", "Warn about C++ polymorphic types where adding final keyword would improve code quality.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 383, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_suggest_final_types), 0, CLVC_BOOLEAN, 0 }, { "-Wsuggest-override", "Suggest that the override keyword be used when the declaration of a virtual function overrides another.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 384, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_override), 0, CLVC_BOOLEAN, 0 }, { "-Wsurprising", "Warn about \"suspicious\" constructs.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 385, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_surprising), 0, CLVC_BOOLEAN, 0 }, { "-Wswitch", "Warn about enumerated switches, with no default, missing a case.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 386, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_switch), 0, CLVC_BOOLEAN, 0 }, { "-Wswitch-bool", "Warn about switches with boolean controlling expression.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 387, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_switch_bool), 0, CLVC_BOOLEAN, 0 }, { "-Wswitch-default", "Warn about enumerated switches missing a \"default:\" statement.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 388, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_switch_default), 0, CLVC_BOOLEAN, 0 }, { "-Wswitch-enum", "Warn about all enumerated switches missing a specific case.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 389, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_switch_enum), 0, CLVC_BOOLEAN, 0 }, { "-Wswitch-unreachable", "Warn about statements between switch's controlling expression and the first case.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 390, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_switch_unreachable), 0, CLVC_BOOLEAN, 0 }, { "-Wsync-nand", "Warn when __sync_fetch_and_nand and __sync_nand_and_fetch built-in functions are used.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 391, CL_C | CL_CXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_sync_nand), 0, CLVC_BOOLEAN, 0 }, { "-Wsynth", "Deprecated. This switch has no effect.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, 392, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_synth), 0, CLVC_BOOLEAN, 0 }, { "-Wsystem-headers", "Do not suppress warnings from system headers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 393, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_system_headers), 0, CLVC_BOOLEAN, 0 }, { "-Wtabs", "Permit nonconforming uses of the tab character.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, 394, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_tabs), 0, CLVC_BOOLEAN, 0 }, { "-Wtarget-lifetime", "Warn if the pointer in a pointer assignment might outlive its target.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 395, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_target_lifetime), 0, CLVC_BOOLEAN, 0 }, { "-Wtautological-compare", "Warn if a comparison always evaluates to true or false.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 396, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_tautological_compare), 0, CLVC_BOOLEAN, 0 }, { "-Wtemplates", "Warn on primary template declaration.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 397, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_templates), 0, CLVC_BOOLEAN, 0 }, { "-Wterminate", "Warn if a throw expression will always result in a call to terminate().", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 398, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_terminate), 0, CLVC_BOOLEAN, 0 }, { "-Wtraditional", "Warn about features not present in traditional C.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 399, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_traditional), 0, CLVC_BOOLEAN, 0 }, { "-Wtraditional-conversion", "Warn of prototypes causing type conversions different from what would happen in the absence of prototype.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 400, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_traditional_conversion), 0, CLVC_BOOLEAN, 0 }, { "-Wtrampolines", "Warn whenever a trampoline is generated.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 401, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_trampolines), 0, CLVC_BOOLEAN, 0 }, { "-Wtrigraphs", "Warn if trigraphs are encountered that might affect the meaning of the program.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 402, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_cpp_warn_trigraphs), 0, CLVC_BOOLEAN, 0 }, { "-Wtype-limits", "Warn if a comparison is always true or always false due to the limited range of the data type.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 403, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_type_limits), 0, CLVC_BOOLEAN, 0 }, { "-Wundeclared-selector", "Warn about @selector()s without previously declared methods.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 404, CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_undeclared_selector), 0, CLVC_BOOLEAN, 0 }, { "-Wundef", "Warn if an undefined macro is used in an #if directive.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, 405, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_cpp_warn_undef), 0, CLVC_BOOLEAN, 0 }, { "-Wundefined-do-loop", "Warn about an invalid DO loop.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 406, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_undefined_do_loop), 0, CLVC_BOOLEAN, 0 }, { "-Wunderflow", "Warn about underflow of numerical constant expressions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 407, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_underflow), 0, CLVC_BOOLEAN, 0 }, { "-Wuninitialized", "Warn about uninitialized automatic variables.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 408, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_uninitialized), 0, CLVC_BOOLEAN, 0 }, { "-Wunknown-pragmas", "Warn about unrecognized pragmas.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 409, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_unknown_pragmas), 0, CLVC_BOOLEAN, 0 }, { "-Wunreachable-code", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 17, 410, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wunsafe-loop-optimizations", "Warn if the loop cannot be optimized due to nontrivial assumptions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 26, 411, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_unsafe_loop_optimizations), 0, CLVC_BOOLEAN, 0 }, { "-Wunsuffixed-float-constants", "Warn about unsuffixed float constants.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 27, 412, CL_C | CL_ObjC | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_unsuffixed_float_constants), 0, CLVC_BOOLEAN, 0 }, { "-Wunused", "Enable all -Wunused- warnings.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 413, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_unused), 0, CLVC_BOOLEAN, 0 }, { "-Wunused-but-set-parameter", "Warn when a function parameter is only set, otherwise unused.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 25, 414, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_unused_but_set_parameter), 0, CLVC_BOOLEAN, 0 }, { "-Wunused-but-set-variable", "Warn when a variable is only set, otherwise unused.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 24, 415, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_unused_but_set_variable), 0, CLVC_BOOLEAN, 0 }, { "-Wunused-const-variable", "Warn when a const variable is unused.", 0, 0, "2", "0", OPT_Wunused_const_variable_, N_OPTS, 22, 416, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-Wunused-const-variable=", "Warn when a const variable is unused.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_warn_unused_const_variable), 0, CLVC_BOOLEAN, 0 }, { "-Wunused-dummy-argument", "Warn about unused dummy arguments.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, 418, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_unused_dummy_argument), 0, CLVC_BOOLEAN, 0 }, { "-Wunused-function", "Warn when a function is unused.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 419, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_unused_function), 0, CLVC_BOOLEAN, 0 }, { "-Wunused-label", "Warn when a label is unused.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 420, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_unused_label), 0, CLVC_BOOLEAN, 0 }, { "-Wunused-local-typedefs", "Warn when typedefs locally defined in a function are not used.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, 421, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_unused_local_typedefs), 0, CLVC_BOOLEAN, 0 }, { "-Wunused-macros", "Warn about macros defined in the main file that are not used.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 422, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_cpp_warn_unused_macros), 0, CLVC_BOOLEAN, 0 }, { "-Wunused-parameter", "Warn when a function parameter is unused.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 423, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_unused_parameter), 0, CLVC_BOOLEAN, 0 }, { "-Wunused-result", "Warn if a caller of a function, marked with attribute warn_unused_result, does not use its return value.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 424, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_unused_result), 0, CLVC_BOOLEAN, 0 }, { "-Wunused-value", "Warn when an expression value is unused.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 425, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_unused_value), 0, CLVC_BOOLEAN, 0 }, { "-Wunused-variable", "Warn when a variable is unused.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 426, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_unused_variable), 0, CLVC_BOOLEAN, 0 }, { "-Wuse-without-only", "Warn about USE statements that have no ONLY qualifier.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 427, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_use_without_only), 0, CLVC_BOOLEAN, 0 }, { "-Wuseless-cast", "Warn about useless casts.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 428, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_useless_cast), 0, CLVC_BOOLEAN, 0 }, { "-Wvarargs", "Warn about questionable usage of the macros used to retrieve variable arguments.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 429, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_varargs), 0, CLVC_BOOLEAN, 0 }, { "-Wvariadic-macros", "Warn about using variadic macros.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 430, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_cpp_warn_variadic_macros), 0, CLVC_BOOLEAN, 0 }, { "-Wvector-operation-performance", "Warn when a vector operation is compiled outside the SIMD.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 29, 431, CL_COMMON | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_vector_operation_performance), 0, CLVC_BOOLEAN, 0 }, { "-Wvirtual-inheritance", "Warn on direct virtual inheritance.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 432, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_virtual_inheritance), 0, CLVC_BOOLEAN, 0 }, { "-Wvirtual-move-assign", "Warn if a virtual base has a non-trivial move assignment operator.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 433, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_virtual_move_assign), 0, CLVC_BOOLEAN, 0 }, { "-Wvla", "Warn if a variable length array is used.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 434, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_vla), 0, CLVC_BOOLEAN, 0 }, { "-Wvla-larger-than=", "-Wvla-larger-than= Warn on unbounded uses of variable-length arrays, and on bounded uses of variable-length arrays whose bound can be larger than bytes.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_WARNING, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_warn_vla_limit), 0, CLVC_BOOLEAN, 0 }, { "-Wvolatile-register-var", "Warn when a register variable is declared volatile.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, 436, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_volatile_register_var), 0, CLVC_BOOLEAN, 0 }, { "-Wwrite-strings", "In C++, nonzero means warn about deprecated conversion from string literals to 'char *'. In C, similar warning, except that the conversion is of course not deprecated by the ISO C standard.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 437, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_write_strings), 0, CLVC_BOOLEAN, 0 }, { "-Wzero-as-null-pointer-constant", "Warn when a literal '0' is used as null pointer.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 30, 438, CL_CXX | CL_ObjCXX | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_zero_as_null_pointer_constant), 0, CLVC_BOOLEAN, 0 }, { "-Wzerotrip", "Warn about zero-trip DO loops.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 439, CL_Fortran | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_warn_zerotrip), 0, CLVC_BOOLEAN, 0 }, { "-Xassembler", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, -1, CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-Xlinker", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, -1, CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-Xpreprocessor", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-Z", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-ansi", "A synonym for -std=c89 (for C) or -std=c++98 (for C++).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-aux-info", "-aux-info Emit declaration information into .", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, -1, CL_COMMON | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_aux_info_file_name), 0, CLVC_STRING, 0 }, { "-aux-info=", 0, 0, 0, NULL, NULL, OPT_aux_info, N_OPTS, 9, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-auxbase", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, -1, CL_COMMON | CL_SEPARATE, 0, 0, 0, 0, 0, 1 /* RejectDriver */, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_aux_base_name), 0, CLVC_STRING, 0 }, { "-auxbase-strip", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_COMMON | CL_SEPARATE, 0, 0, 0, 0, 0, 1 /* RejectDriver */, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-c", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-coverage", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-cpp", "Enable preprocessing.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 3, 1257, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-cpp=", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 1257, CL_Fortran | CL_JOINED | CL_UNDOCUMENTED | CL_NO_DWARF_RECORD, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-d", "-d Enable dumps from specific passes of the compiler.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-dumpbase", "-dumpbase Set the file basename to be used for dumps.", 0, 0, NULL, NULL, N_OPTS, OPT_d, 8, -1, CL_COMMON | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_dump_base_name), 0, CLVC_STRING, 0 }, { "-dumpdir", "-dumpdir Set the directory name to be used for dumps.", 0, 0, NULL, NULL, N_OPTS, OPT_d, 7, -1, CL_COMMON | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_dump_dir_name), 0, CLVC_STRING, 0 }, { "-dumpfullversion", 0, 0, 0, NULL, NULL, N_OPTS, OPT_d, 15, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-dumpmachine", 0, 0, 0, NULL, NULL, N_OPTS, OPT_d, 11, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-dumpspecs", 0, 0, 0, NULL, NULL, N_OPTS, OPT_d, 9, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-dumpversion", 0, 0, 0, NULL, NULL, N_OPTS, OPT_d, 11, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-e", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_DRIVER | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-export-dynamic", 0, 0, 0, NULL, NULL, N_OPTS, OPT_e, 14, -1, CL_DRIVER | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fPIC", "Generate position-independent code if possible (large mode).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 463, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_pic), 0, CLVC_EQUAL, 2 }, { "-fPIE", "Generate position-independent code for executables if possible (large mode).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 853, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_pie), 0, CLVC_EQUAL, 2 }, { "-fRTS=", "Select the runtime.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, -1, CL_Ada | CL_AdaSCIL | CL_AdaWhy | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-fabi-compat-version=", "The version of the C++ ABI used for -Wabi warnings and link compatibility aliases.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, -1, CL_CXX | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_flag_abi_compat_version), 0, CLVC_BOOLEAN, 0 }, { "-fabi-version=", "The version of the C++ ABI in use.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_flag_abi_version), 0, CLVC_BOOLEAN, 0 }, { "-faccess-control", "Enforce class member access control semantics.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 467, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_access_control), 0, CLVC_BOOLEAN, 0 }, { "-fada-spec-parent=", "-fada-spec-parent=unit Dump Ada specs as child units of given parent.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_ada_specs_parent), 0, CLVC_STRING, 0 }, { "-faggressive-function-elimination", "Eliminate multiple function invocations also for impure functions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 32, 469, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_aggressive_function_elimination), 0, CLVC_BOOLEAN, 0 }, { "-faggressive-loop-optimizations", "Aggressively optimize loops using language constraints.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 30, 470, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_aggressive_loop_optimizations), 0, CLVC_BOOLEAN, 0 }, { "-falign-commons", "Enable alignment of COMMON blocks.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 471, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_align_commons), 0, CLVC_BOOLEAN, 0 }, { "-falign-functions", "Align the start of functions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 472, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* UInteger */, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_align_functions), 0, CLVC_EQUAL, 0 }, { "-falign-functions=", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_align_functions), 0, CLVC_BOOLEAN, 0 }, { "-falign-jumps", "Align labels which are only reached by jumping.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 474, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* UInteger */, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_align_jumps), 0, CLVC_EQUAL, 0 }, { "-falign-jumps=", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_align_jumps), 0, CLVC_BOOLEAN, 0 }, { "-falign-labels", "Align all labels.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 476, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* UInteger */, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_align_labels), 0, CLVC_EQUAL, 0 }, { "-falign-labels=", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_align_labels), 0, CLVC_BOOLEAN, 0 }, { "-falign-loops", "Align the start of loops.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 478, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* UInteger */, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_align_loops), 0, CLVC_EQUAL, 0 }, { "-falign-loops=", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_align_loops), 0, CLVC_BOOLEAN, 0 }, { "-faligned-new", "Support C++17 allocation of over-aligned types.", 0, 0, "1", "0", OPT_faligned_new_, N_OPTS, 12, 480, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-faligned-new=", "-faligned-new= Use C++17 over-aligned type allocation for alignments greater than N.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_CXX | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_aligned_new_threshold), 0, CLVC_BOOLEAN, 0 }, { "-fall-intrinsics", "All intrinsics procedures are available regardless of selected standard.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_all_intrinsics), 0, CLVC_BOOLEAN, 0 }, { "-fall-virtual", 0, 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 12, 483, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fallow-leading-underscore", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 25, 484, CL_Fortran | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_allow_leading_underscore), 0, CLVC_BOOLEAN, 0 }, { "-fallow-parameterless-variadic-functions", "Allow variadic functions without named parameter.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 39, 485, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_allow_parameterless_variadic_functions), 0, CLVC_BOOLEAN, 0 }, { "-falt-external-templates", "No longer supported.", 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 23, 486, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fargument-alias", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 15, 487, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fargument-noalias", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 17, 488, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fargument-noalias-anything", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 26, 489, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fargument-noalias-global", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 24, 490, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fasan-shadow-offset=", "-fasan-shadow-offset= Use custom shadow memory offset.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_common_deferred_options), 0, CLVC_DEFER, 0 }, { "-fasm", "Recognize the \"asm\" keyword.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 492, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_no_asm), 0, CLVC_EQUAL, 0 }, { "-fassociative-math", "Allow optimization for floating-point arithmetic which may change the result of the operation due to rounding.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 493, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_associative_math), 0, CLVC_BOOLEAN, 0 }, { "-fasynchronous-unwind-tables", "Generate unwind tables that are exact at each instruction boundary.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 27, 494, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_asynchronous_unwind_tables), 0, CLVC_BOOLEAN, 0 }, { "-fauto-inc-dec", "Generate auto-inc/dec instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 495, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_auto_inc_dec), 0, CLVC_BOOLEAN, 0 }, { "-fauto-profile", "Use sample profile information for call graph node weights. The default profile file is fbdata.afdo in 'pwd'.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 496, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_auto_profile), 0, CLVC_BOOLEAN, 0 }, { "-fauto-profile=", "Use sample profile information for call graph node weights. The profile file is specified in the argument.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_auto_profile_file), 0, CLVC_STRING, 0 }, { "-fautomatic", "Do not treat local variables and COMMON blocks as if they were named in SAVE statements.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 498, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_automatic), 0, CLVC_BOOLEAN, 0 }, { "-fbackslash", "Specify that backslash in string introduces an escape character.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 499, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_backslash), 0, CLVC_BOOLEAN, 0 }, { "-fbacktrace", "Produce a backtrace when a runtime error is encountered.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 500, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_backtrace), 0, CLVC_BOOLEAN, 0 }, { "-fblas-matmul-limit=", "-fblas-matmul-limit= Size of the smallest matrix for which matmul will use BLAS.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, -1, CL_Fortran | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_flag_blas_matmul_limit), 0, CLVC_BOOLEAN, 0 }, { "-fbounds-check", "Generate code to check bounds before indexing arrays.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 502, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_bounds_check), 0, CLVC_BOOLEAN, 0 }, { "-fbranch-count-reg", "Replace add, compare, branch with branch on count register.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 503, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_branch_on_count_reg), 0, CLVC_BOOLEAN, 0 }, { "-fbranch-probabilities", "Use profiling information for branch probabilities.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 504, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_branch_probabilities), 0, CLVC_BOOLEAN, 0 }, { "-fbranch-target-load-optimize", "Perform branch target load optimization before prologue / epilogue threading.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 28, 505, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_branch_target_load_optimize), 0, CLVC_BOOLEAN, 0 }, { "-fbranch-target-load-optimize2", "Perform branch target load optimization after prologue / epilogue threading.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 29, 506, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_branch_target_load_optimize2), 0, CLVC_BOOLEAN, 0 }, { "-fbtr-bb-exclusive", "Restrict target load migration not to re-use registers in any basic block.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 507, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_btr_bb_exclusive), 0, CLVC_BOOLEAN, 0 }, { "-fbuilding-libgcc", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 508, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_building_libgcc), 0, CLVC_BOOLEAN, 0 }, { "-fbuiltin", "Recognize built-in functions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 509, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_no_builtin), 0, CLVC_EQUAL, 0 }, { "-fbuiltin-", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 510, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-fbuiltin-printf", "Ignored.", 0, 0, NULL, NULL, N_OPTS, OPT_fbuiltin_, 15, 511, CL_Ada | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fcall-saved-", "-fcall-saved- Mark as being preserved across functions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_common_deferred_options), 0, CLVC_DEFER, 0 }, { "-fcall-used-", "-fcall-used- Mark as being corrupted by function calls.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_common_deferred_options), 0, CLVC_DEFER, 0 }, { "-fcaller-saves", "Save registers around function calls.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 514, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_caller_saves), 0, CLVC_BOOLEAN, 0 }, { "-fcanonical-system-headers", "Where shorter, use canonicalized paths to systems headers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 25, 515, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fcheck-array-temporaries", "Produce a warning at runtime if a array temporary has been created for a procedure argument.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 24, 516, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fcheck-data-deps", "This switch is deprecated; do not use.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 517, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_check_data_deps), 0, CLVC_BOOLEAN, 0 }, { "-fcheck-new", "Check the return value of new in C++.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 518, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_check_new), 0, CLVC_BOOLEAN, 0 }, { "-fcheck-pointer-bounds", "Add Pointer Bounds Checker instrumentation. fchkp-* flags are used to control instrumentation. Currently available for C, C++ and ObjC.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 519, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_check_pointer_bounds), 0, CLVC_BOOLEAN, 0 }, { "-fcheck=", "-fcheck=[...] Specify which runtime checks are to be performed.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, -1, CL_Fortran | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-fchecking", "Perform internal consistency checkings.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 521, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_checking), 0, CLVC_BOOLEAN, 0 }, { "-fchecking=", "Perform internal consistency checkings.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_flag_checking), 0, CLVC_BOOLEAN, 0 }, { "-fchkp-check-incomplete-type", "Generate pointer bounds checks for variables with incomplete type.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 27, 523, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_chkp_incomplete_type), 0, CLVC_BOOLEAN, 0 }, { "-fchkp-check-read", "Generate checks for all read accesses to memory.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 524, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_chkp_check_read), 0, CLVC_BOOLEAN, 0 }, { "-fchkp-check-write", "Generate checks for all write accesses to memory.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 525, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_chkp_check_write), 0, CLVC_BOOLEAN, 0 }, { "-fchkp-first-field-has-own-bounds", "Forces Pointer Bounds Checker to use narrowed bounds for address of the first field in the structure. By default pointer to the first field has the same bounds as pointer to the whole structure.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 32, -1, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_chkp_first_field_has_own_bounds), 0, CLVC_BOOLEAN, 0 }, { "-fchkp-flexible-struct-trailing-arrays", "Forces Pointer Bounds Checker to treat all trailing arrays in structures as possibly flexible. By default only arrays fields with zero length or that are marked with attribute bnd_variable_size are treated as flexible.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 37, 527, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_chkp_flexible_struct_trailing_arrays), 0, CLVC_BOOLEAN, 0 }, { "-fchkp-instrument-calls", "Generate bounds passing for calls.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, 528, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_chkp_instrument_calls), 0, CLVC_BOOLEAN, 0 }, { "-fchkp-instrument-marked-only", "Instrument only functions marked with bnd_instrument attribute.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 28, 529, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_chkp_instrument_marked_only), 0, CLVC_BOOLEAN, 0 }, { "-fchkp-narrow-bounds", "Control how Pointer Bounds Checker handle pointers to object fields. When narrowing is on, field bounds are used. Otherwise full object bounds are used.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 530, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_chkp_narrow_bounds), 0, CLVC_BOOLEAN, 0 }, { "-fchkp-narrow-to-innermost-array", "Forces Pointer Bounds Checker to use bounds of the innermost arrays in case of nested static arrays access. By default outermost array is used.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 31, -1, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_chkp_narrow_to_innermost_arrray), 0, CLVC_BOOLEAN, 0 }, { "-fchkp-optimize", "Allow Pointer Bounds Checker optimizations. By default allowed on optimization levels >0.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 532, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_chkp_optimize), 0, CLVC_BOOLEAN, 0 }, { "-fchkp-store-bounds", "Generate bounds stores for pointer writes.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 533, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_chkp_store_bounds), 0, CLVC_BOOLEAN, 0 }, { "-fchkp-treat-zero-dynamic-size-as-infinite", "With this option zero size obtained dynamically for objects with incomplete type will be treated as infinite.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 41, 534, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_chkp_zero_dynamic_size_as_infinite), 0, CLVC_BOOLEAN, 0 }, { "-fchkp-use-fast-string-functions", "Allow to use *_nobnd versions of string functions by Pointer Bounds Checker.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 31, 535, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_chkp_use_fast_string_functions), 0, CLVC_BOOLEAN, 0 }, { "-fchkp-use-nochk-string-functions", "Allow to use *_nochk versions of string functions by Pointer Bounds Checker.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 32, 536, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_chkp_use_nochk_string_functions), 0, CLVC_BOOLEAN, 0 }, { "-fchkp-use-static-bounds", "Use statically initialized variable for vars bounds instead of generating them each time it is required.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 537, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_chkp_use_static_bounds), 0, CLVC_BOOLEAN, 0 }, { "-fchkp-use-static-const-bounds", "Use statically initialized variable for constant bounds instead of generating them each time it is required.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 29, 538, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_chkp_use_static_const_bounds), 0, CLVC_BOOLEAN, 0 }, { "-fchkp-use-wrappers", "Transform instrumented builtin calls into calls to wrappers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 539, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_chkp_use_wrappers), 0, CLVC_BOOLEAN, 0 }, { "-fchkp-zero-input-bounds-for-main", "Use zero bounds for all incoming arguments in 'main' function. It helps when instrumented binaries are used with legacy libs.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 32, 540, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_chkp_zero_input_bounds_for_main), 0, CLVC_BOOLEAN, 0 }, { "-fcilkplus", "Enable Cilk Plus.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 541, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_cilkplus), 0, CLVC_BOOLEAN, 0 }, { "-fcoarray=", "-fcoarray= Specify which coarray parallelization should be used.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, -1, CL_Fortran | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_coarray), 8, CLVC_ENUM, 0 }, { "-fcode-hoisting", "Enable code hoisting.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 543, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_code_hoisting), 0, CLVC_BOOLEAN, 0 }, { "-fcombine-stack-adjustments", "Looks for opportunities to reduce stack adjustments and stack references.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 26, 544, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_combine_stack_adjustments), 0, CLVC_BOOLEAN, 0 }, { "-fcommon", "Do not put uninitialized globals in the common section.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 545, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_no_common), 0, CLVC_EQUAL, 0 }, { "-fcompare-debug", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 546, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fcompare-debug-second", "Run only the second compilation of -fcompare-debug.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, -1, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_compare_debug), 0, CLVC_BOOLEAN, 0 }, { "-fcompare-debug=", "-fcompare-debug[=] Compile with and without e.g. -gtoggle, and compare the final-insns dump.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, -1, CL_COMMON | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 1 /* JoinedOrMissing */, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_compare_debug_opt), 0, CLVC_STRING, 0 }, { "-fcompare-elim", "Perform comparison elimination after register allocation has finished.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 549, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_compare_elim_after_reload), 0, CLVC_BOOLEAN, 0 }, { "-fconcepts", "Enable support for C++ concepts.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 550, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_concepts), 0, CLVC_BOOLEAN, 0 }, { "-fcond-mismatch", "Allow the arguments of the '?' operator to have different types.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 551, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fconserve-space", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 552, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_conserve_space), 0, CLVC_BOOLEAN, 0 }, { "-fconserve-stack", "Do not perform optimizations increasing noticeably stack usage.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 553, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_conserve_stack), 0, CLVC_BOOLEAN, 0 }, { "-fconstant-string-class=", "-fconst-string-class= Use class for constant strings.", "no class name specified with %qs", 0, NULL, NULL, N_OPTS, N_OPTS, 23, 554, CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-fconstexpr-depth=", "-fconstexpr-depth= Specify maximum constexpr recursion depth.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, -1, CL_CXX | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_max_constexpr_depth), 0, CLVC_BOOLEAN, 0 }, { "-fconstexpr-loop-limit=", "-fconstexpr-loop-limit= Specify maximum constexpr loop iteration count.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, -1, CL_CXX | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_constexpr_loop_limit), 0, CLVC_BOOLEAN, 0 }, { "-fconvert=", "-fconvert= The endianness used for unformatted files.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, -1, CL_Fortran | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_convert), 7, CLVC_ENUM, 0 }, { "-fcprop-registers", "Perform a register copy-propagation optimization pass.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 558, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_cprop_registers), 0, CLVC_BOOLEAN, 0 }, { "-fcray-pointer", "Use the Cray Pointer extension.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 559, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_cray_pointer), 0, CLVC_BOOLEAN, 0 }, { "-fcrossjumping", "Perform cross-jumping optimization.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 560, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_crossjumping), 0, CLVC_BOOLEAN, 0 }, { "-fcse-follow-jumps", "When running CSE, follow jumps to their targets.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 561, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_cse_follow_jumps), 0, CLVC_BOOLEAN, 0 }, { "-fcse-skip-blocks", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 16, 562, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fcx-fortran-rules", "Complex multiplication and division follow Fortran rules.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 563, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_cx_fortran_rules), 0, CLVC_BOOLEAN, 0 }, { "-fcx-limited-range", "Omit range reduction step when performing complex division.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 564, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_cx_limited_range), 0, CLVC_BOOLEAN, 0 }, { "-fd-lines-as-code", "Ignore 'D' in column one in fixed form.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fd-lines-as-comments", "Treat lines with 'D' in column one as comments.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fdata-sections", "Place data items into their own section.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 567, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_data_sections), 0, CLVC_BOOLEAN, 0 }, { "-fdbg-cnt-list", "List all available debugging counters with their limits and counts.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 568, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_common_deferred_options), 0, CLVC_DEFER, 0 }, { "-fdbg-cnt=", "-fdbg-cnt=:[,:,...] Set the debug counter limit.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_common_deferred_options), 0, CLVC_DEFER, 0 }, { "-fdce", "Use the RTL dead code elimination pass.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 570, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_dce), 0, CLVC_BOOLEAN, 0 }, { "-fdebug-cpp", "Emit debug annotations during preprocessing.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 571, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fdebug-prefix-map=", "Map one directory name to another in debug information.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_common_deferred_options), 0, CLVC_DEFER, 0 }, { "-fdebug-types-section", "Output .debug_types section when using DWARF v4 debuginfo.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 573, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_debug_types_section), 0, CLVC_BOOLEAN, 0 }, { "-fdec", "Enable all DEC language extensions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 574, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_dec), 0, CLVC_BOOLEAN, 0 }, { "-fdec-intrinsic-ints", "Enable kind-specific variants of integer intrinsic functions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 575, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_dec_intrinsic_ints), 0, CLVC_BOOLEAN, 0 }, { "-fdec-math", "Enable legacy math intrinsics for compatibility.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 576, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_dec_math), 0, CLVC_BOOLEAN, 0 }, { "-fdec-static", "Enable DEC-style STATIC and AUTOMATIC attributes.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 577, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_dec_static), 0, CLVC_BOOLEAN, 0 }, { "-fdec-structure", "Enable support for DEC STRUCTURE/RECORD.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 578, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_dec_structure), 0, CLVC_BOOLEAN, 0 }, { "-fdeclone-ctor-dtor", "Factor complex constructors and destructors to favor space over speed.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 579, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_declone_ctor_dtor), 0, CLVC_BOOLEAN, 0 }, { "-fdeduce-init-list", "-fdeduce-init-list enable deduction of std::initializer_list for a template type parameter from a brace-enclosed initializer-list.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 580, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_deduce_init_list), 0, CLVC_BOOLEAN, 0 }, { "-fdefault-double-8", "Set the default double precision kind to an 8 byte wide type.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 581, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_default_double), 0, CLVC_BOOLEAN, 0 }, { "-fdefault-inline", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 15, 582, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fdefault-integer-8", "Set the default integer kind to an 8 byte wide type.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 583, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_default_integer), 0, CLVC_BOOLEAN, 0 }, { "-fdefault-real-8", "Set the default real kind to an 8 byte wide type.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 584, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_default_real), 0, CLVC_BOOLEAN, 0 }, { "-fdefer-pop", "Defer popping functions args from stack until later.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 585, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_defer_pop), 0, CLVC_BOOLEAN, 0 }, { "-fdelayed-branch", "Attempt to fill delay slots of branch instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 586, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_delayed_branch), 0, CLVC_BOOLEAN, 0 }, { "-fdelete-dead-exceptions", "Delete dead instructions that may throw exceptions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 587, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_delete_dead_exceptions), 0, CLVC_BOOLEAN, 0 }, { "-fdelete-null-pointer-checks", "Delete useless null pointer checks.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 27, 588, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_delete_null_pointer_checks), 0, CLVC_BOOLEAN, 0 }, { "-fdevirtualize", "Try to convert virtual calls to direct ones.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 589, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_devirtualize), 0, CLVC_BOOLEAN, 0 }, { "-fdevirtualize-at-ltrans", "Stream extra data to support more aggressive devirtualization in LTO local transformation mode.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 590, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ltrans_devirtualize), 0, CLVC_BOOLEAN, 0 }, { "-fdevirtualize-speculatively", "Perform speculative devirtualization.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 27, 591, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_devirtualize_speculatively), 0, CLVC_BOOLEAN, 0 }, { "-fdiagnostics-color", 0, 0, 0, "always", "never", OPT_fdiagnostics_color_, N_OPTS, 18, 592, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fdiagnostics-color=", "-fdiagnostics-color=[never|always|auto] Colorize diagnostics.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, -1, CL_COMMON | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_diagnostics_show_color), 2, CLVC_ENUM, 0 }, { "-fdiagnostics-generate-patch", "Print fix-it hints to stderr in unified diff format.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 27, 594, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_diagnostics_generate_patch), 0, CLVC_BOOLEAN, 0 }, { "-fdiagnostics-parseable-fixits", "Print fixit hints in machine-readable form.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 29, 595, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_diagnostics_parseable_fixits), 0, CLVC_BOOLEAN, 0 }, { "-fdiagnostics-show-caret", "Show the source line with a caret indicating the column.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 596, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_diagnostics_show_caret), 0, CLVC_BOOLEAN, 0 }, { "-fdiagnostics-show-location=", "-fdiagnostics-show-location=[once|every-line] How often to emit source location at the beginning of line-wrapped diagnostics.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 27, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 3, CLVC_ENUM, 0 }, { "-fdiagnostics-show-option", "Amend appropriate diagnostic messages with the command line option that controls them.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 24, 598, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_diagnostics_show_option), 0, CLVC_BOOLEAN, 0 }, { "-fdirectives-only", "Preprocess directives only.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 599, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fdisable-", "-fdisable-[tree|rtl|ipa]-=range1+range2 disables an optimization pass.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_common_deferred_options), 0, CLVC_DEFER, 0 }, { "-fdollar-ok", "Allow dollar signs in entity names.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 601, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_dollar_ok), 0, CLVC_BOOLEAN, 0 }, { "-fdollars-in-identifiers", "Permit '$' as an identifier character.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 602, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fdse", "Use the RTL dead store elimination pass.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 603, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_dse), 0, CLVC_BOOLEAN, 0 }, { "-fdump-", "-fdump- Dump various compiler internals to a file.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_common_deferred_options), 0, CLVC_DEFER, 0 }, { "-fdump-ada-spec", "Write all declarations as Ada code transitively.", 0, 0, NULL, NULL, N_OPTS, OPT_fdump_, 14, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_dump_ada_spec), 0, CLVC_BOOLEAN, 0 }, { "-fdump-ada-spec-slim", "Write all declarations as Ada code for the given file only.", 0, 0, NULL, NULL, N_OPTS, OPT_fdump_, 19, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_dump_ada_spec_slim), 0, CLVC_BOOLEAN, 0 }, { "-fdump-core", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, OPT_fdump_, 10, 607, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fdump-final-insns", 0, 0, 0, NULL, NULL, N_OPTS, OPT_fdump_, 17, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fdump-final-insns=", "-fdump-final-insns=filename Dump to filename the insns at the end of translation.", 0, 0, NULL, NULL, N_OPTS, OPT_fdump_, 18, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_dump_final_insns), 0, CLVC_STRING, 0 }, { "-fdump-fortran-optimized", "Display the code tree after front end optimization.", 0, 0, NULL, NULL, N_OPTS, OPT_fdump_, 23, 610, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_dump_fortran_optimized), 0, CLVC_BOOLEAN, 0 }, { "-fdump-fortran-original", "Display the code tree after parsing.", 0, 0, NULL, NULL, N_OPTS, OPT_fdump_, 22, 611, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_dump_fortran_original), 0, CLVC_BOOLEAN, 0 }, { "-fdump-go-spec=", "-fdump-go-spec=filename Write all declarations to file as Go code.", 0, 0, NULL, NULL, N_OPTS, OPT_fdump_, 14, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_dump_go_spec), 0, CLVC_STRING, 0 }, { "-fdump-internal-locations", "Dump detailed information on GCC's internal representation of source code locations.", 0, 0, NULL, NULL, N_OPTS, OPT_fdump_, 24, 613, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_dump_locations), 0, CLVC_BOOLEAN, 0 }, { "-fdump-noaddr", "Suppress output of addresses in debugging dumps.", 0, 0, NULL, NULL, N_OPTS, OPT_fdump_, 12, 614, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_dump_noaddr), 0, CLVC_BOOLEAN, 0 }, { "-fdump-parse-tree", "Display the code tree after parsing; deprecated option.", 0, 0, NULL, NULL, OPT_fdump_fortran_original, OPT_fdump_, 16, 615, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fdump-passes", "Dump optimization passes.", 0, 0, NULL, NULL, N_OPTS, OPT_fdump_, 12, 616, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_dump_passes), 0, CLVC_BOOLEAN, 0 }, { "-fdump-unnumbered", "Suppress output of instruction numbers, line number notes and addresses in debugging dumps.", 0, 0, NULL, NULL, N_OPTS, OPT_fdump_, 16, 617, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_dump_unnumbered), 0, CLVC_BOOLEAN, 0 }, { "-fdump-unnumbered-links", "Suppress output of previous and next insn numbers in debugging dumps.", 0, 0, NULL, NULL, N_OPTS, OPT_fdump_, 22, 618, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_dump_unnumbered_links), 0, CLVC_BOOLEAN, 0 }, { "-fdwarf2-cfi-asm", "Enable CFI tables via GAS assembler directives.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 619, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_dwarf2_cfi_asm), 0, CLVC_BOOLEAN, 0 }, { "-fearly-inlining", "Perform early inlining.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 620, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_early_inlining), 0, CLVC_BOOLEAN, 0 }, { "-felide-constructors", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 621, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_elide_constructors), 0, CLVC_BOOLEAN, 0 }, { "-feliminate-dwarf2-dups", "Perform DWARF duplicate elimination.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, 622, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_eliminate_dwarf2_dups), 0, CLVC_BOOLEAN, 0 }, { "-feliminate-unused-debug-symbols", "Perform unused symbol elimination in debug info.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 31, 623, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_debug_only_used_symbols), 0, CLVC_BOOLEAN, 0 }, { "-feliminate-unused-debug-types", "Perform unused type elimination in debug info.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 29, 624, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_eliminate_unused_debug_types), 0, CLVC_BOOLEAN, 0 }, { "-femit-class-debug-always", "Do not suppress C++ class debug information.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 24, 625, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_emit_class_debug_always), 0, CLVC_BOOLEAN, 0 }, { "-femit-struct-debug-baseonly", "-femit-struct-debug-baseonly Aggressive reduced debug info for structs.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 27, 626, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-femit-struct-debug-detailed=", "-femit-struct-debug-detailed= Detailed reduced debug info for structs.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 28, 627, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-femit-struct-debug-reduced", "-femit-struct-debug-reduced Conservative reduced debug info for structs.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 26, 628, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fenable-", "-fenable-[tree|rtl|ipa]-=range1+range2 enables an optimization pass.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_common_deferred_options), 0, CLVC_DEFER, 0 }, { "-fenforce-eh-specs", "Generate code to check exception specifications.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 630, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_enforce_eh_specs), 0, CLVC_BOOLEAN, 0 }, { "-fenum-int-equiv", 0, 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 15, 631, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fexceptions", "Enable exception handling.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 632, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_exceptions), 0, CLVC_BOOLEAN, 0 }, { "-fexcess-precision=", "-fexcess-precision=[fast|standard] Specify handling of excess floating-point precision.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_excess_precision_cmdline), 5, CLVC_ENUM, 0 }, { "-fexec-charset=", "-fexec-charset= Convert all strings and character constants to character set .", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-fexpensive-optimizations", "Perform a number of minor, expensive optimizations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 24, 635, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_expensive_optimizations), 0, CLVC_BOOLEAN, 0 }, { "-fext-numeric-literals", "Interpret imaginary, fixed-point, or other gnu number suffix as the corresponding number literal rather than a user-defined number literal.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 636, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_ext_numeric_literals), 0, CLVC_BOOLEAN, 0 }, { "-fextended-identifiers", "Permit universal character names (\\u and \\U) in identifiers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 637, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fextern-tls-init", "Support dynamic initialization of thread-local variables in a different translation unit.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 638, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_extern_tls_init), 0, CLVC_BOOLEAN, 0 }, { "-fexternal-blas", "Specify that an external BLAS library should be used for matmul calls on large-size arrays.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 639, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_external_blas), 0, CLVC_BOOLEAN, 0 }, { "-fexternal-templates", 0, 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 19, 640, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-ff2c", "Use f2c calling convention.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 641, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_f2c), 0, CLVC_BOOLEAN, 0 }, { "-ffast-math", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 642, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-ffat-lto-objects", "Output lto objects containing both the intermediate language and binary output.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 643, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_fat_lto_objects), 0, CLVC_BOOLEAN, 0 }, { "-ffinite-math-only", "Assume no NaNs or infinities are generated.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 644, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_finite_math_only), 0, CLVC_BOOLEAN, 0 }, { "-ffixed-", "-ffixed- Mark as being unavailable to the compiler.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_common_deferred_options), 0, CLVC_DEFER, 0 }, { "-ffixed-form", "Assume that the source file is fixed form.", 0, 0, NULL, NULL, N_OPTS, OPT_ffixed_, 11, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-ffixed-line-length-", "-ffixed-line-length- Use n as character line width in fixed mode.", 0, 0, NULL, NULL, N_OPTS, OPT_ffixed_, 19, -1, CL_Fortran | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_flag_fixed_line_length), 0, CLVC_BOOLEAN, 0 }, { "-ffixed-line-length-none", "Allow arbitrary character line width in fixed mode.", 0, 0, NULL, NULL, N_OPTS, OPT_ffixed_line_length_, 23, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_fixed_line_length), 0, CLVC_EQUAL, 0 }, { "-ffloat-store", "Don't allocate floats and doubles in extended-precision registers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 649, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_float_store), 0, CLVC_BOOLEAN, 0 }, { "-ffor-scope", "Scope of for-init-statement variables is local to the loop.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 650, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_new_for_scope), 0, CLVC_BOOLEAN, 0 }, { "-fforce-addr", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 11, 651, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fforward-propagate", "Perform a forward propagation pass on RTL.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 652, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_forward_propagate), 0, CLVC_BOOLEAN, 0 }, { "-ffp-contract=", "-ffp-contract=[off|on|fast] Perform floating-point expression contraction.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_COMMON | CL_JOINED | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_fp_contract_mode), 6, CLVC_ENUM, 0 }, { "-ffp-int-builtin-inexact", "Allow built-in functions ceil, floor, round, trunc to raise \"inexact\" exceptions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 654, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_fp_int_builtin_inexact), 0, CLVC_BOOLEAN, 0 }, { "-ffpe-summary=", "-ffpe-summary=[...] Print summary of floating point exceptions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_Fortran | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-ffpe-trap=", "-ffpe-trap=[...] Stop on following floating point exceptions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, -1, CL_Fortran | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-ffree-form", "Assume that the source file is free form.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-ffree-line-length-", "-ffree-line-length- Use n as character line width in free mode.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, -1, CL_Fortran | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_flag_free_line_length), 0, CLVC_BOOLEAN, 0 }, { "-ffree-line-length-none", "Allow arbitrary character line width in free mode.", 0, 0, NULL, NULL, N_OPTS, OPT_ffree_line_length_, 22, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_free_line_length), 0, CLVC_EQUAL, 0 }, { "-ffreestanding", "Do not assume that standard C libraries and \"main\" exist.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 660, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-ffriend-injection", "Inject friend functions into enclosing namespace.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 661, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_friend_injection), 0, CLVC_BOOLEAN, 0 }, { "-ffrontend-optimize", "Enable front end optimization.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 662, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_frontend_optimize), 0, CLVC_BOOLEAN, 0 }, { "-ffunction-cse", "Allow function addresses to be held in registers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 663, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_no_function_cse), 0, CLVC_EQUAL, 0 }, { "-ffunction-sections", "Place each function into its own section.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 664, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_function_sections), 0, CLVC_BOOLEAN, 0 }, { "-fgcse", "Perform global common subexpression elimination.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, 665, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_gcse), 0, CLVC_BOOLEAN, 0 }, { "-fgcse-after-reload", "Perform global common subexpression elimination after register allocation has finished.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 666, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_gcse_after_reload), 0, CLVC_BOOLEAN, 0 }, { "-fgcse-las", "Perform redundant load after store elimination in global common subexpression elimination.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 667, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_gcse_las), 0, CLVC_BOOLEAN, 0 }, { "-fgcse-lm", "Perform enhanced load motion during global common subexpression elimination.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 668, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_gcse_lm), 0, CLVC_BOOLEAN, 0 }, { "-fgcse-sm", "Perform store motion after global common subexpression elimination.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 669, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_gcse_sm), 0, CLVC_BOOLEAN, 0 }, { "-fgimple", "Enable parsing GIMPLE.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 670, CL_C, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_gimple), 0, CLVC_BOOLEAN, 0 }, { "-fgnat-encodings=", "-fgnat-encodings=[all|gdb|minimal] Select the balance between GNAT encodings and standard DWARF emitted in the debug information", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, -1, CL_COMMON | CL_JOINED | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_gnat_encodings), 4, CLVC_ENUM, 0 }, { "-fgnu-keywords", "Recognize GNU-defined keywords.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 672, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_no_gnu_keywords), 0, CLVC_EQUAL, 0 }, { "-fgnu-runtime", "Generate code for GNU runtime environment.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, -1, CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_next_runtime), 0, CLVC_EQUAL, 0 }, { "-fgnu-tm", "Enable support for GNU transactional memory.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 674, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tm), 0, CLVC_BOOLEAN, 0 }, { "-fgnu-unique", "Use STB_GNU_UNIQUE if supported by the assembler.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 675, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_gnu_unique), 0, CLVC_BOOLEAN, 0 }, { "-fgnu89-inline", "Use traditional GNU semantics for inline functions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 676, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_gnu89_inline), 0, CLVC_BOOLEAN, 0 }, { "-fgo-c-header=", "-fgo-c-header= Write Go struct definitions to file as C code.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_Go | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-fgo-check-divide-overflow", "Add explicit checks for division overflow in INT_MIN / -1.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 25, 678, CL_Go, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_go_check_divide_overflow), 0, CLVC_BOOLEAN, 0 }, { "-fgo-check-divide-zero", "Add explicit checks for division by zero.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 679, CL_Go, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_go_check_divide_zero), 0, CLVC_BOOLEAN, 0 }, { "-fgo-compiling-runtime", "Apply special rules for compiling runtime package.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 680, CL_Go, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_go_compiling_runtime), 0, CLVC_BOOLEAN, 0 }, { "-fgo-debug-escape", "Emit debugging information related to the escape analysis pass when run with -fgo-optimize-allocs.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 681, CL_Go | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_go_debug_escape_level), 0, CLVC_BOOLEAN, 0 }, { "-fgo-dump-", "-fgo-dump- Dump Go frontend internal information.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, -1, CL_Go | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-fgo-optimize-", "-fgo-optimize- Turn on optimization passes in the frontend.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_Go | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-fgo-pkgpath=", "-fgo-pkgpath= Set Go package path.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, -1, CL_Go | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-fgo-prefix=", "-fgo-prefix= Set package-specific prefix for exported Go names.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, -1, CL_Go | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-fgo-relative-import-path=", "-fgo-relative-import-path= Treat a relative import as relative to path.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 25, -1, CL_Go | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-fgraphite", "Enable in and out of Graphite representation.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 687, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_graphite), 0, CLVC_BOOLEAN, 0 }, { "-fgraphite-identity", "Enable Graphite Identity transformation.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 688, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_graphite_identity), 0, CLVC_BOOLEAN, 0 }, { "-fguess-branch-probability", "Enable guessing of branch probabilities.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 25, 689, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_guess_branch_prob), 0, CLVC_BOOLEAN, 0 }, { "-fguiding-decls", 0, 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 14, 690, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fhandle-exceptions", 0, 0, "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)", NULL, NULL, OPT_fexceptions, N_OPTS, 18, 691, CL_CXX | CL_ObjCXX | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fhelp", 0, 0, 0, NULL, NULL, OPT__help, N_OPTS, 5, 692, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fhelp=", 0, 0, 0, NULL, NULL, OPT__help_, N_OPTS, 6, 693, CL_COMMON | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-fhoist-adjacent-loads", "Enable hoisting adjacent loads to encourage generating conditional move instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 694, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_hoist_adjacent_loads), 0, CLVC_BOOLEAN, 0 }, { "-fhonor-std", 0, 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 10, 695, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fhonour-copts", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_COMMON, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fhosted", "Assume normal C execution environment.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 697, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fhuge-objects", "No longer supported.", 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 13, 698, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fident", "Process #ident directives.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, 699, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_no_ident), 0, CLVC_EQUAL, 0 }, { "-fif-conversion", "Perform conversion of conditional jumps to branchless equivalents.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 700, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_if_conversion), 0, CLVC_BOOLEAN, 0 }, { "-fif-conversion2", "Perform conversion of conditional jumps to conditional execution.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 701, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_if_conversion2), 0, CLVC_BOOLEAN, 0 }, { "-fimplement-inlines", "Export functions even if they can be inlined.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 702, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_implement_inlines), 0, CLVC_BOOLEAN, 0 }, { "-fimplicit-inline-templates", "Emit implicit instantiations of inline templates.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 26, 703, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_implicit_inline_templates), 0, CLVC_BOOLEAN, 0 }, { "-fimplicit-none", "Specify that no implicit typing is allowed, unless overridden by explicit IMPLICIT statements.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 704, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_implicit_none), 0, CLVC_BOOLEAN, 0 }, { "-fimplicit-templates", "Emit implicit instantiations of templates.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 705, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_implicit_templates), 0, CLVC_BOOLEAN, 0 }, { "-findirect-inlining", "Perform indirect inlining.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 706, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_indirect_inlining), 0, CLVC_BOOLEAN, 0 }, { "-finhibit-size-directive", "Do not generate .size directives.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 707, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_inhibit_size_directive), 0, CLVC_BOOLEAN, 0 }, { "-finit-character=", "-finit-character= Initialize local character variables to ASCII value n.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, -1, CL_Fortran | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-finit-derived", "Initialize components of derived type variables according to other init flags.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 709, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_init_derived), 0, CLVC_BOOLEAN, 0 }, { "-finit-integer=", "-finit-integer= Initialize local integer variables to n.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, -1, CL_Fortran | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-finit-local-zero", "Initialize local variables to zero (from g77).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 711, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-finit-logical=", "-finit-logical= Initialize local logical variables.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, -1, CL_Fortran | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-finit-real=", "-finit-real= Initialize local real variables.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, -1, CL_Fortran | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 1 /* ToLower */, 0, offsetof (struct gcc_options, x_flag_init_real), 9, CLVC_ENUM, 0 }, { "-finline", "Enable inlining of function declared \"inline\", disabling disables all inlining.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 714, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_no_inline), 0, CLVC_EQUAL, 0 }, { "-finline-atomics", "Inline __atomic operations when a lock free instruction sequence is available.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 715, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_inline_atomics), 0, CLVC_BOOLEAN, 0 }, { "-finline-functions", "Integrate functions not declared \"inline\" into their callers when profitable.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 716, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_inline_functions), 0, CLVC_BOOLEAN, 0 }, { "-finline-functions-called-once", "Integrate functions only required by their single caller.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 29, 717, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_inline_functions_called_once), 0, CLVC_BOOLEAN, 0 }, { "-finline-limit-", 0, 0, 0, NULL, NULL, OPT_finline_limit_, N_OPTS, 14, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-finline-limit=", "-finline-limit= Limit the size of inlined functions to .", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-finline-matmul-limit=", "-finline-matmul-limit= Specify the size of the largest matrix for which matmul will be inlined.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, -1, CL_Fortran | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_flag_inline_matmul_limit), 0, CLVC_BOOLEAN, 0 }, { "-finline-small-functions", "Integrate functions into their callers when code size is known not to grow.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 721, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_inline_small_functions), 0, CLVC_BOOLEAN, 0 }, { "-finput-charset=", "-finput-charset= Specify the default character set for source files.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-finstrument-functions", "Instrument function entry and exit with profiling calls.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 723, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_instrument_function_entry_exit), 0, CLVC_BOOLEAN, 0 }, { "-finstrument-functions-exclude-file-list=", "-finstrument-functions-exclude-file-list=filename,... Do not instrument functions listed in files.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 40, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-finstrument-functions-exclude-function-list=", "-finstrument-functions-exclude-function-list=name,... Do not instrument listed functions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 44, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-finteger-4-integer-8", "Interpret any INTEGER(4) as an INTEGER(8).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_integer4_kind), 0, CLVC_EQUAL, 8 }, { "-fintrinsic-modules-path", "Specify where to find the compiled intrinsic modules.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, -1, CL_Fortran | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-fintrinsic-modules-path=", "Specify where to find the compiled intrinsic modules.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 24, -1, CL_Fortran | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-fipa-bit-cp", "Perform interprocedural bitwise constant propagation.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 729, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ipa_bit_cp), 0, CLVC_BOOLEAN, 0 }, { "-fipa-cp", "Perform interprocedural constant propagation.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 730, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ipa_cp), 0, CLVC_BOOLEAN, 0 }, { "-fipa-cp-alignment", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 17, 731, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fipa-cp-clone", "Perform cloning to make Interprocedural constant propagation stronger.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 732, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ipa_cp_clone), 0, CLVC_BOOLEAN, 0 }, { "-fipa-icf", "Perform Identical Code Folding for functions and read-only variables.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 733, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ipa_icf), 0, CLVC_BOOLEAN, 0 }, { "-fipa-icf-functions", "Perform Identical Code Folding for functions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 734, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ipa_icf_functions), 0, CLVC_BOOLEAN, 0 }, { "-fipa-icf-variables", "Perform Identical Code Folding for variables.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 735, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ipa_icf_variables), 0, CLVC_BOOLEAN, 0 }, { "-fipa-matrix-reorg", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 17, 736, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fipa-profile", "Perform interprocedural profile propagation.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 737, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ipa_profile), 0, CLVC_BOOLEAN, 0 }, { "-fipa-pta", "Perform interprocedural points-to analysis.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 738, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ipa_pta), 0, CLVC_BOOLEAN, 0 }, { "-fipa-pure-const", "Discover pure and const functions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 739, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ipa_pure_const), 0, CLVC_BOOLEAN, 0 }, { "-fipa-ra", "Use caller save register across calls if possible.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 740, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ipa_ra), 0, CLVC_BOOLEAN, 0 }, { "-fipa-reference", "Discover readonly and non addressable static variables.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 741, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ipa_reference), 0, CLVC_BOOLEAN, 0 }, { "-fipa-sra", "Perform interprocedural reduction of aggregates.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 742, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ipa_sra), 0, CLVC_BOOLEAN, 0 }, { "-fipa-struct-reorg", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 17, 743, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fipa-vrp", "Perform IPA Value Range Propagation.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 744, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ipa_vrp), 0, CLVC_BOOLEAN, 0 }, { "-fira-algorithm=", "-fira-algorithm=[CB|priority] Set the used IRA algorithm.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, -1, CL_COMMON | CL_JOINED | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_ira_algorithm), 10, CLVC_ENUM, 0 }, { "-fira-hoist-pressure", "Use IRA based register pressure calculation in RTL hoist optimizations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 746, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ira_hoist_pressure), 0, CLVC_BOOLEAN, 0 }, { "-fira-loop-pressure", "Use IRA based register pressure calculation in RTL loop optimizations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 747, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ira_loop_pressure), 0, CLVC_BOOLEAN, 0 }, { "-fira-region=", "-fira-region=[one|all|mixed] Set regions for IRA.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, -1, CL_COMMON | CL_JOINED | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_ira_region), 11, CLVC_ENUM, 0 }, { "-fira-share-save-slots", "Share slots for saving different hard registers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 749, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ira_share_save_slots), 0, CLVC_BOOLEAN, 0 }, { "-fira-share-spill-slots", "Share stack slots for spilled pseudo-registers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, 750, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ira_share_spill_slots), 0, CLVC_BOOLEAN, 0 }, { "-fira-verbose=", "-fira-verbose= Control IRA's level of diagnostic messages.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_flag_ira_verbose), 0, CLVC_BOOLEAN, 0 }, { "-fisolate-erroneous-paths-attribute", "Detect paths that trigger erroneous or undefined behavior due to a null value being used in a way forbidden by a returns_nonnull or nonnull attribute. Isolate those paths from the main control flow and turn the statement with erroneous or undefined behavior into a trap.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 34, 752, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_isolate_erroneous_paths_attribute), 0, CLVC_BOOLEAN, 0 }, { "-fisolate-erroneous-paths-dereference", "Detect paths that trigger erroneous or undefined behavior due to dereferencing a null pointer. Isolate those paths from the main control flow and turn the statement with erroneous or undefined behavior into a trap.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 36, 753, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_isolate_erroneous_paths_dereference), 0, CLVC_BOOLEAN, 0 }, { "-fivar-visibility=", "-fvisibility=[private|protected|public|package] Set the default symbol visibility.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, -1, CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_default_ivar_visibility), 12, CLVC_ENUM, 0 }, { "-fivopts", "Optimize induction variables on trees.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 755, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ivopts), 0, CLVC_BOOLEAN, 0 }, { "-fjump-tables", "Use jump tables for sufficiently large switch statements.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 756, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_jump_tables), 0, CLVC_BOOLEAN, 0 }, { "-fkeep-gc-roots-live", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 757, CL_COMMON | CL_UNDOCUMENTED | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_keep_gc_roots_live), 0, CLVC_BOOLEAN, 0 }, { "-fkeep-inline-dllexport", "Don't emit dllexported inline functions unless needed.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, 758, #if TARGET_DLLIMPORT_DECL_ATTRIBUTES CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, #else 0, 1 /* Disabled. */, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, #endif offsetof (struct gcc_options, x_flag_keep_inline_dllexport), 0, CLVC_BOOLEAN, 0 }, { "-fkeep-inline-functions", "Generate code for functions even if they are fully inlined.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, 759, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_keep_inline_functions), 0, CLVC_BOOLEAN, 0 }, { "-fkeep-static-consts", "Emit static const variables even if they are not used.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 760, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_keep_static_consts), 0, CLVC_BOOLEAN, 0 }, { "-fkeep-static-functions", "Generate code for static functions even if they are never called.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, 761, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_keep_static_functions), 0, CLVC_BOOLEAN, 0 }, { "-flabels-ok", 0, 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 10, 762, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-flax-vector-conversions", "Allow implicit conversions between vectors with differing numbers of subparts and/or differing element types.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 763, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_lax_vector_conversions), 0, CLVC_BOOLEAN, 0 }, { "-fleading-underscore", "Give external symbols a leading underscore.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 764, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_leading_underscore), 0, CLVC_BOOLEAN, 0 }, { "-flifetime-dse", "Tell DSE that the storage for a C++ object is dead when the constructor starts and when the destructor finishes.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 765, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_lifetime_dse), 0, CLVC_EQUAL, 2 }, { "-flifetime-dse=", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, -1, CL_COMMON | CL_JOINED | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_flag_lifetime_dse), 0, CLVC_BOOLEAN, 0 }, { "-flimit-function-alignment", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 25, 767, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_limit_function_alignment), 0, CLVC_BOOLEAN, 0 }, { "-flinker-output=", "Set linker output type (used internally during LTO optimization)", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, -1, CL_LTO | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_lto_linker_output), 13, CLVC_ENUM, 0 }, { "-flive-range-shrinkage", "Relief of register pressure through live range shrinkage.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 769, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_live_range_shrinkage), 0, CLVC_BOOLEAN, 0 }, { "-flocal-ivars", "Allow access to instance variables as if they were local declarations within instance method implementations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 770, CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_local_ivars), 0, CLVC_BOOLEAN, 0 }, { "-floop-block", "Enable loop nest transforms. Same as -floop-nest-optimize.", 0, 0, NULL, NULL, OPT_floop_nest_optimize, N_OPTS, 11, 771, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-floop-flatten", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 13, 772, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-floop-interchange", "Enable loop nest transforms. Same as -floop-nest-optimize.", 0, 0, NULL, NULL, OPT_floop_nest_optimize, N_OPTS, 17, 773, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-floop-nest-optimize", "Enable the loop nest optimizer.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 774, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_loop_nest_optimize), 0, CLVC_BOOLEAN, 0 }, { "-floop-optimize", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 14, 775, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-floop-parallelize-all", "Mark all loops as parallel.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 776, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_loop_parallelize_all), 0, CLVC_BOOLEAN, 0 }, { "-floop-strip-mine", "Enable loop nest transforms. Same as -floop-nest-optimize.", 0, 0, NULL, NULL, OPT_floop_nest_optimize, N_OPTS, 16, 777, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-floop-unroll-and-jam", "Enable loop nest transforms. Same as -floop-nest-optimize.", 0, 0, NULL, NULL, OPT_floop_nest_optimize, N_OPTS, 20, 778, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-flra-remat", "Do CFG-sensitive rematerialization in LRA.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 779, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_lra_remat), 0, CLVC_BOOLEAN, 0 }, { "-flto", "Enable link-time optimization.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 780, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-flto-compression-level=", "-flto-compression-level= Use zlib compression level for IL.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_flag_lto_compression_level), 0, CLVC_BOOLEAN, 0 }, { "-flto-odr-type-merging", "Merge C++ types using One Definition Rule.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 782, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_lto_odr_type_mering), 0, CLVC_BOOLEAN, 0 }, { "-flto-partition=", "Specify the algorithm to partition symbols and vars at linktime.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_lto_partition), 14, CLVC_ENUM, 0 }, { "-flto-report", "Report various link-time optimization statistics.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 784, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_lto_report), 0, CLVC_BOOLEAN, 0 }, { "-flto-report-wpa", "Report various link-time optimization statistics for WPA only.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 785, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_lto_report_wpa), 0, CLVC_BOOLEAN, 0 }, { "-flto=", "Link-time optimization with number of parallel jobs or jobserver.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_lto), 0, CLVC_STRING, 0 }, { "-fltrans", "Run the link-time optimizer in local transformation (LTRANS) mode.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 787, CL_LTO, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ltrans), 0, CLVC_BOOLEAN, 0 }, { "-fltrans-output-list=", "Specify a file to which a list of files output by LTRANS is written.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 788, CL_LTO | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_ltrans_output_list), 0, CLVC_STRING, 0 }, { "-fmath-errno", "Set errno after built-in math functions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 789, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_errno_math), 0, CLVC_BOOLEAN, 0 }, { "-fmax-array-constructor=", "-fmax-array-constructor= Maximum number of objects in an array constructor.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, -1, CL_Fortran | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_flag_max_array_constructor), 0, CLVC_BOOLEAN, 0 }, { "-fmax-errors=", "-fmax-errors= Maximum number of errors to report.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_flag_max_errors), 0, CLVC_BOOLEAN, 0 }, { "-fmax-identifier-length=", "-fmax-identifier-length= Maximum identifier length.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, -1, CL_Fortran | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fmax-stack-var-size=", "-fmax-stack-var-size= Size in bytes of the largest array that will be put on the stack.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, -1, CL_Fortran | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_flag_max_stack_var_size), 0, CLVC_BOOLEAN, 0 }, { "-fmax-subrecord-length=", "-fmax-subrecord-length= Maximum length for subrecords.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, -1, CL_Fortran | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_flag_max_subrecord_length), 0, CLVC_BOOLEAN, 0 }, { "-fmem-report", "Report on permanent memory allocation.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 795, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_mem_report), 0, CLVC_BOOLEAN, 0 }, { "-fmem-report-wpa", "Report on permanent memory allocation in WPA only.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 796, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_mem_report_wpa), 0, CLVC_BOOLEAN, 0 }, { "-fmerge-all-constants", "Attempt to merge identical constants and constant variables.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 797, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_merge_constants), 0, CLVC_EQUAL, 2 }, { "-fmerge-constants", "Attempt to merge identical constants across compilation units.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 798, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_merge_constants), 0, CLVC_EQUAL, 1 }, { "-fmerge-debug-strings", "Attempt to merge identical debug strings across compilation units.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 799, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_merge_debug_strings), 0, CLVC_BOOLEAN, 0 }, { "-fmessage-length=", "-fmessage-length= Limit diagnostics to characters per line. 0 suppresses line-wrapping.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fmodule-private", "Set default accessibility of module entities to PRIVATE.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 801, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_module_private), 0, CLVC_BOOLEAN, 0 }, { "-fmodulo-sched", "Perform SMS based modulo scheduling before the first scheduling pass.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 802, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_modulo_sched), 0, CLVC_BOOLEAN, 0 }, { "-fmodulo-sched-allow-regmoves", "Perform SMS based modulo scheduling with register moves allowed.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 28, 803, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_modulo_sched_allow_regmoves), 0, CLVC_BOOLEAN, 0 }, { "-fmove-loop-invariants", "Move loop invariant computations out of loops.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 804, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_move_loop_invariants), 0, CLVC_BOOLEAN, 0 }, { "-fms-extensions", "Don't warn about uses of Microsoft extensions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 805, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_ms_extensions), 0, CLVC_BOOLEAN, 0 }, { "-fmudflap", 0, 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 8, 806, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fmudflapir", 0, 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 10, 807, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fmudflapth", 0, 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 10, 808, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fname-mangling-version-", 0, 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 23, 809, CL_CXX | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-fnew-abi", 0, 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 8, 810, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fnew-inheriting-ctors", "Implement C++17 inheriting constructor semantics.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 811, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_new_inheriting_ctors), 0, CLVC_BOOLEAN, 0 }, { "-fnew-ttp-matching", "Implement resolution of DR 150 for matching of template template arguments.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 812, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_new_ttp), 0, CLVC_BOOLEAN, 0 }, { "-fnext-runtime", "Generate code for NeXT (Apple Mac OS X) runtime environment.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_next_runtime), 0, CLVC_BOOLEAN, 0 }, { "-fnil-receivers", "Assume that receivers of Objective-C messages may be nil.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 814, CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_nil_receivers), 0, CLVC_BOOLEAN, 0 }, { "-fnon-call-exceptions", "Support synchronous non-call exceptions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 815, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_non_call_exceptions), 0, CLVC_BOOLEAN, 0 }, { "-fnonansi-builtins", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 816, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_no_nonansi_builtin), 0, CLVC_EQUAL, 0 }, { "-fnonnull-objects", 0, 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 16, 817, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fnothrow-opt", "Treat a throw() exception specification as noexcept to improve code size.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 818, CL_CXX | CL_ObjCXX | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_nothrow_opt), 0, CLVC_BOOLEAN, 0 }, { "-fobjc-abi-version=", "Specify which ABI to use for Objective-C family code and meta-data generation.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, -1, CL_LTO | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_objc_abi), 0, CLVC_BOOLEAN, 0 }, { "-fobjc-call-cxx-cdtors", "Generate special Objective-C methods to initialize/destroy non-POD C++ ivars, if needed.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 820, CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_objc_call_cxx_cdtors), 0, CLVC_BOOLEAN, 0 }, { "-fobjc-direct-dispatch", "Allow fast jumps to the message dispatcher.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 821, CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_objc_direct_dispatch), 0, CLVC_BOOLEAN, 0 }, { "-fobjc-exceptions", "Enable Objective-C exception and synchronization syntax.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 822, CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_objc_exceptions), 0, CLVC_BOOLEAN, 0 }, { "-fobjc-gc", "Enable garbage collection (GC) in Objective-C/Objective-C++ programs.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 823, CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_objc_gc), 0, CLVC_BOOLEAN, 0 }, { "-fobjc-nilcheck", "Enable inline checks for nil receivers with the NeXT runtime and ABI version 2.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 824, CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_objc_nilcheck), 0, CLVC_EQUAL, 1 }, { "-fobjc-sjlj-exceptions", "Enable Objective-C setjmp exception handling runtime.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 825, CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_objc_sjlj_exceptions), 0, CLVC_BOOLEAN, 0 }, { "-fobjc-std=objc1", "Conform to the Objective-C 1.0 language as implemented in GCC 4.0.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 826, CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_objc1_only), 0, CLVC_BOOLEAN, 0 }, { "-foffload-abi=", "-foffload-abi=[lp64|ilp32] Set the ABI to use in an offload compiler.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_offload_abi), 22, CLVC_ENUM, 0 }, { "-foffload=", "-foffload== Specify offloading targets and options for them.", "options or targets missing after %qs", 0, NULL, NULL, N_OPTS, N_OPTS, 9, 828, CL_COMMON | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-fomit-frame-pointer", "When possible do not generate stack frames.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 829, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_omit_frame_pointer), 0, CLVC_BOOLEAN, 0 }, { "-fopenacc", "Enable OpenACC.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 830, CL_C | CL_CXX | CL_Fortran | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_openacc), 0, CLVC_BOOLEAN, 0 }, { "-fopenacc-dim=", "Specify default OpenACC compute dimensions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 831, CL_C | CL_CXX | CL_Fortran | CL_LTO | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_openacc_dims), 0, CLVC_STRING, 0 }, { "-fopenmp", "Enable OpenMP (implies -frecursive in Fortran).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 832, CL_C | CL_CXX | CL_Fortran | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_openmp), 0, CLVC_BOOLEAN, 0 }, { "-fopenmp-simd", "Enable OpenMP's SIMD directives.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 833, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_openmp_simd), 0, CLVC_BOOLEAN, 0 }, { "-foperator-names", "Recognize C++ keywords like \"compl\" and \"xor\".", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 834, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fopt-info", "Enable all optimization info dumps on stderr.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 835, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_opt_info), 0, CLVC_BOOLEAN, 0 }, { "-fopt-info-", "-fopt-info[-=filename] Dump compiler optimization details.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_common_deferred_options), 0, CLVC_DEFER, 0 }, { "-foptimize-register-move", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 23, 837, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-foptimize-sibling-calls", "Optimize sibling and tail recursive calls.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 838, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_optimize_sibling_calls), 0, CLVC_BOOLEAN, 0 }, { "-foptimize-strlen", "Enable string length optimizations on trees.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 839, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_optimize_strlen), 0, CLVC_BOOLEAN, 0 }, { "-foptional-diags", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 15, 840, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fpack-derived", "Try to lay out derived types as compactly as possible.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 841, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_pack_derived), 0, CLVC_BOOLEAN, 0 }, { "-fpack-struct", "Pack structure members together without holes.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 842, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_pack_struct), 0, CLVC_BOOLEAN, 0 }, { "-fpack-struct=", "-fpack-struct= Set initial maximum structure member alignment.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_COMMON | CL_JOINED | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fpartial-inlining", "Perform partial inlining.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 844, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_partial_inlining), 0, CLVC_BOOLEAN, 0 }, { "-fpcc-struct-return", "Return small aggregates in memory, not registers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 845, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_pcc_struct_return), 0, CLVC_EQUAL, 1 }, { "-fpch-deps", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 846, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fpch-preprocess", "Look for and use PCH files even when preprocessing.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 847, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fpeel-loops", "Perform loop peeling.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 848, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_peel_loops), 0, CLVC_BOOLEAN, 0 }, { "-fpeephole", "Enable machine specific peephole optimizations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 849, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_no_peephole), 0, CLVC_EQUAL, 0 }, { "-fpeephole2", "Enable an RTL peephole pass before sched2.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 850, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_peephole2), 0, CLVC_BOOLEAN, 0 }, { "-fpermissive", "Downgrade conformance errors to warnings.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 851, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_permissive), 0, CLVC_BOOLEAN, 0 }, { "-fpermitted-flt-eval-methods=", "-fpermitted-flt-eval-methods=[c11|ts-18661] Specify which values of FLT_EVAL_METHOD are permitted.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 28, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_permitted_flt_eval_methods), 23, CLVC_ENUM, 0 }, { "-fpic", "Generate position-independent code if possible (small mode).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 854, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_pic), 0, CLVC_EQUAL, 1 }, { "-fpie", "Generate position-independent code for executables if possible (small mode).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 462, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_pie), 0, CLVC_EQUAL, 1 }, { "-fplan9-extensions", "Enable Plan 9 language extensions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 855, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_plan9_extensions), 0, CLVC_BOOLEAN, 0 }, { "-fplt", "Use PLT for PIC calls (-fno-plt: load the address from GOT at call site).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 856, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_plt), 0, CLVC_BOOLEAN, 0 }, { "-fplugin-arg-", "-fplugin-arg--[=] Specify argument = for plugin .", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_common_deferred_options), 0, CLVC_DEFER, 0 }, { "-fplugin=", "Specify a plugin to load.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_common_deferred_options), 0, CLVC_DEFER, 0 }, { "-fpost-ipa-mem-report", "Report on memory allocation before interprocedural optimization.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 859, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_post_ipa_mem_report), 0, CLVC_BOOLEAN, 0 }, { "-fpre-ipa-mem-report", "Report on memory allocation before interprocedural optimization.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 860, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_pre_ipa_mem_report), 0, CLVC_BOOLEAN, 0 }, { "-fpredictive-commoning", "Run predictive commoning optimization.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 861, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_predictive_commoning), 0, CLVC_BOOLEAN, 0 }, { "-fprefetch-loop-arrays", "Generate prefetch instructions, if available, for arrays in loops.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 862, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_prefetch_loop_arrays), 0, CLVC_BOOLEAN, 0 }, { "-fpreprocessed", "Treat the input file as already preprocessed.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 863, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fpretty-templates", "-fno-pretty-templates Do not pretty-print template specializations as the template signature followed by the arguments.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 864, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_pretty_templates), 0, CLVC_BOOLEAN, 0 }, { "-fprintf-return-value", "Treat known sprintf return values as constants.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 865, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_printf_return_value), 0, CLVC_BOOLEAN, 0 }, { "-fprofile", "Enable basic program profiling code.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 866, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_profile_flag), 0, CLVC_BOOLEAN, 0 }, { "-fprofile-arcs", "Insert arc-based program profiling code.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 867, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_profile_arc_flag), 0, CLVC_BOOLEAN, 0 }, { "-fprofile-correction", "Enable correction of flow inconsistent profile data input.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 868, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_profile_correction), 0, CLVC_BOOLEAN, 0 }, { "-fprofile-dir=", "Set the top-level directory for storing the profile data. The default is 'pwd'.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_profile_data_prefix), 0, CLVC_STRING, 0 }, { "-fprofile-generate", "Enable common options for generating profile info for profile feedback directed optimizations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 870, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fprofile-generate=", "Enable common options for generating profile info for profile feedback directed optimizations, and set -fprofile-dir=.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-fprofile-reorder-functions", "Enable function reordering that improves code placement.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 26, 872, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_profile_reorder_functions), 0, CLVC_BOOLEAN, 0 }, { "-fprofile-report", "Report on consistency of profile.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 873, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_profile_report), 0, CLVC_BOOLEAN, 0 }, { "-fprofile-update=", "-fprofile-update=[single|atomic|prefer-atomic] Set the profile update method.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_profile_update), 24, CLVC_ENUM, 0 }, { "-fprofile-use", "Enable common options for performing profile feedback directed optimizations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 875, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_profile_use), 0, CLVC_BOOLEAN, 0 }, { "-fprofile-use=", "Enable common options for performing profile feedback directed optimizations, and set -fprofile-dir=.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-fprofile-values", "Insert code to profile values of expressions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 877, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_profile_values), 0, CLVC_BOOLEAN, 0 }, { "-fprotect-parens", "Protect parentheses in expressions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 878, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_protect_parens), 0, CLVC_BOOLEAN, 0 }, { "-frandom-seed", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 879, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_common_deferred_options), 0, CLVC_DEFER, 0 }, { "-frandom-seed=", "-frandom-seed= Make compile reproducible using .", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_common_deferred_options), 0, CLVC_DEFER, 0 }, { "-frange-check", "Enable range checking during compilation.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 881, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_range_check), 0, CLVC_BOOLEAN, 0 }, { "-freal-4-real-10", "Interpret any REAL(4) as a REAL(10).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_real4_kind), 0, CLVC_EQUAL, 10 }, { "-freal-4-real-16", "Interpret any REAL(4) as a REAL(16).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_real4_kind), 0, CLVC_EQUAL, 16 }, { "-freal-4-real-8", "Interpret any REAL(4) as a REAL(8).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_real4_kind), 0, CLVC_EQUAL, 8 }, { "-freal-8-real-10", "Interpret any REAL(8) as a REAL(10).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_real8_kind), 0, CLVC_EQUAL, 10 }, { "-freal-8-real-16", "Interpret any REAL(8) as a REAL(16).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_real8_kind), 0, CLVC_EQUAL, 16 }, { "-freal-8-real-4", "Interpret any REAL(8) as a REAL(4).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_real8_kind), 0, CLVC_EQUAL, 4 }, { "-frealloc-lhs", "Reallocate the LHS in assignments.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 888, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_realloc_lhs), 0, CLVC_BOOLEAN, 0 }, { "-freciprocal-math", "Same as -fassociative-math for expressions which include division.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 889, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_reciprocal_math), 0, CLVC_BOOLEAN, 0 }, { "-frecord-gcc-switches", "Record gcc command line switches in the object file.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 890, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_record_gcc_switches), 0, CLVC_BOOLEAN, 0 }, { "-frecord-marker=4", "Use a 4-byte record marker for unformatted files.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_record_marker), 0, CLVC_EQUAL, 4 }, { "-frecord-marker=8", "Use an 8-byte record marker for unformatted files.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_record_marker), 0, CLVC_EQUAL, 8 }, { "-frecursive", "Allocate local variables on the stack to allow indirect recursion.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 893, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_recursive), 0, CLVC_BOOLEAN, 0 }, { "-free", "Turn on Redundant Extensions Elimination pass.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 894, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ree), 0, CLVC_BOOLEAN, 0 }, { "-freg-struct-return", "Return small aggregates in registers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 895, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_pcc_struct_return), 0, CLVC_EQUAL, 0 }, { "-fregmove", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 8, 896, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-frename-registers", "Perform a register renaming optimization pass.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 897, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_rename_registers), 0, CLVC_BOOLEAN, 0 }, { "-freorder-blocks", "Reorder basic blocks to improve code placement.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 898, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_reorder_blocks), 0, CLVC_BOOLEAN, 0 }, { "-freorder-blocks-algorithm=", "-freorder-blocks-algorithm=[simple|stc] Set the used basic block reordering algorithm.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 26, -1, CL_COMMON | CL_JOINED | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_reorder_blocks_algorithm), 25, CLVC_ENUM, 0 }, { "-freorder-blocks-and-partition", "Reorder basic blocks and partition into hot and cold sections.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 29, 900, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_reorder_blocks_and_partition), 0, CLVC_BOOLEAN, 0 }, { "-freorder-functions", "Reorder functions to improve code placement.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 901, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_reorder_functions), 0, CLVC_BOOLEAN, 0 }, { "-frepack-arrays", "Copy array sections into a contiguous block on procedure entry.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 902, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_repack_arrays), 0, CLVC_BOOLEAN, 0 }, { "-freplace-objc-classes", "Used in Fix-and-Continue mode to indicate that object files may be swapped in at runtime.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 903, CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_replace_objc_classes), 0, CLVC_BOOLEAN, 0 }, { "-frepo", "Enable automatic template instantiation.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, 904, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-freport-bug", "Collect and dump debug information into temporary file if ICE in C/C++ compiler occurred.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 905, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_report_bug), 0, CLVC_BOOLEAN, 0 }, { "-frequire-return-statement", "Functions which return values must end with return statements.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 25, 906, CL_Go | CL_WARNING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_go_require_return_statement), 0, CLVC_BOOLEAN, 0 }, { "-frerun-cse-after-loop", "Add a common subexpression elimination pass after loop optimizations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 907, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_rerun_cse_after_loop), 0, CLVC_BOOLEAN, 0 }, { "-frerun-loop-opt", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 15, 908, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-freschedule-modulo-scheduled-loops", "Enable/Disable the traditional scheduling in loops that already passed modulo scheduling.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 34, 909, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_resched_modulo_sched), 0, CLVC_BOOLEAN, 0 }, { "-fresolution=", "The resolution file.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 910, CL_LTO | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-frounding-math", "Disable optimizations that assume default FP rounding behavior.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 911, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_rounding_math), 0, CLVC_BOOLEAN, 0 }, { "-frtti", "Generate run time type descriptor information.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, 912, CL_CXX | CL_ObjCXX | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_rtti), 0, CLVC_BOOLEAN, 0 }, { "-fsanitize-address-use-after-scope", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 33, 913, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_sanitize_address_use_after_scope), 0, CLVC_BOOLEAN, 0 }, { "-fsanitize-coverage=trace-pc", "Enable coverage-guided fuzzing code instrumentation. Inserts call to __sanitizer_cov_trace_pc into every basic block.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 27, 914, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_sanitize_coverage), 0, CLVC_BOOLEAN, 0 }, { "-fsanitize-recover", "This switch is deprecated; use -fsanitize-recover= instead.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 915, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, -1, 0, CLVC_BOOLEAN, 0 }, { "-fsanitize-recover=", "After diagnosing undefined behavior attempt to continue execution.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 916, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, -1, 0, CLVC_STRING, 0 }, { "-fsanitize-sections=", "-fsanitize-sections= Sanitize global variables in user-defined sections.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_common_deferred_options), 0, CLVC_DEFER, 0 }, { "-fsanitize-undefined-trap-on-error", "Use trap instead of a library function for undefined behavior sanitization.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 33, 918, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_sanitize_undefined_trap_on_error), 0, CLVC_BOOLEAN, 0 }, { "-fsanitize=", "Select what to sanitize.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 919, CL_COMMON | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, -1, 0, CLVC_STRING, 0 }, { "-fsched-critical-path-heuristic", "Enable the critical path heuristic in the scheduler.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 30, 920, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_sched_critical_path_heuristic), 0, CLVC_BOOLEAN, 0 }, { "-fsched-dep-count-heuristic", "Enable the dependent count heuristic in the scheduler.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 26, 921, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_sched_dep_count_heuristic), 0, CLVC_BOOLEAN, 0 }, { "-fsched-group-heuristic", "Enable the group heuristic in the scheduler.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, 922, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_sched_group_heuristic), 0, CLVC_BOOLEAN, 0 }, { "-fsched-interblock", "Enable scheduling across basic blocks.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 923, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_schedule_interblock), 0, CLVC_BOOLEAN, 0 }, { "-fsched-last-insn-heuristic", "Enable the last instruction heuristic in the scheduler.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 26, 924, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_sched_last_insn_heuristic), 0, CLVC_BOOLEAN, 0 }, { "-fsched-pressure", "Enable register pressure sensitive insn scheduling.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 925, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_sched_pressure), 0, CLVC_BOOLEAN, 0 }, { "-fsched-rank-heuristic", "Enable the rank heuristic in the scheduler.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 926, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_sched_rank_heuristic), 0, CLVC_BOOLEAN, 0 }, { "-fsched-spec", "Allow speculative motion of non-loads.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 927, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_schedule_speculative), 0, CLVC_BOOLEAN, 0 }, { "-fsched-spec-insn-heuristic", "Enable the speculative instruction heuristic in the scheduler.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 26, 928, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_sched_spec_insn_heuristic), 0, CLVC_BOOLEAN, 0 }, { "-fsched-spec-load", "Allow speculative motion of some loads.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 929, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_schedule_speculative_load), 0, CLVC_BOOLEAN, 0 }, { "-fsched-spec-load-dangerous", "Allow speculative motion of more loads.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 26, 930, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_schedule_speculative_load_dangerous), 0, CLVC_BOOLEAN, 0 }, { "-fsched-stalled-insns", "Allow premature scheduling of queued insns.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 931, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* UInteger */, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_sched_stalled_insns), 0, CLVC_BOOLEAN, 0 }, { "-fsched-stalled-insns-dep", "Set dependence distance checking in premature scheduling of queued insns.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 24, 932, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* UInteger */, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_sched_stalled_insns_dep), 0, CLVC_EQUAL, 1 }, { "-fsched-stalled-insns-dep=", "-fsched-stalled-insns-dep= Set dependence distance checking in premature scheduling of queued insns.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 25, -1, CL_COMMON | CL_JOINED | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fsched-stalled-insns=", "-fsched-stalled-insns= Set number of queued insns that can be prematurely scheduled.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, -1, CL_COMMON | CL_JOINED | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fsched-verbose=", "-fsched-verbose= Set the verbosity level of the scheduler.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_sched_verbose_param), 0, CLVC_BOOLEAN, 0 }, { "-fsched2-use-superblocks", "If scheduling post reload, do superblock scheduling.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 936, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_sched2_use_superblocks), 0, CLVC_BOOLEAN, 0 }, { "-fsched2-use-traces", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 18, 937, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fschedule-fusion", "Perform a target dependent instruction fusion optimization pass.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 938, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_schedule_fusion), 0, CLVC_BOOLEAN, 0 }, { "-fschedule-insns", "Reschedule instructions before register allocation.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 939, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_schedule_insns), 0, CLVC_BOOLEAN, 0 }, { "-fschedule-insns2", "Reschedule instructions after register allocation.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 940, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_schedule_insns_after_reload), 0, CLVC_BOOLEAN, 0 }, { "-fsecond-underscore", "Append a second underscore if the name already contains an underscore.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 941, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_second_underscore), 0, CLVC_BOOLEAN, 0 }, { "-fsection-anchors", "Access data in the same section from shared anchor points.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 942, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_section_anchors), 0, CLVC_BOOLEAN, 0 }, { "-fsee", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 4, 943, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fsel-sched-pipelining", "Perform software pipelining of inner loops during selective scheduling.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 944, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_sel_sched_pipelining), 0, CLVC_BOOLEAN, 0 }, { "-fsel-sched-pipelining-outer-loops", "Perform software pipelining of outer loops during selective scheduling.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 33, 945, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_sel_sched_pipelining_outer_loops), 0, CLVC_BOOLEAN, 0 }, { "-fsel-sched-reschedule-pipelined", "Reschedule pipelined regions without pipelining.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 31, 946, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_sel_sched_reschedule_pipelined), 0, CLVC_BOOLEAN, 0 }, { "-fselective-scheduling", "Schedule instructions using selective scheduling algorithm.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 947, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_selective_scheduling), 0, CLVC_BOOLEAN, 0 }, { "-fselective-scheduling2", "Run selective scheduling after reload.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, 948, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_selective_scheduling2), 0, CLVC_BOOLEAN, 0 }, { "-fself-test=", "Run self-tests, using the given path to locate test files.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 949, CL_COMMON | CL_JOINED | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_self_test), 0, CLVC_STRING, 0 }, { "-fsemantic-interposition", "Allow interposing function (or variables) by ones with different semantics (or initializer) respectively by dynamic linker.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 950, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_semantic_interposition), 0, CLVC_BOOLEAN, 0 }, { "-fshort-enums", "Use the narrowest integer type possible for enumeration types.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 951, CL_Ada | CL_AdaSCIL | CL_AdaWhy | CL_C | CL_CXX | CL_Fortran | CL_LTO | CL_ObjC | CL_ObjCXX | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_short_enums), 0, CLVC_BOOLEAN, 0 }, { "-fshort-wchar", "Force the underlying type for \"wchar_t\" to be \"unsigned short\".", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 952, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_short_wchar), 0, CLVC_BOOLEAN, 0 }, { "-fshow-column", "Show column numbers in diagnostics, when available. Default on.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 953, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_show_column), 0, CLVC_BOOLEAN, 0 }, { "-fshrink-wrap", "Emit function prologues only before parts of the function that need it, rather than at the top of the function.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 954, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_shrink_wrap), 0, CLVC_BOOLEAN, 0 }, { "-fshrink-wrap-separate", "Shrink-wrap parts of the prologue and epilogue separately.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 955, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_shrink_wrap_separate), 0, CLVC_BOOLEAN, 0 }, { "-fsign-zero", "Apply negative sign to zero values.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 956, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_sign_zero), 0, CLVC_BOOLEAN, 0 }, { "-fsignaling-nans", "Disable optimizations observable by IEEE signaling NaNs.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 957, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_signaling_nans), 0, CLVC_BOOLEAN, 0 }, { "-fsigned-bitfields", "When \"signed\" or \"unsigned\" is not given make the bitfield signed.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 958, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_signed_bitfields), 0, CLVC_BOOLEAN, 0 }, { "-fsigned-char", "Make \"char\" signed by default.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 959, CL_Ada | CL_AdaSCIL | CL_AdaWhy | CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_signed_char), 0, CLVC_BOOLEAN, 0 }, { "-fsigned-zeros", "Disable floating point optimizations that ignore the IEEE signedness of zero.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 960, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_signed_zeros), 0, CLVC_BOOLEAN, 0 }, { "-fsimd-cost-model=", "-fsimd-cost-model=[unlimited|dynamic|cheap] Specifies the vectorization cost model for code marked with a simd directive.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, -1, CL_COMMON | CL_JOINED | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_simd_cost_model), 31, CLVC_ENUM, 0 }, { "-fsingle-precision-constant", "Convert floating point constants to single precision constants.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 26, 962, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_single_precision_constant), 0, CLVC_BOOLEAN, 0 }, { "-fsized-deallocation", "Enable C++14 sized deallocation support.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 963, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_sized_deallocation), 0, CLVC_BOOLEAN, 0 }, { "-fsplit-ivs-in-unroller", "Split lifetimes of induction variables when loops are unrolled.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, 964, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_split_ivs_in_unroller), 0, CLVC_BOOLEAN, 0 }, { "-fsplit-loops", "Perform loop splitting.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 965, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_split_loops), 0, CLVC_BOOLEAN, 0 }, { "-fsplit-paths", "Split paths leading to loop backedges.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 966, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_split_paths), 0, CLVC_BOOLEAN, 0 }, { "-fsplit-stack", "Generate discontiguous stack frames.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 967, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_split_stack), 0, CLVC_BOOLEAN, 0 }, { "-fsplit-wide-types", "Split wide types into independent registers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 968, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_split_wide_types), 0, CLVC_BOOLEAN, 0 }, { "-fsquangle", 0, 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 9, 969, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fssa-backprop", "Enable backward propagation of use properties at the SSA level.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 970, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ssa_backprop), 0, CLVC_BOOLEAN, 0 }, { "-fssa-phiopt", "Optimize conditional patterns using SSA PHI nodes.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 971, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_ssa_phiopt), 0, CLVC_BOOLEAN, 0 }, { "-fsso-struct=", "-fsso-struct=[big-endian|little-endian|native] Set the default scalar storage order.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, -1, CL_C | CL_ObjC | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_default_sso), 26, CLVC_ENUM, 0 }, { "-fstack-arrays", "Put all local arrays on stack.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 973, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_stack_arrays), 0, CLVC_BOOLEAN, 0 }, { "-fstack-check", "Insert stack checking code into the program. Same as -fstack-check=specific.", 0, 0, "specific", "no", OPT_fstack_check_, N_OPTS, 12, 974, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fstack-check=", "-fstack-check=[no|generic|specific] Insert stack checking code into the program.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, -1, 0, CLVC_STRING, 0 }, { "-fstack-limit", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 976, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_common_deferred_options), 0, CLVC_DEFER, 0 }, { "-fstack-limit-register=", "-fstack-limit-register= Trap if the stack goes past .", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_common_deferred_options), 0, CLVC_DEFER, 0 }, { "-fstack-limit-symbol=", "-fstack-limit-symbol= Trap if the stack goes past symbol .", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_common_deferred_options), 0, CLVC_DEFER, 0 }, { "-fstack-protector", "Use propolice as a stack protection method.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 979, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_stack_protect), 0, CLVC_EQUAL, 1 }, { "-fstack-protector-all", "Use a stack protection method for every function.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, -1, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_stack_protect), 0, CLVC_EQUAL, 2 }, { "-fstack-protector-explicit", "Use stack protection method only for functions with the stack_protect attribute.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 25, -1, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_stack_protect), 0, CLVC_EQUAL, 4 }, { "-fstack-protector-strong", "Use a smart stack protection method for certain functions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, -1, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_stack_protect), 0, CLVC_EQUAL, 3 }, { "-fstack-reuse=", "-fstack-reuse=[all|named_vars|none] Set stack reuse level for local variables.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_COMMON | CL_JOINED | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_stack_reuse), 27, CLVC_ENUM, 0 }, { "-fstack-usage", "Output stack usage information on a per-function basis.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, -1, CL_COMMON, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_stack_usage), 0, CLVC_BOOLEAN, 0 }, { "-fstats", "Display statistics accumulated during compilation.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, 985, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_detailed_statistics), 0, CLVC_BOOLEAN, 0 }, { "-fstdarg-opt", "Optimize amount of stdarg registers saved to stack at start of function.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 986, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_stdarg_opt), 0, CLVC_BOOLEAN, 0 }, { "-fstore-merging", "Merge adjacent stores.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 987, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_store_merging), 0, CLVC_BOOLEAN, 0 }, { "-fstrength-reduce", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 16, 988, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fstrict-aliasing", "Assume strict aliasing rules apply.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 989, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_strict_aliasing), 0, CLVC_BOOLEAN, 0 }, { "-fstrict-enums", "Assume that values of enumeration type are always within the minimum range of that type.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 990, CL_CXX | CL_ObjCXX | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_strict_enums), 0, CLVC_BOOLEAN, 0 }, { "-fstrict-overflow", "Treat signed overflow as undefined.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 991, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_strict_overflow), 0, CLVC_BOOLEAN, 0 }, { "-fstrict-prototype", 0, 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 17, 992, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fstrict-volatile-bitfields", "Force bitfield accesses to match their type width.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 26, 993, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_strict_volatile_bitfields), 0, CLVC_BOOLEAN, 0 }, { "-fstrong-eval-order", "Follow the C++17 evaluation order requirements for assignment expressions, shift, member function calls, etc.", 0, 0, "all", "none", OPT_fstrong_eval_order_, N_OPTS, 18, 994, CL_CXX | CL_ObjCXX | CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fstrong-eval-order=", "Follow the C++17 evaluation order requirements for assignment expressions, shift, member function calls, etc.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, -1, CL_CXX | CL_ObjCXX | CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_strong_eval_order), 28, CLVC_ENUM, 0 }, { "-fsync-libcalls", "Implement __atomic operations via libcalls to legacy __sync functions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 996, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_sync_libcalls), 0, CLVC_BOOLEAN, 0 }, { "-fsyntax-only", "Check for syntax errors, then stop.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 997, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_syntax_only), 0, CLVC_BOOLEAN, 0 }, { "-ftabstop=", "-ftabstop= Distance between tab stops for column reporting.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-ftail-call-workaround", 0, 0, 0, "1", "0", OPT_ftail_call_workaround_, N_OPTS, 21, 999, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-ftail-call-workaround=", "Disallow tail call optimization when a calling routine may have omitted character lengths.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, -1, CL_Fortran | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_flag_tail_call_workaround), 0, CLVC_BOOLEAN, 0 }, { "-ftarget-help", 0, 0, 0, NULL, NULL, OPT__target_help, N_OPTS, 12, 1001, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-ftemplate-backtrace-limit=", "Set the maximum number of template instantiation notes for a single warning or error.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 26, -1, CL_CXX | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_template_backtrace_limit), 0, CLVC_BOOLEAN, 0 }, { "-ftemplate-depth-", 0, 0, 0, NULL, NULL, OPT_ftemplate_depth_, N_OPTS, 16, -1, CL_CXX | CL_ObjCXX | CL_JOINED | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-ftemplate-depth=", "-ftemplate-depth= Specify maximum template instantiation depth.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, -1, CL_CXX | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-ftest-coverage", "Create data files needed by \"gcov\".", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 1005, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_test_coverage), 0, CLVC_BOOLEAN, 0 }, { "-ftest-forall-temp", "Force creation of temporary to test infrequently-executed forall code.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 1006, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_test_forall_temp), 0, CLVC_BOOLEAN, 0 }, { "-fthis-is-variable", 0, 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 17, 1007, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fthread-jumps", "Perform jump threading optimizations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 1008, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_thread_jumps), 0, CLVC_BOOLEAN, 0 }, { "-fthreadsafe-statics", "-fno-threadsafe-statics Do not generate thread-safe code for initializing local statics.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 1009, CL_CXX | CL_ObjCXX | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_threadsafe_statics), 0, CLVC_BOOLEAN, 0 }, { "-ftime-report", "Report the time taken by each compiler pass.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 1010, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_time_report), 0, CLVC_BOOLEAN, 0 }, { "-ftime-report-details", "Record times taken by sub-phases separately.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 1011, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_time_report_details), 0, CLVC_BOOLEAN, 0 }, { "-ftls-model=", "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec] Set the default thread-local storage code generation model.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_tls_default), 30, CLVC_ENUM, 0 }, { "-ftoplevel-reorder", "Reorder top level functions, variables, and asms.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 1013, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_toplevel_reorder), 0, CLVC_BOOLEAN, 0 }, { "-ftracer", "Perform superblock formation via tail duplication.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 1014, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tracer), 0, CLVC_BOOLEAN, 0 }, { "-ftrack-macro-expansion", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 1 /* JoinedOrMissing */, 1 /* UInteger */, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-ftrack-macro-expansion=", "-ftrack-macro-expansion=<0|1|2> Track locations of tokens coming from macro expansion and display them in error messages.", 0, 0, NULL, NULL, N_OPTS, OPT_ftrack_macro_expansion, 23, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 1 /* JoinedOrMissing */, 1 /* UInteger */, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-ftrampolines", "For targets that normally need trampolines for nested functions, always generate them instead of using descriptors.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 1017, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_trampolines), 0, CLVC_BOOLEAN, 0 }, { "-ftrapping-math", "Assume floating-point operations can trap.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 1018, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_trapping_math), 0, CLVC_BOOLEAN, 0 }, { "-ftrapv", "Trap for signed overflow in addition, subtraction and multiplication.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, 1019, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_trapv), 0, CLVC_BOOLEAN, 0 }, { "-ftree-bit-ccp", "Enable SSA-BIT-CCP optimization on trees.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 1020, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_bit_ccp), 0, CLVC_BOOLEAN, 0 }, { "-ftree-builtin-call-dce", "Enable conditional dead code elimination for builtin calls.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, 1021, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_builtin_call_dce), 0, CLVC_BOOLEAN, 0 }, { "-ftree-ccp", "Enable SSA-CCP optimization on trees.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 1022, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_ccp), 0, CLVC_BOOLEAN, 0 }, { "-ftree-ch", "Enable loop header copying on trees.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 1023, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_ch), 0, CLVC_BOOLEAN, 0 }, { "-ftree-coalesce-inlined-vars", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 27, -1, CL_COMMON, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-ftree-coalesce-vars", "Enable SSA coalescing of user variables.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 1025, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_coalesce_vars), 0, CLVC_BOOLEAN, 0 }, { "-ftree-copy-prop", "Enable copy propagation on trees.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 1026, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_copy_prop), 0, CLVC_BOOLEAN, 0 }, { "-ftree-copyrename", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 16, 1027, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-ftree-cselim", "Transform condition stores into unconditional ones.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 1028, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_cselim), 0, CLVC_BOOLEAN, 0 }, { "-ftree-dce", "Enable SSA dead code elimination optimization on trees.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 1029, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_dce), 0, CLVC_BOOLEAN, 0 }, { "-ftree-dominator-opts", "Enable dominator optimizations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 1030, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_dom), 0, CLVC_BOOLEAN, 0 }, { "-ftree-dse", "Enable dead store elimination.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 1031, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_dse), 0, CLVC_BOOLEAN, 0 }, { "-ftree-forwprop", "Enable forward propagation on trees.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 1032, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_forwprop), 0, CLVC_BOOLEAN, 0 }, { "-ftree-fre", "Enable Full Redundancy Elimination (FRE) on trees.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 1033, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_fre), 0, CLVC_BOOLEAN, 0 }, { "-ftree-loop-distribute-patterns", "Enable loop distribution for patterns transformed into a library call.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 30, 1034, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_loop_distribute_patterns), 0, CLVC_BOOLEAN, 0 }, { "-ftree-loop-distribution", "Enable loop distribution on trees.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 1035, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_loop_distribution), 0, CLVC_BOOLEAN, 0 }, { "-ftree-loop-if-convert", "Convert conditional jumps in innermost loops to branchless equivalents.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 1036, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_loop_if_convert), 0, CLVC_BOOLEAN, 0 }, { "-ftree-loop-if-convert-stores", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 28, 1037, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-ftree-loop-im", "Enable loop invariant motion on trees.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 1038, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_loop_im), 0, CLVC_BOOLEAN, 0 }, { "-ftree-loop-ivcanon", "Create canonical induction variables in loops.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 1039, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_loop_ivcanon), 0, CLVC_BOOLEAN, 0 }, { "-ftree-loop-linear", "Enable loop nest transforms. Same as -floop-nest-optimize.", 0, 0, NULL, NULL, OPT_floop_nest_optimize, N_OPTS, 17, 1040, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-ftree-loop-optimize", "Enable loop optimizations on tree level.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 1041, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_loop_optimize), 0, CLVC_BOOLEAN, 0 }, { "-ftree-loop-vectorize", "Enable loop vectorization on trees.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 1042, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_loop_vectorize), 0, CLVC_BOOLEAN, 0 }, { "-ftree-lrs", "Perform live range splitting during the SSA->normal pass.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 1043, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_live_range_split), 0, CLVC_BOOLEAN, 0 }, { "-ftree-parallelize-loops=", "-ftree-parallelize-loops= Enable automatic parallelization of loops.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 24, -1, CL_COMMON | CL_JOINED | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_parallelize_loops), 0, CLVC_BOOLEAN, 0 }, { "-ftree-partial-pre", "In SSA-PRE optimization on trees, enable partial-partial redundancy elimination.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 1045, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_partial_pre), 0, CLVC_BOOLEAN, 0 }, { "-ftree-phiprop", "Enable hoisting loads from conditional pointers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 1046, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_phiprop), 0, CLVC_BOOLEAN, 0 }, { "-ftree-pre", "Enable SSA-PRE optimization on trees.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 1047, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_pre), 0, CLVC_BOOLEAN, 0 }, { "-ftree-pta", "Perform function-local points-to analysis on trees.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 1048, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_pta), 0, CLVC_BOOLEAN, 0 }, { "-ftree-reassoc", "Enable reassociation on tree level.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 1049, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_reassoc), 0, CLVC_BOOLEAN, 0 }, { "-ftree-salias", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 12, 1050, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-ftree-scev-cprop", "Enable copy propagation of scalar-evolution information.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 1051, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_scev_cprop), 0, CLVC_BOOLEAN, 0 }, { "-ftree-sink", "Enable SSA code sinking on trees.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 1052, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_sink), 0, CLVC_BOOLEAN, 0 }, { "-ftree-slp-vectorize", "Enable basic block vectorization (SLP) on trees.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 1053, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_slp_vectorize), 0, CLVC_BOOLEAN, 0 }, { "-ftree-slsr", "Perform straight-line strength reduction.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 1054, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_slsr), 0, CLVC_BOOLEAN, 0 }, { "-ftree-sra", "Perform scalar replacement of aggregates.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 1055, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_sra), 0, CLVC_BOOLEAN, 0 }, { "-ftree-store-ccp", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 15, 1056, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-ftree-store-copy-prop", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 21, 1057, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-ftree-switch-conversion", "Perform conversions of switch initializations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 1058, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_switch_conversion), 0, CLVC_BOOLEAN, 0 }, { "-ftree-tail-merge", "Enable tail merging on trees.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 1059, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_tail_merge), 0, CLVC_BOOLEAN, 0 }, { "-ftree-ter", "Replace temporary expressions in the SSA->normal pass.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 1060, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_ter), 0, CLVC_BOOLEAN, 0 }, { "-ftree-vect-loop-version", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 23, 1061, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-ftree-vectorize", "Enable vectorization on trees.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 1062, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_vectorize), 0, CLVC_BOOLEAN, 0 }, { "-ftree-vectorizer-verbose=", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 25, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-ftree-vrp", "Perform Value Range Propagation on trees.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 1064, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_tree_vrp), 0, CLVC_BOOLEAN, 0 }, { "-funconstrained-commons", "Assume common declarations may be overridden with ones with a larger trailing array.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, 1065, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_unconstrained_commons), 0, CLVC_BOOLEAN, 0 }, { "-funderscoring", "Append underscores to externally visible names.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 1066, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_underscoring), 0, CLVC_BOOLEAN, 0 }, { "-funit-at-a-time", "Compile whole compilation unit at a time.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 1067, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_unit_at_a_time), 0, CLVC_BOOLEAN, 0 }, { "-funroll-all-loops", "Perform loop unrolling for all loops.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 1068, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_unroll_all_loops), 0, CLVC_BOOLEAN, 0 }, { "-funroll-loops", "Perform loop unrolling when iteration count is known.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 1069, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_unroll_loops), 0, CLVC_BOOLEAN, 0 }, { "-funsafe-loop-optimizations", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 26, 1070, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-funsafe-math-optimizations", "Allow math optimizations that may violate IEEE or ISO standards.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 26, 1071, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_unsafe_math_optimizations), 0, CLVC_BOOLEAN, 0 }, { "-funsigned-bitfields", "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, 1072, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_signed_bitfields), 0, CLVC_EQUAL, 0 }, { "-funsigned-char", "Make \"char\" unsigned by default.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 1073, CL_C | CL_CXX | CL_LTO | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_signed_char), 0, CLVC_EQUAL, 0 }, { "-funswitch-loops", "Perform loop unswitching.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 1074, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_unswitch_loops), 0, CLVC_BOOLEAN, 0 }, { "-funwind-tables", "Just generate unwind tables for exception handling.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 1075, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_unwind_tables), 0, CLVC_BOOLEAN, 0 }, { "-fuse-cxa-atexit", "Use __cxa_atexit to register destructors.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, 1076, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_use_cxa_atexit), 0, CLVC_BOOLEAN, 0 }, { "-fuse-cxa-get-exception-ptr", "Use __cxa_get_exception_ptr in exception handling.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 26, 1077, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_use_cxa_get_exception_ptr), 0, CLVC_BOOLEAN, 0 }, { "-fuse-ld=bfd", "Use the bfd linker instead of the default linker.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 1079, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fuse-ld=gold", "Use the gold linker instead of the default linker.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 1078, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fuse-linker-plugin", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 1080, CL_COMMON | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_use_linker_plugin), 0, CLVC_BOOLEAN, 0 }, { "-fvar-tracking", "Perform variable tracking.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 1081, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_var_tracking), 0, CLVC_BOOLEAN, 0 }, { "-fvar-tracking-assignments", "Perform variable tracking by annotating assignments.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 25, 1082, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_var_tracking_assignments), 0, CLVC_BOOLEAN, 0 }, { "-fvar-tracking-assignments-toggle", "Toggle -fvar-tracking-assignments.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 32, 1083, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_var_tracking_assignments_toggle), 0, CLVC_BOOLEAN, 0 }, { "-fvar-tracking-uninit", "Perform variable tracking and also tag variables that are uninitialized.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 1084, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_var_tracking_uninit), 0, CLVC_BOOLEAN, 0 }, { "-fvariable-expansion-in-unroller", "Apply variable expansion when loops are unrolled.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 31, 1085, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_variable_expansion_in_unroller), 0, CLVC_BOOLEAN, 0 }, { "-fvect-cost-model", "Enables the dynamic vectorizer cost model. Preserved for backward compatibility.", 0, 0, "dynamic", "unlimited", OPT_fvect_cost_model_, N_OPTS, 16, 1086, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fvect-cost-model=", "Specifies the cost model for vectorization. -fvect-cost-model=[unlimited|dynamic|cheap] Specifies the cost model for vectorization.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, -1, CL_COMMON | CL_JOINED | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_vect_cost_model), 31, CLVC_ENUM, 0 }, { "-fverbose-asm", "Add extra commentary to assembler output.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 1088, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_verbose_asm), 0, CLVC_BOOLEAN, 0 }, { "-fversion", 0, 0, 0, NULL, NULL, OPT__version, N_OPTS, 8, 1089, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fvisibility-inlines-hidden", "Marks all inlined functions and methods as having hidden visibility.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 26, 1090, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fvisibility-ms-compat", "Changes visibility to match Microsoft Visual Studio by default.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 1091, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_visibility_ms_compat), 0, CLVC_BOOLEAN, 0 }, { "-fvisibility=", "-fvisibility=[default|internal|hidden|protected] Set the default symbol visibility.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_default_visibility), 29, CLVC_ENUM, 0 }, { "-fvpt", "Use expression value profiles in optimizations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 1093, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_value_profile_transformations), 0, CLVC_BOOLEAN, 0 }, { "-fvtable-gc", "No longer supported.", 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 10, 1094, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fvtable-thunks", "No longer supported.", 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 14, 1095, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fvtable-verify=", "Validate vtable pointers before using them.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_vtable_verify), 32, CLVC_ENUM, 0 }, { "-fvtv-counts", "Output vtable verification counters.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 1097, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_vtv_counts), 0, CLVC_BOOLEAN, 0 }, { "-fvtv-debug", "Output vtable verification pointer sets information.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 1098, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_vtv_debug), 0, CLVC_BOOLEAN, 0 }, { "-fweak", "Emit common-like symbols as weak symbols.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, 1099, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_weak), 0, CLVC_BOOLEAN, 0 }, { "-fweb", "Construct webs and split unrelated uses of single variable.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 1100, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_web), 0, CLVC_BOOLEAN, 0 }, { "-fwhole-file", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 11, 1101, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fwhole-program", "Perform whole program optimizations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 1102, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_whole_program), 0, CLVC_BOOLEAN, 0 }, { "-fwide-exec-charset=", "-fwide-exec-charset= Convert all wide strings and character constants to character set .", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 19, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-fworking-directory", "Generate a #line directive pointing at the current working directory.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 1104, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_working_directory), 0, CLVC_BOOLEAN, 0 }, { "-fwpa", "Run the link-time optimizer in whole program analysis (WPA) mode.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 1105, CL_LTO | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, -1, 0, CLVC_BOOLEAN, 0 }, { "-fwpa=", "Whole program analysis (WPA) mode with number of parallel jobs specified.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, -1, CL_LTO | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_wpa), 0, CLVC_STRING, 0 }, { "-fwrapv", "Assume signed arithmetic overflow wraps around.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, 1107, CL_COMMON | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_wrapv), 0, CLVC_BOOLEAN, 0 }, { "-fxref", "No longer supported.", 0, "switch %qs is no longer supported", NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 5, 1108, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fzee", "Does nothing. Preserved for backward compatibility.", 0, 0, NULL, NULL, OPT_SPECIAL_ignore, N_OPTS, 4, 1109, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-fzero-initialized-in-bss", "Put zero initialized data in the bss section.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 24, 1110, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_zero_initialized_in_bss), 0, CLVC_BOOLEAN, 0 }, { "-fzero-link", "Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 1111, CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_zero_link), 0, CLVC_BOOLEAN, 0 }, { "-g", "Generate debug information in default format.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_COMMON | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-gant", "Catch typos.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 4, -1, CL_Ada | CL_AdaSCIL | CL_AdaWhy | CL_DRIVER | CL_JOINED | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-gcoff", "Generate debug information in COFF format.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 5, 1116, CL_COMMON | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-gcolumn-info", "Record DW_AT_decl_column and DW_AT_call_column in DWARF.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 12, -1, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_debug_column_info), 0, CLVC_EQUAL, 1 }, { "-gdwarf", "Generate debug information in default version of DWARF format.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 6, 1117, CL_COMMON | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-gdwarf-", "Generate debug information in DWARF v2 (or later) format.", 0, 0, NULL, NULL, N_OPTS, OPT_gdwarf, 7, 1131, CL_COMMON | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_dwarf_version), 0, CLVC_BOOLEAN, 0 }, { "-gen-decls", "Dump declarations to a .decl file.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 9, -1, CL_ObjC | CL_ObjCXX | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_gen_declaration), 0, CLVC_BOOLEAN, 0 }, { "-ggdb", "Generate debug information in default extended format.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 4, -1, CL_COMMON | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-ggnu-pubnames", "Generate DWARF pubnames and pubtypes sections with GNU extensions.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 13, 1124, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_debug_generate_pub_sections), 0, CLVC_EQUAL, 2 }, { "-gnat", "-gnat Specify options to GNAT.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 4, -1, CL_Ada | CL_AdaSCIL | CL_AdaWhy | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-gnatO", "Set name of output ALI file (internal switch).", 0, 0, NULL, NULL, N_OPTS, OPT_gnat, 5, -1, CL_Ada | CL_AdaSCIL | CL_AdaWhy | CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-gno-column-info", "Don't record DW_AT_decl_column and DW_AT_call_column in DWARF.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 15, -1, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_debug_column_info), 0, CLVC_EQUAL, 0 }, { "-gno-pubnames", "Don't generate DWARF pubnames and pubtypes sections.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 12, 1128, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_debug_generate_pub_sections), 0, CLVC_EQUAL, 0 }, { "-gno-record-gcc-switches", "Don't record gcc command line switches in DWARF DW_AT_producer.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 23, -1, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_dwarf_record_gcc_switches), 0, CLVC_EQUAL, 0 }, { "-gno-split-dwarf", "Don't generate debug information in separate .dwo files.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 15, -1, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_dwarf_split_debug_info), 0, CLVC_EQUAL, 0 }, { "-gno-strict-dwarf", "Emit DWARF additions beyond selected version.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 16, -1, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_dwarf_strict), 0, CLVC_EQUAL, 0 }, { "-gpubnames", "Generate DWARF pubnames and pubtypes sections.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 9, 1120, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_debug_generate_pub_sections), 0, CLVC_EQUAL, 1 }, { "-grecord-gcc-switches", "Record gcc command line switches in DWARF DW_AT_producer.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 20, -1, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_dwarf_record_gcc_switches), 0, CLVC_EQUAL, 1 }, { "-gsplit-dwarf", "Generate debug information in separate .dwo files.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 12, -1, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_dwarf_split_debug_info), 0, CLVC_EQUAL, 1 }, { "-gstabs", "Generate debug information in STABS format.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 6, 1132, CL_COMMON | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-gstabs+", "Generate debug information in extended STABS format.", 0, 0, NULL, NULL, N_OPTS, OPT_gstabs, 7, 1135, CL_COMMON | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-gstrict-dwarf", "Don't emit DWARF additions beyond selected version.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 13, -1, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_dwarf_strict), 0, CLVC_EQUAL, 1 }, { "-gtoggle", "Toggle debug information generation.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 7, -1, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_gtoggle), 0, CLVC_BOOLEAN, 0 }, { "-gvms", "Generate debug information in VMS format.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 4, 1136, CL_COMMON | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-gxcoff", "Generate debug information in XCOFF format.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 6, 1137, CL_COMMON | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-gxcoff+", "Generate debug information in extended XCOFF format.", 0, 0, NULL, NULL, N_OPTS, OPT_gxcoff, 7, 1114, CL_COMMON | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-gz", "Generate compressed debug sections.", 0, 0, NULL, NULL, N_OPTS, OPT_g, 2, -1, CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-gz=", "-gz= Generate compressed debug sections in format .", 0, 0, NULL, NULL, N_OPTS, OPT_g, 3, -1, CL_COMMON | CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_ENUM, 0 }, { "-h", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_DRIVER | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-idirafter", "-idirafter Add to the end of the system include path.", "missing path after %qs", 0, NULL, NULL, N_OPTS, N_OPTS, 9, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-imacros", "-imacros Accept definition of macros in .", "missing filename after %qs", 0, NULL, NULL, N_OPTS, N_OPTS, 7, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-imultiarch", "-imultiarch Set to be the multiarch include subdirectory.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, -1, CL_COMMON | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 1 /* RejectDriver */, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_imultiarch), 0, CLVC_STRING, 0 }, { "-imultilib", "-imultilib Set to be the multilib include subdirectory.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-include", "-include Include the contents of before other files.", "missing filename after %qs", 0, NULL, NULL, N_OPTS, N_OPTS, 7, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-iplugindir=", "-iplugindir= Set to be the default plugin directory.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, -1, CL_COMMON | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_plugindir_string), 0, CLVC_STRING, 0 }, { "-iprefix", "-iprefix Specify as a prefix for next two options.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-iquote", "-iquote Add to the end of the quote include path.", "missing path after %qs", 0, NULL, NULL, N_OPTS, N_OPTS, 6, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-iremap", "-iremap Convert to if it occurs as prefix in __FILE__.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-isysroot", "-isysroot Set to be the system root directory.", "missing path after %qs", 0, NULL, NULL, N_OPTS, N_OPTS, 8, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-isystem", "-isystem Add to the start of the system include path.", "missing path after %qs", 0, NULL, NULL, N_OPTS, N_OPTS, 7, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-iwithprefix", "-iwithprefix Add to the end of the system include path.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-iwithprefixbefore", "-iwithprefixbefore Add to the end of the main include path.", 0, 0, NULL, NULL, N_OPTS, OPT_iwithprefix, 17, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-k8", "Synonym of -gnatk8.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 2, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-l", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_DRIVER | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-lang-asm", 0, 0, 0, NULL, NULL, N_OPTS, OPT_l, 8, -1, CL_C | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 1 /* RejectDriver */, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-mabi=", "-mabi=ABI Generate code that conforms to the given ABI.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, -1, CL_TARGET | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_mips_abi), 15, CLVC_ENUM, 0 }, { "-mabicalls", "Generate code that can be used in SVR4-style dynamic objects.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, 1158, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_ABICALLS }, { "-mabs=", "-mabs=MODE Select the IEEE 754 ABS/NEG instruction execution mode.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, -1, CL_TARGET | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_mips_abs), 19, CLVC_ENUM, 0 }, { "-mandroid", "Generate code for the Android platform.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 1160, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_android), 0, CLVC_BIT_SET, OPTION_MASK_ANDROID }, { "-march=", "-march=ISA Generate code for the given ISA.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, -1, CL_TARGET | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 1 /* ToLower */, 0, offsetof (struct gcc_options, x_mips_arch_option), 16, CLVC_ENUM, 0 }, { "-mbionic", "Use Bionic C library.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 1199, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_linux_libc), 0, CLVC_EQUAL, LIBC_BIONIC }, { "-mbranch-cost=", "-mbranch-cost=COST Set the cost of branches to roughly COST instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_TARGET | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 1 /* UInteger */, 0, 0, 0, offsetof (struct gcc_options, x_mips_branch_cost), 0, CLVC_BOOLEAN, 0 }, { "-mbranch-likely", "Use Branch Likely instructions, overriding the architecture default.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 1164, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_BRANCHLIKELY }, { "-mcheck-zero-division", "Trap on integer divide by zero.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, 1165, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_CHECK_ZERO_DIV }, { "-mcode-readable=", "-mcode-readable=SETTING Specify when instructions are allowed to access code.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, -1, CL_TARGET | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_mips_code_readable), 18, CLVC_ENUM, 0 }, { "-mcompact-branches=", "Specify the compact branch usage policy.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, -1, CL_TARGET | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 1 /* JoinedOrMissing */, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_mips_cb), 17, CLVC_ENUM, 0 }, { "-mdebug", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, 1168, CL_TARGET | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_TARGET_DEBUG_MODE), 0, CLVC_BOOLEAN, 0 }, { "-mdebugd", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 1169, CL_TARGET | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_TARGET_DEBUG_D_MODE), 0, CLVC_BOOLEAN, 0 }, { "-mdivide-breaks", "Use branch-and-break sequences to check for integer divide by zero.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_DIVIDE_BREAKS }, { "-mdivide-traps", "Use trap instructions to check for integer divide by zero.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_CLEAR, MASK_DIVIDE_BREAKS }, { "-mdmx", "Allow the use of MDMX instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_MDMX), 0, CLVC_BOOLEAN, 0 }, { "-mdouble-float", "Allow hardware floating-point instructions to cover both 32-bit and 64-bit operations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_CLEAR, MASK_SINGLE_FLOAT }, { "-mdsp", "Use MIPS-DSP instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 1174, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_DSP), 0, CLVC_BOOLEAN, 0 }, { "-mdspr2", "Use MIPS-DSP REV 2 instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, 1175, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_DSPR2), 0, CLVC_BOOLEAN, 0 }, { "-meb", "Use big-endian byte order.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 3, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_BIG_ENDIAN }, { "-mel", "Use little-endian byte order.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 3, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_CLEAR, MASK_BIG_ENDIAN }, { "-membedded-data", "Use ROM instead of RAM.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 1178, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_EMBEDDED_DATA), 0, CLVC_BOOLEAN, 0 }, { "-meva", "Use Enhanced Virtual Addressing instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 1179, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_EVA), 0, CLVC_BOOLEAN, 0 }, { "-mexplicit-relocs", "Use NewABI-style %reloc() assembly operators.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 1180, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_EXPLICIT_RELOCS }, { "-mextern-sdata", "Use -G for data that is not defined by the current object.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 1181, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_EXTERN_SDATA), 0, CLVC_BOOLEAN, 0 }, { "-mfix-24k", "Work around certain 24K errata.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 1182, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_FIX_24K), 0, CLVC_BOOLEAN, 0 }, { "-mfix-r10000", "Work around certain R10000 errata.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 1183, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_FIX_R10000 }, { "-mfix-r4000", "Work around certain R4000 errata.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 1184, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_FIX_R4000 }, { "-mfix-r4400", "Work around certain R4400 errata.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 1185, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_FIX_R4400 }, { "-mfix-rm7000", "Work around certain RM7000 errata.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 1186, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_FIX_RM7000), 0, CLVC_BOOLEAN, 0 }, { "-mfix-sb1", "Work around errata for early SB-1 revision 2 cores.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 1187, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_FIX_SB1), 0, CLVC_BOOLEAN, 0 }, { "-mfix-vr4120", "Work around certain VR4120 errata.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 1188, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_FIX_VR4120), 0, CLVC_BOOLEAN, 0 }, { "-mfix-vr4130", "Work around VR4130 mflo/mfhi errata.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 1189, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_FIX_VR4130), 0, CLVC_BOOLEAN, 0 }, { "-mfix4300", "Work around an early 4300 hardware bug.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, 1190, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_4300_MUL_FIX), 0, CLVC_BOOLEAN, 0 }, { "-mflip-mips16", "Switch on/off MIPS16 ASE on alternating functions for compiler testing.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 1191, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_FLIP_MIPS16), 0, CLVC_BOOLEAN, 0 }, { "-mflush-func=", "-mflush-func=FUNC Use FUNC to flush the cache before calling stack trampolines.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, -1, CL_TARGET | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_mips_cache_flush_func), 0, CLVC_STRING, 0 }, { "-mfp-exceptions", "FP exceptions are enabled.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 1193, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_FP_EXCEPTIONS), 0, CLVC_BOOLEAN, 0 }, { "-mfp32", "Use 32-bit floating-point registers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_CLEAR, MASK_FLOAT64 }, { "-mfp64", "Use 64-bit floating-point registers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_FLOAT64 }, { "-mfpxx", "Conform to the o32 FPXX ABI.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_FLOATXX }, { "-mframe-header-opt", "Optimize frame header.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 1197, CL_TARGET | CL_OPTIMIZATION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_flag_frame_header_optimization), 0, CLVC_BOOLEAN, 0 }, { "-mfused-madd", 0, 0, "%<-mfused-madd%> is deprecated; use %<-ffp-contract=%> instead", "fast", "off", OPT_ffp_contract_, N_OPTS, 11, 1198, CL_TARGET | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-mglibc", "Use GNU C library.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, 1246, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_linux_libc), 0, CLVC_EQUAL, LIBC_GLIBC }, { "-mgp32", "Use 32-bit general registers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_CLEAR, MASK_64BIT }, { "-mgp64", "Use 64-bit general registers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_64BIT }, { "-mgpopt", "Use GP-relative addressing to access small data.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, 1202, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_GPOPT), 0, CLVC_BOOLEAN, 0 }, { "-mhard-float", "Allow the use of hardware floating-point ABI and instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_CLEAR, MASK_SOFT_FLOAT_ABI }, { "-mimadd", "Use integer madd/msub instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, 1204, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_IMADD }, { "-minterlink-compressed", "Generate code that is link-compatible with MIPS16 and microMIPS code.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, 1205, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_INTERLINK_COMPRESSED), 0, CLVC_BOOLEAN, 0 }, { "-minterlink-mips16", "An alias for minterlink-compressed provided for backward-compatibility.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 1206, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_INTERLINK_COMPRESSED), 0, CLVC_BOOLEAN, 0 }, { "-mips", "-mipsN Generate code for ISA level N.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, -1, CL_TARGET | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 1 /* ToLower */, 0, offsetof (struct gcc_options, x_mips_isa_option), 20, CLVC_ENUM, 0 }, { "-mips16", "Generate MIPS16 code.", 0, 0, NULL, NULL, N_OPTS, OPT_mips, 6, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_MIPS16 }, { "-mips3d", "Use MIPS-3D instructions.", 0, 0, NULL, NULL, N_OPTS, OPT_mips, 6, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_MIPS3D), 0, CLVC_BOOLEAN, 0 }, { "-mllsc", "Use ll, sc and sync instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, 1210, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_LLSC }, { "-mload-store-pairs", "Enable load/store bonding.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, 1211, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_LOAD_STORE_PAIRS), 0, CLVC_BOOLEAN, 0 }, { "-mlocal-sdata", "Use -G for object-local data.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, 1212, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_LOCAL_SDATA), 0, CLVC_BOOLEAN, 0 }, { "-mlong-calls", "Use indirect calls.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, 1213, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_LONG_CALLS), 0, CLVC_BOOLEAN, 0 }, { "-mlong32", "Use a 32-bit long type.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_CLEAR, MASK_LONG64 }, { "-mlong64", "Use a 64-bit long type.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_LONG64 }, { "-mlra", "Use LRA instead of reload.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 1216, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_mips_lra_flag), 0, CLVC_BOOLEAN, 0 }, { "-mlxc1-sxc1", "Use lwxc1/swxc1/ldxc1/sdxc1 instructions where applicable.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 1217, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_mips_lxc1_sxc1), 0, CLVC_BOOLEAN, 0 }, { "-mmad", "Use PMC-style 'mad' instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 1218, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_MAD), 0, CLVC_BOOLEAN, 0 }, { "-mmadd4", "Use 4-operand madd.s/madd.d and related instructions where applicable.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, 1219, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_mips_madd4), 0, CLVC_BOOLEAN, 0 }, { "-mmcount-ra-address", "Pass the address of the ra save location to _mcount in $12.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, 1220, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_MCOUNT_RA_ADDRESS), 0, CLVC_BOOLEAN, 0 }, { "-mmcu", "Use MCU instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 1221, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_MCU), 0, CLVC_BOOLEAN, 0 }, { "-mmemcpy", "Don't optimize block moves.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 1222, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_MEMCPY }, { "-mmicromips", "Use microMIPS instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 1223, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_MICROMIPS }, { "-mmsa", "Use MIPS MSA Extension instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 1224, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_MSA), 0, CLVC_BOOLEAN, 0 }, { "-mmt", "Allow the use of MT instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 3, 1225, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_MT), 0, CLVC_BOOLEAN, 0 }, { "-mmusl", "Use musl C library.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, 1162, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_linux_libc), 0, CLVC_EQUAL, LIBC_MUSL }, { "-mnan=", "-mnan=ENCODING Select the IEEE 754 NaN data encoding.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, -1, CL_TARGET | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_mips_nan), 19, CLVC_ENUM, 0 }, { "-mno-float", "Prevent the use of all floating-point operations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, -1, #if TARGET_SUPPORTS_NO_FLOAT CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, #else 0, 1 /* Disabled. */, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, #endif offsetof (struct gcc_options, x_TARGET_NO_FLOAT), 0, CLVC_BOOLEAN, 0 }, { "-mno-flush-func", "Do not use a cache-flushing function before calling stack trampolines.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_VAR_mno_flush_func), 0, CLVC_BOOLEAN, 0 }, { "-mno-mdmx", "Do not use MDMX instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_MDMX), 0, CLVC_EQUAL, 0 }, { "-mno-mips16", "Generate normal-mode code.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_CLEAR, MASK_MIPS16 }, { "-mno-mips3d", "Do not use MIPS-3D instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_MIPS3D), 0, CLVC_EQUAL, 0 }, { "-modd-spreg", "Enable use of odd-numbered single-precision registers.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 1233, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_ODD_SPREG }, { "-mpaired-single", "Use paired-single floating-point instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, 1234, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_PAIRED_SINGLE_FLOAT }, { "-mplt", "When generating -mabicalls code, allow executables to use PLTs and copy relocations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 1235, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_PLT), 0, CLVC_BOOLEAN, 0 }, { "-mr10k-cache-barrier=", "-mr10k-cache-barrier=SETTING Specify when r10k cache barriers should be inserted.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 20, -1, CL_TARGET | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_mips_r10k_cache_barrier), 21, CLVC_ENUM, 0 }, { "-mrelax-pic-calls", "Try to allow the linker to turn PIC calls into direct calls.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 1237, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_RELAX_PIC_CALLS }, { "-mshared", "When generating -mabicalls code, make the code suitable for use in shared libraries.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 1238, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_SHARED), 0, CLVC_BOOLEAN, 0 }, { "-msingle-float", "Restrict the use of hardware floating-point instructions to 32-bit operations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_SINGLE_FLOAT }, { "-msmartmips", "Use SmartMIPS instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, 1240, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_SMARTMIPS }, { "-msoft-float", "Prevent the use of all hardware floating-point instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, -1, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_SOFT_FLOAT_ABI }, { "-msplit-addresses", "Optimize lui/addiu address loads.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, 1242, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_SPLIT_ADDRESSES }, { "-msym32", "Assume all symbols have 32-bit values.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, 1243, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_SYM32), 0, CLVC_BOOLEAN, 0 }, { "-msynci", "Use synci instruction to invalidate i-cache.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, 1244, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_SYNCI }, { "-mtune=", "-mtune=PROCESSOR Optimize the output for PROCESSOR.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, -1, CL_TARGET | CL_JOINED, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 1 /* ToLower */, 0, offsetof (struct gcc_options, x_mips_tune_option), 16, CLVC_ENUM, 0 }, { "-muclibc", "Use uClibc C library.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, 1226, CL_TARGET, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_linux_libc), 0, CLVC_EQUAL, LIBC_UCLIBC }, { "-muninit-const-in-rodata", "Put uninitialized constants in ROM (needs -membedded-data).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, 1247, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_UNINIT_CONST_IN_RODATA), 0, CLVC_BOOLEAN, 0 }, { "-mvirt", "Use Virtualization (VZ) instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, 1248, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_VIRT), 0, CLVC_BOOLEAN, 0 }, { "-mvr4130-align", "Perform VR4130-specific alignment optimizations.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, 1249, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_target_flags), 0, CLVC_BIT_SET, MASK_VR4130_ALIGN }, { "-mxgot", "Lift restrictions on GOT size.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, 1250, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_XGOT), 0, CLVC_BOOLEAN, 0 }, { "-mxpa", "Use eXtended Physical Address (XPA) instructions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, 1251, CL_TARGET, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 /* Report */, offsetof (struct gcc_options, x_TARGET_XPA), 0, CLVC_BOOLEAN, 0 }, { "-n", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-no-canonical-prefixes", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-no-integrated-cpp", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-no-pie", "Don't create a position independent executable.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, 1292, CL_DRIVER, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-noasmopt", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-nocpp", "Disable preprocessing.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, 451, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-nodefaultlibs", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-nostartfiles", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-nostdinc", "Do not search standard system include directories (those specified with -isystem will still be used).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, -1, CL_Ada | CL_AdaSCIL | CL_AdaWhy | CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-nostdinc++", "Do not search standard system include directories for C++.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, -1, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-nostdlib", "Do not look for object files in standard path.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, -1, CL_Ada | CL_AdaSCIL | CL_AdaWhy | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-o", "-o Place output into .", "missing filename after %qs", 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_C | CL_CXX | CL_Fortran | CL_Go | CL_ObjC | CL_ObjCXX | CL_COMMON | CL_DRIVER | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_asm_file_name), 0, CLVC_STRING, 0 }, { "-p", "Enable function profiling.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_profile_flag), 0, CLVC_BOOLEAN, 0 }, { "-pass-exit-codes", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_pass_exit_codes), 0, CLVC_BOOLEAN, 0 }, { "-pedantic", 0, 0, 0, NULL, NULL, OPT_Wpedantic, N_OPTS, 8, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-pedantic-errors", "Like -pedantic but issue them as errors.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, -1, CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_pedantic_errors), 0, CLVC_BOOLEAN, 0 }, { "-pg", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 2, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-pie", "Create a position independent executable.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 3, 1255, CL_DRIVER, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-pipe", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_use_pipes), 0, CLVC_BOOLEAN, 0 }, { "-posix", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-print-file-name=", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, -1, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, offsetof (struct gcc_options, x_print_file_name), 0, CLVC_STRING, 0 }, { "-print-libgcc-file-name", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 22, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-print-multi-directory", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_print_multi_directory), 0, CLVC_BOOLEAN, 0 }, { "-print-multi-lib", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_print_multi_lib), 0, CLVC_BOOLEAN, 0 }, { "-print-multi-os-directory", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 24, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_print_multi_os_directory), 0, CLVC_BOOLEAN, 0 }, { "-print-multiarch", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_print_multiarch), 0, CLVC_BOOLEAN, 0 }, { "-print-objc-runtime-info", "Generate C header of platform-specific features.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 23, -1, CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-print-prog-name=", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, -1, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, offsetof (struct gcc_options, x_print_prog_name), 0, CLVC_STRING, 0 }, { "-print-search-dirs", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 17, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_print_search_dirs), 0, CLVC_BOOLEAN, 0 }, { "-print-sysroot", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_print_sysroot), 0, CLVC_BOOLEAN, 0 }, { "-print-sysroot-headers-suffix", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 28, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_print_sysroot_headers_suffix), 0, CLVC_BOOLEAN, 0 }, { "-profile", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-pthread", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-quiet", "Do not display functions compiled or elapsed time.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, -1, CL_COMMON, 0, 0, 0, 0, 0, 1 /* RejectDriver */, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_quiet_flag), 0, CLVC_BOOLEAN, 0 }, { "-r", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-rdynamic", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-remap", "Remap file names when including files.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-s", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-save-temps", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-save-temps=", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, -1, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-shared", "Create a shared library.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, 1269, CL_DRIVER, 0, 0, 0, 0, 0, 0, 1 /* RejectNegative */, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-shared-libgcc", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-specs", 0, 0, 0, NULL, NULL, OPT_specs_, N_OPTS, 5, -1, CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-specs=", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, -1, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-static", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 6, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-static-libasan", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-static-libgcc", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-static-libgfortran", "Statically link the GNU Fortran helper library (libgfortran).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, -1, CL_Fortran | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-static-libgo", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 12, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-static-liblsan", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-static-libmpx", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 13, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-static-libmpxwrappers", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 21, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-static-libstdc++", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 16, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-static-libtsan", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-static-libubsan", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=c++03", "Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum.", 0, 0, NULL, NULL, OPT_std_c__98, N_OPTS, 9, -1, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=c++0x", "Deprecated in favor of -std=c++11.", 0, 0, NULL, NULL, OPT_std_c__11, N_OPTS, 9, -1, CL_CXX | CL_ObjCXX | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=c++11", "Conform to the ISO 2011 C++ standard.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, -1, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=c++14", "Conform to the ISO 2014 C++ standard.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, -1, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=c++17", 0, 0, 0, NULL, NULL, OPT_std_c__1z, N_OPTS, 9, -1, CL_CXX | CL_ObjCXX | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=c++1y", "Deprecated in favor of -std=c++14.", 0, 0, NULL, NULL, OPT_std_c__14, N_OPTS, 9, -1, CL_CXX | CL_ObjCXX | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=c++1z", "Conform to the ISO 2017(?) C++ draft standard (experimental and incomplete support).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, -1, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=c++98", "Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, -1, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=c11", "Conform to the ISO 2011 C standard.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, -1, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=c1x", "Deprecated in favor of -std=c11.", 0, 0, NULL, NULL, OPT_std_c11, N_OPTS, 7, -1, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=c89", "Conform to the ISO 1990 C standard.", 0, 0, NULL, NULL, OPT_std_c90, N_OPTS, 7, -1, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=c90", "Conform to the ISO 1990 C standard.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, -1, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=c99", "Conform to the ISO 1999 C standard.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, -1, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=c9x", "Deprecated in favor of -std=c99.", 0, 0, NULL, NULL, OPT_std_c99, N_OPTS, 7, -1, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=f2003", "Conform to the ISO Fortran 2003 standard.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=f2008", "Conform to the ISO Fortran 2008 standard.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=f2008ts", "Conform to the ISO Fortran 2008 standard including TS 29113.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=f95", "Conform to the ISO Fortran 95 standard.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=gnu", "Conform to nothing in particular.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=gnu++03", "Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum with GNU extensions.", 0, 0, NULL, NULL, OPT_std_gnu__98, N_OPTS, 11, -1, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=gnu++0x", "Deprecated in favor of -std=gnu++11.", 0, 0, NULL, NULL, OPT_std_gnu__11, N_OPTS, 11, -1, CL_CXX | CL_ObjCXX | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=gnu++11", "Conform to the ISO 2011 C++ standard with GNU extensions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, -1, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=gnu++14", "Conform to the ISO 2014 C++ standard with GNU extensions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, -1, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=gnu++17", 0, 0, 0, NULL, NULL, OPT_std_gnu__1z, N_OPTS, 11, -1, CL_CXX | CL_ObjCXX | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=gnu++1y", "Deprecated in favor of -std=gnu++14.", 0, 0, NULL, NULL, OPT_std_gnu__14, N_OPTS, 11, -1, CL_CXX | CL_ObjCXX | CL_UNDOCUMENTED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=gnu++1z", "Conform to the ISO 201z(7?) C++ draft standard with GNU extensions (experimental and incomplete support).", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, -1, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=gnu++98", "Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum with GNU extensions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, -1, CL_CXX | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=gnu11", "Conform to the ISO 2011 C standard with GNU extensions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, -1, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=gnu1x", "Deprecated in favor of -std=gnu11.", 0, 0, NULL, NULL, OPT_std_gnu11, N_OPTS, 9, -1, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=gnu89", "Conform to the ISO 1990 C standard with GNU extensions.", 0, 0, NULL, NULL, OPT_std_gnu90, N_OPTS, 9, -1, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=gnu90", "Conform to the ISO 1990 C standard with GNU extensions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, -1, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=gnu99", "Conform to the ISO 1999 C standard with GNU extensions.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, -1, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=gnu9x", "Deprecated in favor of -std=gnu99.", 0, 0, NULL, NULL, OPT_std_gnu99, N_OPTS, 9, -1, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=iso9899:1990", "Conform to the ISO 1990 C standard.", 0, 0, NULL, NULL, OPT_std_c90, N_OPTS, 16, -1, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=iso9899:199409", "Conform to the ISO 1990 C standard as amended in 1994.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 18, -1, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=iso9899:1999", "Conform to the ISO 1999 C standard.", 0, 0, NULL, NULL, OPT_std_c99, N_OPTS, 16, -1, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=iso9899:199x", "Deprecated in favor of -std=iso9899:1999.", 0, 0, NULL, NULL, OPT_std_c99, N_OPTS, 16, -1, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=iso9899:2011", "Conform to the ISO 2011 C standard.", 0, 0, NULL, NULL, OPT_std_c11, N_OPTS, 16, -1, CL_C | CL_ObjC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-std=legacy", "Accept extensions to support legacy code.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 10, -1, CL_Fortran, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-symbolic", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 8, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-t", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-time", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 4, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_report_times), 0, CLVC_BOOLEAN, 0 }, { "-time=", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 5, -1, CL_DRIVER | CL_JOINED, 0, 0, 0, 0, 0, 0, 0, 1 /* JoinedOrMissing */, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-tno-android-cc", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-tno-android-ld", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 14, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-traditional", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 11, -1, CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-traditional-cpp", "Enable traditional preprocessing.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 15, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-trigraphs", "-trigraphs Support ISO C trigraphs.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 9, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_BOOLEAN, 0 }, { "-u", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_DRIVER | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-undef", "Do not predefine system-specific and GCC-specific macros.", 0, 0, NULL, NULL, N_OPTS, OPT_u, 5, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_flag_undef), 0, CLVC_BOOLEAN, 0 }, { "-v", "Enable verbose output.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_C | CL_CXX | CL_Fortran | CL_ObjC | CL_ObjCXX | CL_COMMON | CL_DRIVER, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_verbose_flag), 0, CLVC_BOOLEAN, 0 }, { "-version", "Display the compiler's version.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, -1, CL_COMMON, 0, 0, 0, 0, 0, 1 /* RejectDriver */, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_version_flag), 0, CLVC_BOOLEAN, 0 }, { "-w", "Suppress warnings.", 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_C | CL_CXX | CL_ObjC | CL_ObjCXX | CL_COMMON, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_inhibit_warnings), 0, CLVC_BOOLEAN, 0 }, { "-wrapper", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 7, -1, CL_DRIVER | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, offsetof (struct gcc_options, x_wrapper_string), 0, CLVC_STRING, 0 }, { "-x", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_DRIVER | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 }, { "-z", 0, 0, 0, NULL, NULL, N_OPTS, N_OPTS, 1, -1, CL_DRIVER | CL_JOINED | CL_SEPARATE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, CLVC_STRING, 0 } }; bool common_handle_option_auto (struct gcc_options *opts, struct gcc_options *opts_set, const struct cl_decoded_option *decoded, unsigned int lang_mask, int kind, location_t loc, const struct cl_option_handlers *handlers, diagnostic_context *dc) { size_t scode = decoded->opt_index; int value = decoded->value; enum opt_code code = (enum opt_code) scode; gcc_assert (decoded->canonical_option_num_elements <= 2); switch (code) { case OPT_Wextra: if (!opts_set->x_warn_clobbered) handle_generated_option (opts, opts_set, OPT_Wclobbered, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_empty_body) handle_generated_option (opts, opts_set, OPT_Wempty_body, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_cpp_warn_expansion_to_defined) handle_generated_option (opts, opts_set, OPT_Wexpansion_to_defined, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_ignored_qualifiers) handle_generated_option (opts, opts_set, OPT_Wignored_qualifiers, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_missing_field_initializers) handle_generated_option (opts, opts_set, OPT_Wmissing_field_initializers, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_missing_parameter_type) handle_generated_option (opts, opts_set, OPT_Wmissing_parameter_type, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_old_style_declaration) handle_generated_option (opts, opts_set, OPT_Wold_style_declaration, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_override_init) handle_generated_option (opts, opts_set, OPT_Woverride_init, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_sign_compare) handle_generated_option (opts, opts_set, OPT_Wsign_compare, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_sized_deallocation) handle_generated_option (opts, opts_set, OPT_Wsized_deallocation, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_type_limits) handle_generated_option (opts, opts_set, OPT_Wtype_limits, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_uninitialized) handle_generated_option (opts, opts_set, OPT_Wuninitialized, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_unused_but_set_parameter) handle_generated_option (opts, opts_set, OPT_Wunused_but_set_parameter, NULL, (opts->x_warn_unused && opts->x_extra_warnings), lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_unused_parameter) handle_generated_option (opts, opts_set, OPT_Wunused_parameter, NULL, (opts->x_warn_unused && opts->x_extra_warnings), lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wpedantic: if (!opts_set->x_cpp_warn_expansion_to_defined) handle_generated_option (opts, opts_set, OPT_Wexpansion_to_defined, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wuninitialized: if (!opts_set->x_warn_maybe_uninitialized) handle_generated_option (opts, opts_set, OPT_Wmaybe_uninitialized, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wshadow: if (!opts_set->x_warn_shadow_ivar) handle_generated_option (opts, opts_set, OPT_Wshadow_ivar, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_shadow_local) handle_generated_option (opts, opts_set, OPT_Wshadow_local, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wshadow_local: if (!opts_set->x_warn_shadow_compatible_local) handle_generated_option (opts, opts_set, OPT_Wshadow_compatible_local, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wunused: if (!opts_set->x_warn_unused_but_set_parameter) handle_generated_option (opts, opts_set, OPT_Wunused_but_set_parameter, NULL, (opts->x_warn_unused && opts->x_extra_warnings), lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_unused_but_set_variable) handle_generated_option (opts, opts_set, OPT_Wunused_but_set_variable, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_unused_function) handle_generated_option (opts, opts_set, OPT_Wunused_function, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_unused_label) handle_generated_option (opts, opts_set, OPT_Wunused_label, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_unused_local_typedefs) handle_generated_option (opts, opts_set, OPT_Wunused_local_typedefs, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_unused_parameter) handle_generated_option (opts, opts_set, OPT_Wunused_parameter, NULL, (opts->x_warn_unused && opts->x_extra_warnings), lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_unused_value) handle_generated_option (opts, opts_set, OPT_Wunused_value, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_unused_variable) handle_generated_option (opts, opts_set, OPT_Wunused_variable, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; default: break; } return true; } bool Ada_handle_option_auto (struct gcc_options *opts ATTRIBUTE_UNUSED, struct gcc_options *opts_set ATTRIBUTE_UNUSED, size_t scode ATTRIBUTE_UNUSED, const char *arg ATTRIBUTE_UNUSED, int value ATTRIBUTE_UNUSED, unsigned int lang_mask ATTRIBUTE_UNUSED, int kind ATTRIBUTE_UNUSED, location_t loc ATTRIBUTE_UNUSED, const struct cl_option_handlers *handlers ATTRIBUTE_UNUSED, diagnostic_context *dc ATTRIBUTE_UNUSED) { enum opt_code code = (enum opt_code) scode; switch (code) { default: break; } return true; } bool AdaSCIL_handle_option_auto (struct gcc_options *opts ATTRIBUTE_UNUSED, struct gcc_options *opts_set ATTRIBUTE_UNUSED, size_t scode ATTRIBUTE_UNUSED, const char *arg ATTRIBUTE_UNUSED, int value ATTRIBUTE_UNUSED, unsigned int lang_mask ATTRIBUTE_UNUSED, int kind ATTRIBUTE_UNUSED, location_t loc ATTRIBUTE_UNUSED, const struct cl_option_handlers *handlers ATTRIBUTE_UNUSED, diagnostic_context *dc ATTRIBUTE_UNUSED) { enum opt_code code = (enum opt_code) scode; switch (code) { default: break; } return true; } bool AdaWhy_handle_option_auto (struct gcc_options *opts ATTRIBUTE_UNUSED, struct gcc_options *opts_set ATTRIBUTE_UNUSED, size_t scode ATTRIBUTE_UNUSED, const char *arg ATTRIBUTE_UNUSED, int value ATTRIBUTE_UNUSED, unsigned int lang_mask ATTRIBUTE_UNUSED, int kind ATTRIBUTE_UNUSED, location_t loc ATTRIBUTE_UNUSED, const struct cl_option_handlers *handlers ATTRIBUTE_UNUSED, diagnostic_context *dc ATTRIBUTE_UNUSED) { enum opt_code code = (enum opt_code) scode; switch (code) { default: break; } return true; } bool BRIG_handle_option_auto (struct gcc_options *opts ATTRIBUTE_UNUSED, struct gcc_options *opts_set ATTRIBUTE_UNUSED, size_t scode ATTRIBUTE_UNUSED, const char *arg ATTRIBUTE_UNUSED, int value ATTRIBUTE_UNUSED, unsigned int lang_mask ATTRIBUTE_UNUSED, int kind ATTRIBUTE_UNUSED, location_t loc ATTRIBUTE_UNUSED, const struct cl_option_handlers *handlers ATTRIBUTE_UNUSED, diagnostic_context *dc ATTRIBUTE_UNUSED) { enum opt_code code = (enum opt_code) scode; switch (code) { default: break; } return true; } bool C_handle_option_auto (struct gcc_options *opts ATTRIBUTE_UNUSED, struct gcc_options *opts_set ATTRIBUTE_UNUSED, size_t scode ATTRIBUTE_UNUSED, const char *arg ATTRIBUTE_UNUSED, int value ATTRIBUTE_UNUSED, unsigned int lang_mask ATTRIBUTE_UNUSED, int kind ATTRIBUTE_UNUSED, location_t loc ATTRIBUTE_UNUSED, const struct cl_option_handlers *handlers ATTRIBUTE_UNUSED, diagnostic_context *dc ATTRIBUTE_UNUSED) { enum opt_code code = (enum opt_code) scode; switch (code) { case OPT_Wall: if (!opts_set->x_warn_address) handle_generated_option (opts, opts_set, OPT_Waddress, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_array_bounds) handle_generated_option (opts, opts_set, OPT_Warray_bounds, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_array_bounds) handle_generated_option (opts, opts_set, OPT_Warray_bounds_, NULL, value ? 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_bool_compare) handle_generated_option (opts, opts_set, OPT_Wbool_compare, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_bool_op) handle_generated_option (opts, opts_set, OPT_Wbool_operation, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_char_subscripts) handle_generated_option (opts, opts_set, OPT_Wchar_subscripts, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_chkp) handle_generated_option (opts, opts_set, OPT_Wchkp, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_cpp_warn_comment) handle_generated_option (opts, opts_set, OPT_Wcomment, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_duplicate_decl_specifier) handle_generated_option (opts, opts_set, OPT_Wduplicate_decl_specifier, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_enum_compare) handle_generated_option (opts, opts_set, OPT_Wenum_compare, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format) handle_generated_option (opts, opts_set, OPT_Wformat_, NULL, value ? 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_frame_address) handle_generated_option (opts, opts_set, OPT_Wframe_address, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_implicit) handle_generated_option (opts, opts_set, OPT_Wimplicit, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_int_in_bool_context) handle_generated_option (opts, opts_set, OPT_Wint_in_bool_context, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_logical_not_paren) handle_generated_option (opts, opts_set, OPT_Wlogical_not_parentheses, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_main) handle_generated_option (opts, opts_set, OPT_Wmain, NULL, value ? 2 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_maybe_uninitialized) handle_generated_option (opts, opts_set, OPT_Wmaybe_uninitialized, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_memset_elt_size) handle_generated_option (opts, opts_set, OPT_Wmemset_elt_size, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_memset_transposed_args) handle_generated_option (opts, opts_set, OPT_Wmemset_transposed_args, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_misleading_indentation) handle_generated_option (opts, opts_set, OPT_Wmisleading_indentation, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_missing_braces) handle_generated_option (opts, opts_set, OPT_Wmissing_braces, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_nonnull) handle_generated_option (opts, opts_set, OPT_Wnonnull, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_nonnull_compare) handle_generated_option (opts, opts_set, OPT_Wnonnull_compare, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_openmp_simd) handle_generated_option (opts, opts_set, OPT_Wopenmp_simd, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_parentheses) handle_generated_option (opts, opts_set, OPT_Wparentheses, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_pointer_sign) handle_generated_option (opts, opts_set, OPT_Wpointer_sign, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_return_type) handle_generated_option (opts, opts_set, OPT_Wreturn_type, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_sequence_point) handle_generated_option (opts, opts_set, OPT_Wsequence_point, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_sizeof_pointer_memaccess) handle_generated_option (opts, opts_set, OPT_Wsizeof_pointer_memaccess, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_strict_aliasing) handle_generated_option (opts, opts_set, OPT_Wstrict_aliasing_, NULL, value ? 3 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_strict_overflow) handle_generated_option (opts, opts_set, OPT_Wstrict_overflow_, NULL, value ? 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_switch) handle_generated_option (opts, opts_set, OPT_Wswitch, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_tautological_compare) handle_generated_option (opts, opts_set, OPT_Wtautological_compare, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_cpp_warn_trigraphs) handle_generated_option (opts, opts_set, OPT_Wtrigraphs, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_uninitialized) handle_generated_option (opts, opts_set, OPT_Wuninitialized, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_unknown_pragmas) handle_generated_option (opts, opts_set, OPT_Wunknown_pragmas, NULL, value ? 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_unused) handle_generated_option (opts, opts_set, OPT_Wunused, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_volatile_register_var) handle_generated_option (opts, opts_set, OPT_Wvolatile_register_var, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wparentheses: if (!opts_set->x_warn_dangling_else) handle_generated_option (opts, opts_set, OPT_Wdangling_else, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wpedantic: if (!opts_set->x_cpp_warn_endif_labels) handle_generated_option (opts, opts_set, OPT_Wendif_labels, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_main) handle_generated_option (opts, opts_set, OPT_Wmain, NULL, value ? 2 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_overlength_strings) handle_generated_option (opts, opts_set, OPT_Woverlength_strings, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_pointer_arith) handle_generated_option (opts, opts_set, OPT_Wpointer_arith, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_pointer_sign) handle_generated_option (opts, opts_set, OPT_Wpointer_sign, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_cpp_warn_variadic_macros) handle_generated_option (opts, opts_set, OPT_Wvariadic_macros, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wc___compat: if (!opts_set->x_warn_enum_compare) handle_generated_option (opts, opts_set, OPT_Wenum_compare, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wconversion: if (!opts_set->x_warn_float_conversion) handle_generated_option (opts, opts_set, OPT_Wfloat_conversion, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_sign_conversion) handle_generated_option (opts, opts_set, OPT_Wsign_conversion, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wformat_: if (!opts_set->x_warn_format_contains_nul) handle_generated_option (opts, opts_set, OPT_Wformat_contains_nul, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_extra_args) handle_generated_option (opts, opts_set, OPT_Wformat_extra_args, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_nonliteral) handle_generated_option (opts, opts_set, OPT_Wformat_nonliteral, NULL, value ? warn_format >= 2 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_overflow) handle_generated_option (opts, opts_set, OPT_Wformat_overflow_, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_security) handle_generated_option (opts, opts_set, OPT_Wformat_security, NULL, value ? warn_format >= 2 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_trunc) handle_generated_option (opts, opts_set, OPT_Wformat_truncation_, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_y2k) handle_generated_option (opts, opts_set, OPT_Wformat_y2k, NULL, value ? warn_format >= 2 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_zero_length) handle_generated_option (opts, opts_set, OPT_Wformat_zero_length, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_nonnull) handle_generated_option (opts, opts_set, OPT_Wnonnull, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wextra: if (!opts_set->x_warn_implicit_fallthrough) handle_generated_option (opts, opts_set, OPT_Wimplicit_fallthrough_, NULL, value ? 3 : 0, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wimplicit: if (!opts_set->x_warn_implicit_function_declaration) handle_generated_option (opts, opts_set, OPT_Wimplicit_function_declaration, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_implicit_int) handle_generated_option (opts, opts_set, OPT_Wimplicit_int, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wc90_c99_compat: if (!opts_set->x_warn_long_long) handle_generated_option (opts, opts_set, OPT_Wlong_long, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wabi: if (!opts_set->x_warn_psabi) handle_generated_option (opts, opts_set, OPT_Wpsabi, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wunused_variable: if (!opts_set->x_warn_unused_const_variable) handle_generated_option (opts, opts_set, OPT_Wunused_const_variable_, NULL, value ? 1 : 0, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wunused: if (!opts_set->x_warn_unused_variable) handle_generated_option (opts, opts_set, OPT_Wunused_variable, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wtraditional: if (!opts_set->x_cpp_warn_variadic_macros) handle_generated_option (opts, opts_set, OPT_Wvariadic_macros, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; default: break; } return true; } bool CXX_handle_option_auto (struct gcc_options *opts ATTRIBUTE_UNUSED, struct gcc_options *opts_set ATTRIBUTE_UNUSED, size_t scode ATTRIBUTE_UNUSED, const char *arg ATTRIBUTE_UNUSED, int value ATTRIBUTE_UNUSED, unsigned int lang_mask ATTRIBUTE_UNUSED, int kind ATTRIBUTE_UNUSED, location_t loc ATTRIBUTE_UNUSED, const struct cl_option_handlers *handlers ATTRIBUTE_UNUSED, diagnostic_context *dc ATTRIBUTE_UNUSED) { enum opt_code code = (enum opt_code) scode; switch (code) { case OPT_Wall: if (!opts_set->x_warn_address) handle_generated_option (opts, opts_set, OPT_Waddress, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_aligned_new) handle_generated_option (opts, opts_set, OPT_Waligned_new_, NULL, value ? 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_array_bounds) handle_generated_option (opts, opts_set, OPT_Warray_bounds, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_array_bounds) handle_generated_option (opts, opts_set, OPT_Warray_bounds_, NULL, value ? 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_bool_compare) handle_generated_option (opts, opts_set, OPT_Wbool_compare, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_bool_op) handle_generated_option (opts, opts_set, OPT_Wbool_operation, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_cxx11_compat) handle_generated_option (opts, opts_set, OPT_Wc__11_compat, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_cxx14_compat) handle_generated_option (opts, opts_set, OPT_Wc__14_compat, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_cxx1z_compat) handle_generated_option (opts, opts_set, OPT_Wc__1z_compat, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_char_subscripts) handle_generated_option (opts, opts_set, OPT_Wchar_subscripts, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_chkp) handle_generated_option (opts, opts_set, OPT_Wchkp, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_cpp_warn_comment) handle_generated_option (opts, opts_set, OPT_Wcomment, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_delnonvdtor) handle_generated_option (opts, opts_set, OPT_Wdelete_non_virtual_dtor, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format) handle_generated_option (opts, opts_set, OPT_Wformat_, NULL, value ? 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_frame_address) handle_generated_option (opts, opts_set, OPT_Wframe_address, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_init_self) handle_generated_option (opts, opts_set, OPT_Winit_self, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_int_in_bool_context) handle_generated_option (opts, opts_set, OPT_Wint_in_bool_context, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_logical_not_paren) handle_generated_option (opts, opts_set, OPT_Wlogical_not_parentheses, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_maybe_uninitialized) handle_generated_option (opts, opts_set, OPT_Wmaybe_uninitialized, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_memset_elt_size) handle_generated_option (opts, opts_set, OPT_Wmemset_elt_size, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_memset_transposed_args) handle_generated_option (opts, opts_set, OPT_Wmemset_transposed_args, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_misleading_indentation) handle_generated_option (opts, opts_set, OPT_Wmisleading_indentation, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_narrowing) handle_generated_option (opts, opts_set, OPT_Wnarrowing, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_nonnull) handle_generated_option (opts, opts_set, OPT_Wnonnull, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_nonnull_compare) handle_generated_option (opts, opts_set, OPT_Wnonnull_compare, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_openmp_simd) handle_generated_option (opts, opts_set, OPT_Wopenmp_simd, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_parentheses) handle_generated_option (opts, opts_set, OPT_Wparentheses, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_reorder) handle_generated_option (opts, opts_set, OPT_Wreorder, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_return_type) handle_generated_option (opts, opts_set, OPT_Wreturn_type, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_sequence_point) handle_generated_option (opts, opts_set, OPT_Wsequence_point, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_sign_compare) handle_generated_option (opts, opts_set, OPT_Wsign_compare, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_sizeof_pointer_memaccess) handle_generated_option (opts, opts_set, OPT_Wsizeof_pointer_memaccess, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_strict_aliasing) handle_generated_option (opts, opts_set, OPT_Wstrict_aliasing_, NULL, value ? 3 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_strict_overflow) handle_generated_option (opts, opts_set, OPT_Wstrict_overflow_, NULL, value ? 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_switch) handle_generated_option (opts, opts_set, OPT_Wswitch, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_tautological_compare) handle_generated_option (opts, opts_set, OPT_Wtautological_compare, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_cpp_warn_trigraphs) handle_generated_option (opts, opts_set, OPT_Wtrigraphs, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_uninitialized) handle_generated_option (opts, opts_set, OPT_Wuninitialized, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_unknown_pragmas) handle_generated_option (opts, opts_set, OPT_Wunknown_pragmas, NULL, value ? 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_unused) handle_generated_option (opts, opts_set, OPT_Wunused, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_volatile_register_var) handle_generated_option (opts, opts_set, OPT_Wvolatile_register_var, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wparentheses: if (!opts_set->x_warn_dangling_else) handle_generated_option (opts, opts_set, OPT_Wdangling_else, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Weffc__: if (!opts_set->x_warn_delnonvdtor) handle_generated_option (opts, opts_set, OPT_Wdelete_non_virtual_dtor, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_nonvdtor) handle_generated_option (opts, opts_set, OPT_Wnon_virtual_dtor, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wpedantic: if (!opts_set->x_cpp_warn_endif_labels) handle_generated_option (opts, opts_set, OPT_Wendif_labels, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_main) handle_generated_option (opts, opts_set, OPT_Wmain, NULL, value ? 2 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_overlength_strings) handle_generated_option (opts, opts_set, OPT_Woverlength_strings, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_pointer_arith) handle_generated_option (opts, opts_set, OPT_Wpointer_arith, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_cpp_warn_variadic_macros) handle_generated_option (opts, opts_set, OPT_Wvariadic_macros, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wconversion: if (!opts_set->x_warn_float_conversion) handle_generated_option (opts, opts_set, OPT_Wfloat_conversion, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wformat_: if (!opts_set->x_warn_format_contains_nul) handle_generated_option (opts, opts_set, OPT_Wformat_contains_nul, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_extra_args) handle_generated_option (opts, opts_set, OPT_Wformat_extra_args, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_nonliteral) handle_generated_option (opts, opts_set, OPT_Wformat_nonliteral, NULL, value ? warn_format >= 2 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_overflow) handle_generated_option (opts, opts_set, OPT_Wformat_overflow_, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_security) handle_generated_option (opts, opts_set, OPT_Wformat_security, NULL, value ? warn_format >= 2 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_trunc) handle_generated_option (opts, opts_set, OPT_Wformat_truncation_, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_y2k) handle_generated_option (opts, opts_set, OPT_Wformat_y2k, NULL, value ? warn_format >= 2 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_zero_length) handle_generated_option (opts, opts_set, OPT_Wformat_zero_length, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_nonnull) handle_generated_option (opts, opts_set, OPT_Wnonnull, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wextra: if (!opts_set->x_warn_implicit_fallthrough) handle_generated_option (opts, opts_set, OPT_Wimplicit_fallthrough_, NULL, value ? 3 : 0, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wc__11_compat: if (!opts_set->x_warn_narrowing) handle_generated_option (opts, opts_set, OPT_Wnarrowing, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wabi: if (!opts_set->x_warn_noexcept_type) handle_generated_option (opts, opts_set, OPT_Wnoexcept_type, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_psabi) handle_generated_option (opts, opts_set, OPT_Wpsabi, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wc__1z_compat: if (!opts_set->x_warn_noexcept_type) handle_generated_option (opts, opts_set, OPT_Wnoexcept_type, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wunused: if (!opts_set->x_warn_unused_variable) handle_generated_option (opts, opts_set, OPT_Wunused_variable, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wtraditional: if (!opts_set->x_cpp_warn_variadic_macros) handle_generated_option (opts, opts_set, OPT_Wvariadic_macros, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; default: break; } return true; } bool Fortran_handle_option_auto (struct gcc_options *opts ATTRIBUTE_UNUSED, struct gcc_options *opts_set ATTRIBUTE_UNUSED, size_t scode ATTRIBUTE_UNUSED, const char *arg ATTRIBUTE_UNUSED, int value ATTRIBUTE_UNUSED, unsigned int lang_mask ATTRIBUTE_UNUSED, int kind ATTRIBUTE_UNUSED, location_t loc ATTRIBUTE_UNUSED, const struct cl_option_handlers *handlers ATTRIBUTE_UNUSED, diagnostic_context *dc ATTRIBUTE_UNUSED) { enum opt_code code = (enum opt_code) scode; switch (code) { case OPT_Wall: if (!opts_set->x_warn_aliasing) handle_generated_option (opts, opts_set, OPT_Waliasing, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_ampersand) handle_generated_option (opts, opts_set, OPT_Wampersand, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_c_binding_type) handle_generated_option (opts, opts_set, OPT_Wc_binding_type, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_character_truncation) handle_generated_option (opts, opts_set, OPT_Wcharacter_truncation, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_conversion) handle_generated_option (opts, opts_set, OPT_Wconversion, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_integer_division) handle_generated_option (opts, opts_set, OPT_Winteger_division, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_intrinsic_shadow) handle_generated_option (opts, opts_set, OPT_Wintrinsic_shadow, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_intrinsics_std) handle_generated_option (opts, opts_set, OPT_Wintrinsics_std, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_line_truncation) handle_generated_option (opts, opts_set, OPT_Wline_truncation, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_maybe_uninitialized) handle_generated_option (opts, opts_set, OPT_Wmaybe_uninitialized, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_real_q_constant) handle_generated_option (opts, opts_set, OPT_Wreal_q_constant, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_return_type) handle_generated_option (opts, opts_set, OPT_Wreturn_type, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_surprising) handle_generated_option (opts, opts_set, OPT_Wsurprising, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_tabs) handle_generated_option (opts, opts_set, OPT_Wtabs, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_target_lifetime) handle_generated_option (opts, opts_set, OPT_Wtarget_lifetime, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_undefined_do_loop) handle_generated_option (opts, opts_set, OPT_Wundefined_do_loop, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_uninitialized) handle_generated_option (opts, opts_set, OPT_Wuninitialized, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_unused) handle_generated_option (opts, opts_set, OPT_Wunused, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_unused_dummy_argument) handle_generated_option (opts, opts_set, OPT_Wunused_dummy_argument, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_zerotrip) handle_generated_option (opts, opts_set, OPT_Wzerotrip, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wpedantic: if (!opts_set->x_warn_ampersand) handle_generated_option (opts, opts_set, OPT_Wampersand, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_tabs) handle_generated_option (opts, opts_set, OPT_Wtabs, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wextra: if (!opts_set->x_warn_compare_reals) handle_generated_option (opts, opts_set, OPT_Wcompare_reals, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wrealloc_lhs_all: if (!opts_set->x_warn_realloc_lhs) handle_generated_option (opts, opts_set, OPT_Wrealloc_lhs, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; default: break; } return true; } bool Go_handle_option_auto (struct gcc_options *opts ATTRIBUTE_UNUSED, struct gcc_options *opts_set ATTRIBUTE_UNUSED, size_t scode ATTRIBUTE_UNUSED, const char *arg ATTRIBUTE_UNUSED, int value ATTRIBUTE_UNUSED, unsigned int lang_mask ATTRIBUTE_UNUSED, int kind ATTRIBUTE_UNUSED, location_t loc ATTRIBUTE_UNUSED, const struct cl_option_handlers *handlers ATTRIBUTE_UNUSED, diagnostic_context *dc ATTRIBUTE_UNUSED) { enum opt_code code = (enum opt_code) scode; switch (code) { default: break; } return true; } bool LTO_handle_option_auto (struct gcc_options *opts ATTRIBUTE_UNUSED, struct gcc_options *opts_set ATTRIBUTE_UNUSED, size_t scode ATTRIBUTE_UNUSED, const char *arg ATTRIBUTE_UNUSED, int value ATTRIBUTE_UNUSED, unsigned int lang_mask ATTRIBUTE_UNUSED, int kind ATTRIBUTE_UNUSED, location_t loc ATTRIBUTE_UNUSED, const struct cl_option_handlers *handlers ATTRIBUTE_UNUSED, diagnostic_context *dc ATTRIBUTE_UNUSED) { enum opt_code code = (enum opt_code) scode; switch (code) { default: break; } return true; } bool ObjC_handle_option_auto (struct gcc_options *opts ATTRIBUTE_UNUSED, struct gcc_options *opts_set ATTRIBUTE_UNUSED, size_t scode ATTRIBUTE_UNUSED, const char *arg ATTRIBUTE_UNUSED, int value ATTRIBUTE_UNUSED, unsigned int lang_mask ATTRIBUTE_UNUSED, int kind ATTRIBUTE_UNUSED, location_t loc ATTRIBUTE_UNUSED, const struct cl_option_handlers *handlers ATTRIBUTE_UNUSED, diagnostic_context *dc ATTRIBUTE_UNUSED) { enum opt_code code = (enum opt_code) scode; switch (code) { case OPT_Wall: if (!opts_set->x_warn_address) handle_generated_option (opts, opts_set, OPT_Waddress, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_array_bounds) handle_generated_option (opts, opts_set, OPT_Warray_bounds, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_array_bounds) handle_generated_option (opts, opts_set, OPT_Warray_bounds_, NULL, value ? 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_bool_compare) handle_generated_option (opts, opts_set, OPT_Wbool_compare, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_bool_op) handle_generated_option (opts, opts_set, OPT_Wbool_operation, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_char_subscripts) handle_generated_option (opts, opts_set, OPT_Wchar_subscripts, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_chkp) handle_generated_option (opts, opts_set, OPT_Wchkp, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_cpp_warn_comment) handle_generated_option (opts, opts_set, OPT_Wcomment, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_duplicate_decl_specifier) handle_generated_option (opts, opts_set, OPT_Wduplicate_decl_specifier, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_enum_compare) handle_generated_option (opts, opts_set, OPT_Wenum_compare, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format) handle_generated_option (opts, opts_set, OPT_Wformat_, NULL, value ? 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_frame_address) handle_generated_option (opts, opts_set, OPT_Wframe_address, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_implicit) handle_generated_option (opts, opts_set, OPT_Wimplicit, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_int_in_bool_context) handle_generated_option (opts, opts_set, OPT_Wint_in_bool_context, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_logical_not_paren) handle_generated_option (opts, opts_set, OPT_Wlogical_not_parentheses, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_main) handle_generated_option (opts, opts_set, OPT_Wmain, NULL, value ? 2 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_maybe_uninitialized) handle_generated_option (opts, opts_set, OPT_Wmaybe_uninitialized, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_memset_elt_size) handle_generated_option (opts, opts_set, OPT_Wmemset_elt_size, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_memset_transposed_args) handle_generated_option (opts, opts_set, OPT_Wmemset_transposed_args, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_missing_braces) handle_generated_option (opts, opts_set, OPT_Wmissing_braces, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_nonnull) handle_generated_option (opts, opts_set, OPT_Wnonnull, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_nonnull_compare) handle_generated_option (opts, opts_set, OPT_Wnonnull_compare, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_parentheses) handle_generated_option (opts, opts_set, OPT_Wparentheses, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_pointer_sign) handle_generated_option (opts, opts_set, OPT_Wpointer_sign, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_return_type) handle_generated_option (opts, opts_set, OPT_Wreturn_type, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_sequence_point) handle_generated_option (opts, opts_set, OPT_Wsequence_point, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_sizeof_pointer_memaccess) handle_generated_option (opts, opts_set, OPT_Wsizeof_pointer_memaccess, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_strict_aliasing) handle_generated_option (opts, opts_set, OPT_Wstrict_aliasing_, NULL, value ? 3 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_strict_overflow) handle_generated_option (opts, opts_set, OPT_Wstrict_overflow_, NULL, value ? 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_switch) handle_generated_option (opts, opts_set, OPT_Wswitch, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_tautological_compare) handle_generated_option (opts, opts_set, OPT_Wtautological_compare, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_cpp_warn_trigraphs) handle_generated_option (opts, opts_set, OPT_Wtrigraphs, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_uninitialized) handle_generated_option (opts, opts_set, OPT_Wuninitialized, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_unknown_pragmas) handle_generated_option (opts, opts_set, OPT_Wunknown_pragmas, NULL, value ? 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_unused) handle_generated_option (opts, opts_set, OPT_Wunused, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_volatile_register_var) handle_generated_option (opts, opts_set, OPT_Wvolatile_register_var, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wparentheses: if (!opts_set->x_warn_dangling_else) handle_generated_option (opts, opts_set, OPT_Wdangling_else, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wpedantic: if (!opts_set->x_cpp_warn_endif_labels) handle_generated_option (opts, opts_set, OPT_Wendif_labels, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_main) handle_generated_option (opts, opts_set, OPT_Wmain, NULL, value ? 2 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_overlength_strings) handle_generated_option (opts, opts_set, OPT_Woverlength_strings, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_pointer_arith) handle_generated_option (opts, opts_set, OPT_Wpointer_arith, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_pointer_sign) handle_generated_option (opts, opts_set, OPT_Wpointer_sign, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_cpp_warn_variadic_macros) handle_generated_option (opts, opts_set, OPT_Wvariadic_macros, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wc___compat: if (!opts_set->x_warn_enum_compare) handle_generated_option (opts, opts_set, OPT_Wenum_compare, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wconversion: if (!opts_set->x_warn_float_conversion) handle_generated_option (opts, opts_set, OPT_Wfloat_conversion, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_sign_conversion) handle_generated_option (opts, opts_set, OPT_Wsign_conversion, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wformat_: if (!opts_set->x_warn_format_contains_nul) handle_generated_option (opts, opts_set, OPT_Wformat_contains_nul, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_extra_args) handle_generated_option (opts, opts_set, OPT_Wformat_extra_args, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_nonliteral) handle_generated_option (opts, opts_set, OPT_Wformat_nonliteral, NULL, value ? warn_format >= 2 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_overflow) handle_generated_option (opts, opts_set, OPT_Wformat_overflow_, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_security) handle_generated_option (opts, opts_set, OPT_Wformat_security, NULL, value ? warn_format >= 2 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_trunc) handle_generated_option (opts, opts_set, OPT_Wformat_truncation_, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_y2k) handle_generated_option (opts, opts_set, OPT_Wformat_y2k, NULL, value ? warn_format >= 2 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_zero_length) handle_generated_option (opts, opts_set, OPT_Wformat_zero_length, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_nonnull) handle_generated_option (opts, opts_set, OPT_Wnonnull, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wextra: if (!opts_set->x_warn_implicit_fallthrough) handle_generated_option (opts, opts_set, OPT_Wimplicit_fallthrough_, NULL, value ? 3 : 0, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wimplicit: if (!opts_set->x_warn_implicit_function_declaration) handle_generated_option (opts, opts_set, OPT_Wimplicit_function_declaration, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_implicit_int) handle_generated_option (opts, opts_set, OPT_Wimplicit_int, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wc90_c99_compat: if (!opts_set->x_warn_long_long) handle_generated_option (opts, opts_set, OPT_Wlong_long, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wabi: if (!opts_set->x_warn_psabi) handle_generated_option (opts, opts_set, OPT_Wpsabi, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wunused_variable: if (!opts_set->x_warn_unused_const_variable) handle_generated_option (opts, opts_set, OPT_Wunused_const_variable_, NULL, value ? 1 : 0, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wunused: if (!opts_set->x_warn_unused_variable) handle_generated_option (opts, opts_set, OPT_Wunused_variable, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wtraditional: if (!opts_set->x_cpp_warn_variadic_macros) handle_generated_option (opts, opts_set, OPT_Wvariadic_macros, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; default: break; } return true; } bool ObjCXX_handle_option_auto (struct gcc_options *opts ATTRIBUTE_UNUSED, struct gcc_options *opts_set ATTRIBUTE_UNUSED, size_t scode ATTRIBUTE_UNUSED, const char *arg ATTRIBUTE_UNUSED, int value ATTRIBUTE_UNUSED, unsigned int lang_mask ATTRIBUTE_UNUSED, int kind ATTRIBUTE_UNUSED, location_t loc ATTRIBUTE_UNUSED, const struct cl_option_handlers *handlers ATTRIBUTE_UNUSED, diagnostic_context *dc ATTRIBUTE_UNUSED) { enum opt_code code = (enum opt_code) scode; switch (code) { case OPT_Wall: if (!opts_set->x_warn_address) handle_generated_option (opts, opts_set, OPT_Waddress, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_aligned_new) handle_generated_option (opts, opts_set, OPT_Waligned_new_, NULL, value ? 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_array_bounds) handle_generated_option (opts, opts_set, OPT_Warray_bounds, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_array_bounds) handle_generated_option (opts, opts_set, OPT_Warray_bounds_, NULL, value ? 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_bool_compare) handle_generated_option (opts, opts_set, OPT_Wbool_compare, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_bool_op) handle_generated_option (opts, opts_set, OPT_Wbool_operation, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_cxx11_compat) handle_generated_option (opts, opts_set, OPT_Wc__11_compat, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_cxx14_compat) handle_generated_option (opts, opts_set, OPT_Wc__14_compat, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_cxx1z_compat) handle_generated_option (opts, opts_set, OPT_Wc__1z_compat, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_char_subscripts) handle_generated_option (opts, opts_set, OPT_Wchar_subscripts, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_chkp) handle_generated_option (opts, opts_set, OPT_Wchkp, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_cpp_warn_comment) handle_generated_option (opts, opts_set, OPT_Wcomment, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_delnonvdtor) handle_generated_option (opts, opts_set, OPT_Wdelete_non_virtual_dtor, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format) handle_generated_option (opts, opts_set, OPT_Wformat_, NULL, value ? 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_frame_address) handle_generated_option (opts, opts_set, OPT_Wframe_address, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_init_self) handle_generated_option (opts, opts_set, OPT_Winit_self, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_int_in_bool_context) handle_generated_option (opts, opts_set, OPT_Wint_in_bool_context, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_logical_not_paren) handle_generated_option (opts, opts_set, OPT_Wlogical_not_parentheses, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_maybe_uninitialized) handle_generated_option (opts, opts_set, OPT_Wmaybe_uninitialized, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_memset_elt_size) handle_generated_option (opts, opts_set, OPT_Wmemset_elt_size, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_memset_transposed_args) handle_generated_option (opts, opts_set, OPT_Wmemset_transposed_args, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_narrowing) handle_generated_option (opts, opts_set, OPT_Wnarrowing, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_nonnull) handle_generated_option (opts, opts_set, OPT_Wnonnull, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_nonnull_compare) handle_generated_option (opts, opts_set, OPT_Wnonnull_compare, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_parentheses) handle_generated_option (opts, opts_set, OPT_Wparentheses, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_reorder) handle_generated_option (opts, opts_set, OPT_Wreorder, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_return_type) handle_generated_option (opts, opts_set, OPT_Wreturn_type, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_sequence_point) handle_generated_option (opts, opts_set, OPT_Wsequence_point, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_sign_compare) handle_generated_option (opts, opts_set, OPT_Wsign_compare, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_sizeof_pointer_memaccess) handle_generated_option (opts, opts_set, OPT_Wsizeof_pointer_memaccess, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_strict_aliasing) handle_generated_option (opts, opts_set, OPT_Wstrict_aliasing_, NULL, value ? 3 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_strict_overflow) handle_generated_option (opts, opts_set, OPT_Wstrict_overflow_, NULL, value ? 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_switch) handle_generated_option (opts, opts_set, OPT_Wswitch, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_tautological_compare) handle_generated_option (opts, opts_set, OPT_Wtautological_compare, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_cpp_warn_trigraphs) handle_generated_option (opts, opts_set, OPT_Wtrigraphs, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_uninitialized) handle_generated_option (opts, opts_set, OPT_Wuninitialized, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_unknown_pragmas) handle_generated_option (opts, opts_set, OPT_Wunknown_pragmas, NULL, value ? 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_unused) handle_generated_option (opts, opts_set, OPT_Wunused, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_volatile_register_var) handle_generated_option (opts, opts_set, OPT_Wvolatile_register_var, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wparentheses: if (!opts_set->x_warn_dangling_else) handle_generated_option (opts, opts_set, OPT_Wdangling_else, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Weffc__: if (!opts_set->x_warn_delnonvdtor) handle_generated_option (opts, opts_set, OPT_Wdelete_non_virtual_dtor, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_nonvdtor) handle_generated_option (opts, opts_set, OPT_Wnon_virtual_dtor, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wpedantic: if (!opts_set->x_cpp_warn_endif_labels) handle_generated_option (opts, opts_set, OPT_Wendif_labels, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_main) handle_generated_option (opts, opts_set, OPT_Wmain, NULL, value ? 2 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_overlength_strings) handle_generated_option (opts, opts_set, OPT_Woverlength_strings, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_pointer_arith) handle_generated_option (opts, opts_set, OPT_Wpointer_arith, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_cpp_warn_variadic_macros) handle_generated_option (opts, opts_set, OPT_Wvariadic_macros, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wconversion: if (!opts_set->x_warn_float_conversion) handle_generated_option (opts, opts_set, OPT_Wfloat_conversion, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wformat_: if (!opts_set->x_warn_format_contains_nul) handle_generated_option (opts, opts_set, OPT_Wformat_contains_nul, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_extra_args) handle_generated_option (opts, opts_set, OPT_Wformat_extra_args, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_nonliteral) handle_generated_option (opts, opts_set, OPT_Wformat_nonliteral, NULL, value ? warn_format >= 2 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_overflow) handle_generated_option (opts, opts_set, OPT_Wformat_overflow_, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_security) handle_generated_option (opts, opts_set, OPT_Wformat_security, NULL, value ? warn_format >= 2 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_trunc) handle_generated_option (opts, opts_set, OPT_Wformat_truncation_, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_y2k) handle_generated_option (opts, opts_set, OPT_Wformat_y2k, NULL, value ? warn_format >= 2 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_format_zero_length) handle_generated_option (opts, opts_set, OPT_Wformat_zero_length, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_nonnull) handle_generated_option (opts, opts_set, OPT_Wnonnull, NULL, value ? warn_format >= 1 : 0, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wextra: if (!opts_set->x_warn_implicit_fallthrough) handle_generated_option (opts, opts_set, OPT_Wimplicit_fallthrough_, NULL, value ? 3 : 0, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wc__11_compat: if (!opts_set->x_warn_narrowing) handle_generated_option (opts, opts_set, OPT_Wnarrowing, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wabi: if (!opts_set->x_warn_noexcept_type) handle_generated_option (opts, opts_set, OPT_Wnoexcept_type, NULL, value, lang_mask, kind, loc, handlers, true, dc); if (!opts_set->x_warn_psabi) handle_generated_option (opts, opts_set, OPT_Wpsabi, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wc__1z_compat: if (!opts_set->x_warn_noexcept_type) handle_generated_option (opts, opts_set, OPT_Wnoexcept_type, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wunused: if (!opts_set->x_warn_unused_variable) handle_generated_option (opts, opts_set, OPT_Wunused_variable, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; case OPT_Wtraditional: if (!opts_set->x_cpp_warn_variadic_macros) handle_generated_option (opts, opts_set, OPT_Wvariadic_macros, NULL, value, lang_mask, kind, loc, handlers, true, dc); break; default: break; } return true; } #include "cpplib.h" void cpp_handle_option_auto (const struct gcc_options * opts, size_t scode, struct cpp_options * cpp_opts) { enum opt_code code = (enum opt_code) scode; switch (code) { case OPT_Wbuiltin_macro_redefined: cpp_opts->warn_builtin_macro_redefined = opts->x_cpp_warn_builtin_macro_redefined; break; case OPT_Wc___compat: cpp_opts->warn_cxx_operator_names = opts->x_warn_cxx_compat; break; case OPT_Wc__11_compat: cpp_opts->cpp_warn_cxx11_compat = opts->x_warn_cxx11_compat; break; case OPT_Wc90_c99_compat: cpp_opts->cpp_warn_c90_c99_compat = opts->x_warn_c90_c99_compat; break; case OPT_Wcomment: cpp_opts->warn_comments = opts->x_cpp_warn_comment; break; case OPT_Wdate_time: cpp_opts->warn_date_time = opts->x_cpp_warn_date_time; break; case OPT_Wdeprecated: cpp_opts->cpp_warn_deprecated = opts->x_warn_deprecated; break; case OPT_Wendif_labels: cpp_opts->warn_endif_labels = opts->x_cpp_warn_endif_labels; break; case OPT_Wexpansion_to_defined: cpp_opts->warn_expansion_to_defined = opts->x_cpp_warn_expansion_to_defined; break; case OPT_Winvalid_pch: cpp_opts->warn_invalid_pch = opts->x_cpp_warn_invalid_pch; break; case OPT_Wliteral_suffix: cpp_opts->warn_literal_suffix = opts->x_cpp_warn_literal_suffix; break; case OPT_Wlong_long: cpp_opts->cpp_warn_long_long = opts->x_warn_long_long; break; case OPT_Wmissing_include_dirs: cpp_opts->warn_missing_include_dirs = opts->x_cpp_warn_missing_include_dirs; break; case OPT_Wmultichar: cpp_opts->warn_multichar = opts->x_cpp_warn_multichar; break; case OPT_Wnormalized_: cpp_opts->warn_normalize = opts->x_cpp_warn_normalize; break; case OPT_Wpedantic: cpp_opts->cpp_pedantic = opts->x_pedantic; break; case OPT_Wtraditional: cpp_opts->cpp_warn_traditional = opts->x_warn_traditional; break; case OPT_Wtrigraphs: cpp_opts->warn_trigraphs = opts->x_cpp_warn_trigraphs; break; case OPT_Wundef: cpp_opts->warn_undef = opts->x_cpp_warn_undef; break; case OPT_Wvariadic_macros: cpp_opts->warn_variadic_macros = opts->x_cpp_warn_variadic_macros; break; default: break; } } void init_global_opts_from_cpp(struct gcc_options * opts, const struct cpp_options * cpp_opts) { opts->x_cpp_warn_builtin_macro_redefined = cpp_opts->warn_builtin_macro_redefined; opts->x_warn_cxx_compat = cpp_opts->warn_cxx_operator_names; opts->x_warn_cxx11_compat = cpp_opts->cpp_warn_cxx11_compat; opts->x_warn_c90_c99_compat = cpp_opts->cpp_warn_c90_c99_compat; opts->x_cpp_warn_comment = cpp_opts->warn_comments; opts->x_cpp_warn_date_time = cpp_opts->warn_date_time; opts->x_warn_deprecated = cpp_opts->cpp_warn_deprecated; opts->x_cpp_warn_endif_labels = cpp_opts->warn_endif_labels; opts->x_cpp_warn_expansion_to_defined = cpp_opts->warn_expansion_to_defined; opts->x_cpp_warn_invalid_pch = cpp_opts->warn_invalid_pch; opts->x_cpp_warn_literal_suffix = cpp_opts->warn_literal_suffix; opts->x_warn_long_long = cpp_opts->cpp_warn_long_long; opts->x_cpp_warn_missing_include_dirs = cpp_opts->warn_missing_include_dirs; opts->x_cpp_warn_multichar = cpp_opts->warn_multichar; opts->x_cpp_warn_normalize = cpp_opts->warn_normalize; opts->x_pedantic = cpp_opts->cpp_pedantic; opts->x_warn_traditional = cpp_opts->cpp_warn_traditional; opts->x_cpp_warn_trigraphs = cpp_opts->warn_trigraphs; opts->x_cpp_warn_undef = cpp_opts->warn_undef; opts->x_cpp_warn_variadic_macros = cpp_opts->warn_variadic_macros; }