summaryrefslogtreecommitdiff
path: root/lib/gcc/aarch64-none-elf/4.7.3/plugin/include/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gcc/aarch64-none-elf/4.7.3/plugin/include/options.h')
-rw-r--r--lib/gcc/aarch64-none-elf/4.7.3/plugin/include/options.h433
1 files changed, 221 insertions, 212 deletions
diff --git a/lib/gcc/aarch64-none-elf/4.7.3/plugin/include/options.h b/lib/gcc/aarch64-none-elf/4.7.3/plugin/include/options.h
index c47119a..482d84c 100644
--- a/lib/gcc/aarch64-none-elf/4.7.3/plugin/include/options.h
+++ b/lib/gcc/aarch64-none-elf/4.7.3/plugin/include/options.h
@@ -2735,6 +2735,12 @@ extern int flag_tree_ch;
#define flag_tree_ch global_options.x_flag_tree_ch
#endif
#ifdef GENERATOR_FILE
+extern int flag_ssa_coalesce_vars;
+#else
+ int x_flag_ssa_coalesce_vars;
+#define flag_ssa_coalesce_vars global_options.x_flag_ssa_coalesce_vars
+#endif
+#ifdef GENERATOR_FILE
extern int flag_tree_copy_prop;
#else
int x_flag_tree_copy_prop;
@@ -3455,6 +3461,7 @@ struct GTY(()) cl_optimization
signed char x_flag_tree_builtin_call_dce;
signed char x_flag_tree_ccp;
signed char x_flag_tree_ch;
+ signed char x_flag_ssa_coalesce_vars;
signed char x_flag_tree_copy_prop;
signed char x_flag_tree_copyrename;
signed char x_flag_tree_cselim;
@@ -4428,218 +4435,220 @@ enum opt_code
OPT_ftree_builtin_call_dce = 871, /* -ftree-builtin-call-dce */
OPT_ftree_ccp = 872, /* -ftree-ccp */
OPT_ftree_ch = 873, /* -ftree-ch */
- OPT_ftree_copy_prop = 874, /* -ftree-copy-prop */
- OPT_ftree_copyrename = 875, /* -ftree-copyrename */
- OPT_ftree_cselim = 876, /* -ftree-cselim */
- OPT_ftree_dce = 877, /* -ftree-dce */
- OPT_ftree_dominator_opts = 878, /* -ftree-dominator-opts */
- OPT_ftree_dse = 879, /* -ftree-dse */
- OPT_ftree_forwprop = 880, /* -ftree-forwprop */
- OPT_ftree_fre = 881, /* -ftree-fre */
- OPT_ftree_loop_distribute_patterns = 882, /* -ftree-loop-distribute-patterns */
- OPT_ftree_loop_distribution = 883, /* -ftree-loop-distribution */
- OPT_ftree_loop_if_convert = 884, /* -ftree-loop-if-convert */
- OPT_ftree_loop_if_convert_stores = 885, /* -ftree-loop-if-convert-stores */
- OPT_ftree_loop_im = 886, /* -ftree-loop-im */
- OPT_ftree_loop_ivcanon = 887, /* -ftree-loop-ivcanon */
- /* OPT_ftree_loop_linear = 888, */ /* -ftree-loop-linear */
- OPT_ftree_loop_optimize = 889, /* -ftree-loop-optimize */
- OPT_ftree_lrs = 890, /* -ftree-lrs */
- OPT_ftree_parallelize_loops_ = 891, /* -ftree-parallelize-loops= */
- OPT_ftree_partial_pre = 892, /* -ftree-partial-pre */
- OPT_ftree_phiprop = 893, /* -ftree-phiprop */
- OPT_ftree_pre = 894, /* -ftree-pre */
- OPT_ftree_pta = 895, /* -ftree-pta */
- OPT_ftree_reassoc = 896, /* -ftree-reassoc */
- /* OPT_ftree_salias = 897, */ /* -ftree-salias */
- OPT_ftree_scev_cprop = 898, /* -ftree-scev-cprop */
- OPT_ftree_sink = 899, /* -ftree-sink */
- OPT_ftree_slp_vectorize = 900, /* -ftree-slp-vectorize */
- OPT_ftree_sra = 901, /* -ftree-sra */
- /* OPT_ftree_store_ccp = 902, */ /* -ftree-store-ccp */
- /* OPT_ftree_store_copy_prop = 903, */ /* -ftree-store-copy-prop */
- OPT_ftree_switch_conversion = 904, /* -ftree-switch-conversion */
- OPT_ftree_tail_merge = 905, /* -ftree-tail-merge */
- OPT_ftree_ter = 906, /* -ftree-ter */
- OPT_ftree_vect_loop_version = 907, /* -ftree-vect-loop-version */
- OPT_ftree_vectorize = 908, /* -ftree-vectorize */
- OPT_ftree_vectorizer_verbose_ = 909, /* -ftree-vectorizer-verbose= */
- OPT_ftree_vrp = 910, /* -ftree-vrp */
- OPT_funderscoring = 911, /* -funderscoring */
- OPT_funit_at_a_time = 912, /* -funit-at-a-time */
- OPT_funroll_all_loops = 913, /* -funroll-all-loops */
- OPT_funroll_loops = 914, /* -funroll-loops */
- OPT_funsafe_loop_optimizations = 915, /* -funsafe-loop-optimizations */
- OPT_funsafe_math_optimizations = 916, /* -funsafe-math-optimizations */
- OPT_funsigned_bitfields = 917, /* -funsigned-bitfields */
- OPT_funsigned_char = 918, /* -funsigned-char */
- OPT_funswitch_loops = 919, /* -funswitch-loops */
- OPT_funwind_tables = 920, /* -funwind-tables */
- OPT_fuse_atomic_builtins = 921, /* -fuse-atomic-builtins */
- OPT_fuse_boehm_gc = 922, /* -fuse-boehm-gc */
- OPT_fuse_cxa_atexit = 923, /* -fuse-cxa-atexit */
- OPT_fuse_cxa_get_exception_ptr = 924, /* -fuse-cxa-get-exception-ptr */
- OPT_fuse_divide_subroutine = 925, /* -fuse-divide-subroutine */
- OPT_fuse_linker_plugin = 926, /* -fuse-linker-plugin */
- OPT_fvar_tracking = 927, /* -fvar-tracking */
- OPT_fvar_tracking_assignments = 928, /* -fvar-tracking-assignments */
- OPT_fvar_tracking_assignments_toggle = 929,/* -fvar-tracking-assignments-toggle */
- OPT_fvar_tracking_uninit = 930, /* -fvar-tracking-uninit */
- OPT_fvariable_expansion_in_unroller = 931, /* -fvariable-expansion-in-unroller */
- OPT_fvect_cost_model = 932, /* -fvect-cost-model */
- OPT_fverbose_asm = 933, /* -fverbose-asm */
- /* OPT_fversion = 934, */ /* -fversion */
- OPT_fvisibility_inlines_hidden = 935, /* -fvisibility-inlines-hidden */
- OPT_fvisibility_ms_compat = 936, /* -fvisibility-ms-compat */
- OPT_fvisibility_ = 937, /* -fvisibility= */
- OPT_fvpt = 938, /* -fvpt */
- /* OPT_fvtable_gc = 939, */ /* -fvtable-gc */
- /* OPT_fvtable_thunks = 940, */ /* -fvtable-thunks */
- OPT_fweak = 941, /* -fweak */
- OPT_fweb = 942, /* -fweb */
- OPT_fwhole_file = 943, /* -fwhole-file */
- OPT_fwhole_program = 944, /* -fwhole-program */
- OPT_fwide_exec_charset_ = 945, /* -fwide-exec-charset= */
- OPT_fworking_directory = 946, /* -fworking-directory */
- OPT_fwpa = 947, /* -fwpa */
- OPT_fwrapv = 948, /* -fwrapv */
- /* OPT_fxref = 949, */ /* -fxref */
- /* OPT_fzee = 950, */ /* -fzee */
- OPT_fzero_initialized_in_bss = 951, /* -fzero-initialized-in-bss */
- OPT_fzero_link = 952, /* -fzero-link */
- OPT_g = 953, /* -g */
- OPT_gant = 954, /* -gant */
- OPT_gcoff = 955, /* -gcoff */
- OPT_gdwarf_ = 956, /* -gdwarf- */
- OPT_gen_decls = 957, /* -gen-decls */
- OPT_ggdb = 958, /* -ggdb */
- OPT_gnat = 959, /* -gnat */
- OPT_gnatO = 960, /* -gnatO */
- OPT_gno_record_gcc_switches = 961, /* -gno-record-gcc-switches */
- OPT_gno_strict_dwarf = 962, /* -gno-strict-dwarf */
- OPT_grecord_gcc_switches = 963, /* -grecord-gcc-switches */
- OPT_gstabs = 964, /* -gstabs */
- OPT_gstabs_ = 965, /* -gstabs+ */
- OPT_gstrict_dwarf = 966, /* -gstrict-dwarf */
- OPT_gtoggle = 967, /* -gtoggle */
- OPT_gvms = 968, /* -gvms */
- OPT_gxcoff = 969, /* -gxcoff */
- OPT_gxcoff_ = 970, /* -gxcoff+ */
- OPT_h = 971, /* -h */
- OPT_idirafter = 972, /* -idirafter */
- OPT_imacros = 973, /* -imacros */
- OPT_imultilib = 974, /* -imultilib */
- OPT_include = 975, /* -include */
- OPT_iplugindir_ = 976, /* -iplugindir= */
- OPT_iprefix = 977, /* -iprefix */
- OPT_iquote = 978, /* -iquote */
- OPT_isysroot = 979, /* -isysroot */
- OPT_isystem = 980, /* -isystem */
- OPT_iwithprefix = 981, /* -iwithprefix */
- OPT_iwithprefixbefore = 982, /* -iwithprefixbefore */
- OPT_k8 = 983, /* -k8 */
- OPT_l = 984, /* -l */
- OPT_lang_asm = 985, /* -lang-asm */
- OPT_march_ = 986, /* -march= */
- OPT_mbig_endian = 987, /* -mbig-endian */
- OPT_mcmodel_ = 988, /* -mcmodel= */
- OPT_mcpu_ = 989, /* -mcpu= */
- OPT_mgeneral_regs_only = 990, /* -mgeneral-regs-only */
- OPT_mlittle_endian = 991, /* -mlittle-endian */
- OPT_momit_leaf_frame_pointer = 992, /* -momit-leaf-frame-pointer */
- OPT_mstrict_align = 993, /* -mstrict-align */
- OPT_mtls_dialect_ = 994, /* -mtls-dialect= */
- OPT_mtune_ = 995, /* -mtune= */
- OPT_n = 996, /* -n */
- OPT_no_canonical_prefixes = 997, /* -no-canonical-prefixes */
- OPT_no_integrated_cpp = 998, /* -no-integrated-cpp */
- OPT_nocpp = 999, /* -nocpp */
- OPT_nodefaultlibs = 1000, /* -nodefaultlibs */
- OPT_nostartfiles = 1001, /* -nostartfiles */
- OPT_nostdinc = 1002, /* -nostdinc */
- OPT_nostdinc__ = 1003, /* -nostdinc++ */
- OPT_nostdlib = 1004, /* -nostdlib */
- OPT_o = 1005, /* -o */
- OPT_p = 1006, /* -p */
- OPT_pass_exit_codes = 1007, /* -pass-exit-codes */
- OPT_pedantic = 1008, /* -pedantic */
- OPT_pedantic_errors = 1009, /* -pedantic-errors */
- OPT_pg = 1010, /* -pg */
- OPT_pie = 1011, /* -pie */
- OPT_pipe = 1012, /* -pipe */
- OPT_print_file_name_ = 1013, /* -print-file-name= */
- OPT_print_libgcc_file_name = 1014, /* -print-libgcc-file-name */
- OPT_print_multi_directory = 1015, /* -print-multi-directory */
- OPT_print_multi_lib = 1016, /* -print-multi-lib */
- OPT_print_multi_os_directory = 1017, /* -print-multi-os-directory */
- OPT_print_objc_runtime_info = 1018, /* -print-objc-runtime-info */
- OPT_print_prog_name_ = 1019, /* -print-prog-name= */
- OPT_print_search_dirs = 1020, /* -print-search-dirs */
- OPT_print_sysroot = 1021, /* -print-sysroot */
- OPT_print_sysroot_headers_suffix = 1022, /* -print-sysroot-headers-suffix */
- OPT_quiet = 1023, /* -quiet */
- OPT_r = 1024, /* -r */
- OPT_remap = 1025, /* -remap */
- OPT_s = 1026, /* -s */
- OPT_s_bc_abi = 1027, /* -s-bc-abi */
- OPT_save_temps = 1028, /* -save-temps */
- OPT_save_temps_ = 1029, /* -save-temps= */
- OPT_shared = 1030, /* -shared */
- OPT_shared_libgcc = 1031, /* -shared-libgcc */
- /* OPT_specs = 1032, */ /* -specs */
- OPT_specs_ = 1033, /* -specs= */
- OPT_static = 1034, /* -static */
- OPT_static_libgcc = 1035, /* -static-libgcc */
- OPT_static_libgcj = 1036, /* -static-libgcj */
- OPT_static_libgfortran = 1037, /* -static-libgfortran */
- OPT_static_libgo = 1038, /* -static-libgo */
- OPT_static_libstdc__ = 1039, /* -static-libstdc++ */
- /* OPT_std_c__03 = 1040, */ /* -std=c++03 */
- /* OPT_std_c__0x = 1041, */ /* -std=c++0x */
- OPT_std_c__11 = 1042, /* -std=c++11 */
- OPT_std_c__98 = 1043, /* -std=c++98 */
- OPT_std_c11 = 1044, /* -std=c11 */
- /* OPT_std_c1x = 1045, */ /* -std=c1x */
- /* OPT_std_c89 = 1046, */ /* -std=c89 */
- OPT_std_c90 = 1047, /* -std=c90 */
- OPT_std_c99 = 1048, /* -std=c99 */
- /* OPT_std_c9x = 1049, */ /* -std=c9x */
- OPT_std_f2003 = 1050, /* -std=f2003 */
- OPT_std_f2008 = 1051, /* -std=f2008 */
- OPT_std_f2008ts = 1052, /* -std=f2008ts */
- OPT_std_f95 = 1053, /* -std=f95 */
- OPT_std_gnu = 1054, /* -std=gnu */
- /* OPT_std_gnu__03 = 1055, */ /* -std=gnu++03 */
- /* OPT_std_gnu__0x = 1056, */ /* -std=gnu++0x */
- OPT_std_gnu__11 = 1057, /* -std=gnu++11 */
- OPT_std_gnu__98 = 1058, /* -std=gnu++98 */
- OPT_std_gnu11 = 1059, /* -std=gnu11 */
- /* OPT_std_gnu1x = 1060, */ /* -std=gnu1x */
- /* OPT_std_gnu89 = 1061, */ /* -std=gnu89 */
- OPT_std_gnu90 = 1062, /* -std=gnu90 */
- OPT_std_gnu99 = 1063, /* -std=gnu99 */
- /* OPT_std_gnu9x = 1064, */ /* -std=gnu9x */
- /* OPT_std_iso9899_1990 = 1065, */ /* -std=iso9899:1990 */
- OPT_std_iso9899_199409 = 1066, /* -std=iso9899:199409 */
- /* OPT_std_iso9899_1999 = 1067, */ /* -std=iso9899:1999 */
- /* OPT_std_iso9899_199x = 1068, */ /* -std=iso9899:199x */
- /* OPT_std_iso9899_2011 = 1069, */ /* -std=iso9899:2011 */
- OPT_std_legacy = 1070, /* -std=legacy */
- OPT_symbolic = 1071, /* -symbolic */
- OPT_t = 1072, /* -t */
- OPT_time = 1073, /* -time */
- OPT_time_ = 1074, /* -time= */
- OPT_traditional = 1075, /* -traditional */
- OPT_traditional_cpp = 1076, /* -traditional-cpp */
- OPT_trigraphs = 1077, /* -trigraphs */
- OPT_u = 1078, /* -u */
- OPT_undef = 1079, /* -undef */
- OPT_v = 1080, /* -v */
- OPT_version = 1081, /* -version */
- OPT_w = 1082, /* -w */
- OPT_wrapper = 1083, /* -wrapper */
- OPT_x = 1084, /* -x */
- OPT_z = 1085, /* -z */
+ OPT_ftree_coalesce_inlined_vars = 874, /* -ftree-coalesce-inlined-vars */
+ OPT_ftree_coalesce_vars = 875, /* -ftree-coalesce-vars */
+ OPT_ftree_copy_prop = 876, /* -ftree-copy-prop */
+ OPT_ftree_copyrename = 877, /* -ftree-copyrename */
+ OPT_ftree_cselim = 878, /* -ftree-cselim */
+ OPT_ftree_dce = 879, /* -ftree-dce */
+ OPT_ftree_dominator_opts = 880, /* -ftree-dominator-opts */
+ OPT_ftree_dse = 881, /* -ftree-dse */
+ OPT_ftree_forwprop = 882, /* -ftree-forwprop */
+ OPT_ftree_fre = 883, /* -ftree-fre */
+ OPT_ftree_loop_distribute_patterns = 884, /* -ftree-loop-distribute-patterns */
+ OPT_ftree_loop_distribution = 885, /* -ftree-loop-distribution */
+ OPT_ftree_loop_if_convert = 886, /* -ftree-loop-if-convert */
+ OPT_ftree_loop_if_convert_stores = 887, /* -ftree-loop-if-convert-stores */
+ OPT_ftree_loop_im = 888, /* -ftree-loop-im */
+ OPT_ftree_loop_ivcanon = 889, /* -ftree-loop-ivcanon */
+ /* OPT_ftree_loop_linear = 890, */ /* -ftree-loop-linear */
+ OPT_ftree_loop_optimize = 891, /* -ftree-loop-optimize */
+ OPT_ftree_lrs = 892, /* -ftree-lrs */
+ OPT_ftree_parallelize_loops_ = 893, /* -ftree-parallelize-loops= */
+ OPT_ftree_partial_pre = 894, /* -ftree-partial-pre */
+ OPT_ftree_phiprop = 895, /* -ftree-phiprop */
+ OPT_ftree_pre = 896, /* -ftree-pre */
+ OPT_ftree_pta = 897, /* -ftree-pta */
+ OPT_ftree_reassoc = 898, /* -ftree-reassoc */
+ /* OPT_ftree_salias = 899, */ /* -ftree-salias */
+ OPT_ftree_scev_cprop = 900, /* -ftree-scev-cprop */
+ OPT_ftree_sink = 901, /* -ftree-sink */
+ OPT_ftree_slp_vectorize = 902, /* -ftree-slp-vectorize */
+ OPT_ftree_sra = 903, /* -ftree-sra */
+ /* OPT_ftree_store_ccp = 904, */ /* -ftree-store-ccp */
+ /* OPT_ftree_store_copy_prop = 905, */ /* -ftree-store-copy-prop */
+ OPT_ftree_switch_conversion = 906, /* -ftree-switch-conversion */
+ OPT_ftree_tail_merge = 907, /* -ftree-tail-merge */
+ OPT_ftree_ter = 908, /* -ftree-ter */
+ OPT_ftree_vect_loop_version = 909, /* -ftree-vect-loop-version */
+ OPT_ftree_vectorize = 910, /* -ftree-vectorize */
+ OPT_ftree_vectorizer_verbose_ = 911, /* -ftree-vectorizer-verbose= */
+ OPT_ftree_vrp = 912, /* -ftree-vrp */
+ OPT_funderscoring = 913, /* -funderscoring */
+ OPT_funit_at_a_time = 914, /* -funit-at-a-time */
+ OPT_funroll_all_loops = 915, /* -funroll-all-loops */
+ OPT_funroll_loops = 916, /* -funroll-loops */
+ OPT_funsafe_loop_optimizations = 917, /* -funsafe-loop-optimizations */
+ OPT_funsafe_math_optimizations = 918, /* -funsafe-math-optimizations */
+ OPT_funsigned_bitfields = 919, /* -funsigned-bitfields */
+ OPT_funsigned_char = 920, /* -funsigned-char */
+ OPT_funswitch_loops = 921, /* -funswitch-loops */
+ OPT_funwind_tables = 922, /* -funwind-tables */
+ OPT_fuse_atomic_builtins = 923, /* -fuse-atomic-builtins */
+ OPT_fuse_boehm_gc = 924, /* -fuse-boehm-gc */
+ OPT_fuse_cxa_atexit = 925, /* -fuse-cxa-atexit */
+ OPT_fuse_cxa_get_exception_ptr = 926, /* -fuse-cxa-get-exception-ptr */
+ OPT_fuse_divide_subroutine = 927, /* -fuse-divide-subroutine */
+ OPT_fuse_linker_plugin = 928, /* -fuse-linker-plugin */
+ OPT_fvar_tracking = 929, /* -fvar-tracking */
+ OPT_fvar_tracking_assignments = 930, /* -fvar-tracking-assignments */
+ OPT_fvar_tracking_assignments_toggle = 931,/* -fvar-tracking-assignments-toggle */
+ OPT_fvar_tracking_uninit = 932, /* -fvar-tracking-uninit */
+ OPT_fvariable_expansion_in_unroller = 933, /* -fvariable-expansion-in-unroller */
+ OPT_fvect_cost_model = 934, /* -fvect-cost-model */
+ OPT_fverbose_asm = 935, /* -fverbose-asm */
+ /* OPT_fversion = 936, */ /* -fversion */
+ OPT_fvisibility_inlines_hidden = 937, /* -fvisibility-inlines-hidden */
+ OPT_fvisibility_ms_compat = 938, /* -fvisibility-ms-compat */
+ OPT_fvisibility_ = 939, /* -fvisibility= */
+ OPT_fvpt = 940, /* -fvpt */
+ /* OPT_fvtable_gc = 941, */ /* -fvtable-gc */
+ /* OPT_fvtable_thunks = 942, */ /* -fvtable-thunks */
+ OPT_fweak = 943, /* -fweak */
+ OPT_fweb = 944, /* -fweb */
+ OPT_fwhole_file = 945, /* -fwhole-file */
+ OPT_fwhole_program = 946, /* -fwhole-program */
+ OPT_fwide_exec_charset_ = 947, /* -fwide-exec-charset= */
+ OPT_fworking_directory = 948, /* -fworking-directory */
+ OPT_fwpa = 949, /* -fwpa */
+ OPT_fwrapv = 950, /* -fwrapv */
+ /* OPT_fxref = 951, */ /* -fxref */
+ /* OPT_fzee = 952, */ /* -fzee */
+ OPT_fzero_initialized_in_bss = 953, /* -fzero-initialized-in-bss */
+ OPT_fzero_link = 954, /* -fzero-link */
+ OPT_g = 955, /* -g */
+ OPT_gant = 956, /* -gant */
+ OPT_gcoff = 957, /* -gcoff */
+ OPT_gdwarf_ = 958, /* -gdwarf- */
+ OPT_gen_decls = 959, /* -gen-decls */
+ OPT_ggdb = 960, /* -ggdb */
+ OPT_gnat = 961, /* -gnat */
+ OPT_gnatO = 962, /* -gnatO */
+ OPT_gno_record_gcc_switches = 963, /* -gno-record-gcc-switches */
+ OPT_gno_strict_dwarf = 964, /* -gno-strict-dwarf */
+ OPT_grecord_gcc_switches = 965, /* -grecord-gcc-switches */
+ OPT_gstabs = 966, /* -gstabs */
+ OPT_gstabs_ = 967, /* -gstabs+ */
+ OPT_gstrict_dwarf = 968, /* -gstrict-dwarf */
+ OPT_gtoggle = 969, /* -gtoggle */
+ OPT_gvms = 970, /* -gvms */
+ OPT_gxcoff = 971, /* -gxcoff */
+ OPT_gxcoff_ = 972, /* -gxcoff+ */
+ OPT_h = 973, /* -h */
+ OPT_idirafter = 974, /* -idirafter */
+ OPT_imacros = 975, /* -imacros */
+ OPT_imultilib = 976, /* -imultilib */
+ OPT_include = 977, /* -include */
+ OPT_iplugindir_ = 978, /* -iplugindir= */
+ OPT_iprefix = 979, /* -iprefix */
+ OPT_iquote = 980, /* -iquote */
+ OPT_isysroot = 981, /* -isysroot */
+ OPT_isystem = 982, /* -isystem */
+ OPT_iwithprefix = 983, /* -iwithprefix */
+ OPT_iwithprefixbefore = 984, /* -iwithprefixbefore */
+ OPT_k8 = 985, /* -k8 */
+ OPT_l = 986, /* -l */
+ OPT_lang_asm = 987, /* -lang-asm */
+ OPT_march_ = 988, /* -march= */
+ OPT_mbig_endian = 989, /* -mbig-endian */
+ OPT_mcmodel_ = 990, /* -mcmodel= */
+ OPT_mcpu_ = 991, /* -mcpu= */
+ OPT_mgeneral_regs_only = 992, /* -mgeneral-regs-only */
+ OPT_mlittle_endian = 993, /* -mlittle-endian */
+ OPT_momit_leaf_frame_pointer = 994, /* -momit-leaf-frame-pointer */
+ OPT_mstrict_align = 995, /* -mstrict-align */
+ OPT_mtls_dialect_ = 996, /* -mtls-dialect= */
+ OPT_mtune_ = 997, /* -mtune= */
+ OPT_n = 998, /* -n */
+ OPT_no_canonical_prefixes = 999, /* -no-canonical-prefixes */
+ OPT_no_integrated_cpp = 1000, /* -no-integrated-cpp */
+ OPT_nocpp = 1001, /* -nocpp */
+ OPT_nodefaultlibs = 1002, /* -nodefaultlibs */
+ OPT_nostartfiles = 1003, /* -nostartfiles */
+ OPT_nostdinc = 1004, /* -nostdinc */
+ OPT_nostdinc__ = 1005, /* -nostdinc++ */
+ OPT_nostdlib = 1006, /* -nostdlib */
+ OPT_o = 1007, /* -o */
+ OPT_p = 1008, /* -p */
+ OPT_pass_exit_codes = 1009, /* -pass-exit-codes */
+ OPT_pedantic = 1010, /* -pedantic */
+ OPT_pedantic_errors = 1011, /* -pedantic-errors */
+ OPT_pg = 1012, /* -pg */
+ OPT_pie = 1013, /* -pie */
+ OPT_pipe = 1014, /* -pipe */
+ OPT_print_file_name_ = 1015, /* -print-file-name= */
+ OPT_print_libgcc_file_name = 1016, /* -print-libgcc-file-name */
+ OPT_print_multi_directory = 1017, /* -print-multi-directory */
+ OPT_print_multi_lib = 1018, /* -print-multi-lib */
+ OPT_print_multi_os_directory = 1019, /* -print-multi-os-directory */
+ OPT_print_objc_runtime_info = 1020, /* -print-objc-runtime-info */
+ OPT_print_prog_name_ = 1021, /* -print-prog-name= */
+ OPT_print_search_dirs = 1022, /* -print-search-dirs */
+ OPT_print_sysroot = 1023, /* -print-sysroot */
+ OPT_print_sysroot_headers_suffix = 1024, /* -print-sysroot-headers-suffix */
+ OPT_quiet = 1025, /* -quiet */
+ OPT_r = 1026, /* -r */
+ OPT_remap = 1027, /* -remap */
+ OPT_s = 1028, /* -s */
+ OPT_s_bc_abi = 1029, /* -s-bc-abi */
+ OPT_save_temps = 1030, /* -save-temps */
+ OPT_save_temps_ = 1031, /* -save-temps= */
+ OPT_shared = 1032, /* -shared */
+ OPT_shared_libgcc = 1033, /* -shared-libgcc */
+ /* OPT_specs = 1034, */ /* -specs */
+ OPT_specs_ = 1035, /* -specs= */
+ OPT_static = 1036, /* -static */
+ OPT_static_libgcc = 1037, /* -static-libgcc */
+ OPT_static_libgcj = 1038, /* -static-libgcj */
+ OPT_static_libgfortran = 1039, /* -static-libgfortran */
+ OPT_static_libgo = 1040, /* -static-libgo */
+ OPT_static_libstdc__ = 1041, /* -static-libstdc++ */
+ /* OPT_std_c__03 = 1042, */ /* -std=c++03 */
+ /* OPT_std_c__0x = 1043, */ /* -std=c++0x */
+ OPT_std_c__11 = 1044, /* -std=c++11 */
+ OPT_std_c__98 = 1045, /* -std=c++98 */
+ OPT_std_c11 = 1046, /* -std=c11 */
+ /* OPT_std_c1x = 1047, */ /* -std=c1x */
+ /* OPT_std_c89 = 1048, */ /* -std=c89 */
+ OPT_std_c90 = 1049, /* -std=c90 */
+ OPT_std_c99 = 1050, /* -std=c99 */
+ /* OPT_std_c9x = 1051, */ /* -std=c9x */
+ OPT_std_f2003 = 1052, /* -std=f2003 */
+ OPT_std_f2008 = 1053, /* -std=f2008 */
+ OPT_std_f2008ts = 1054, /* -std=f2008ts */
+ OPT_std_f95 = 1055, /* -std=f95 */
+ OPT_std_gnu = 1056, /* -std=gnu */
+ /* OPT_std_gnu__03 = 1057, */ /* -std=gnu++03 */
+ /* OPT_std_gnu__0x = 1058, */ /* -std=gnu++0x */
+ OPT_std_gnu__11 = 1059, /* -std=gnu++11 */
+ OPT_std_gnu__98 = 1060, /* -std=gnu++98 */
+ OPT_std_gnu11 = 1061, /* -std=gnu11 */
+ /* OPT_std_gnu1x = 1062, */ /* -std=gnu1x */
+ /* OPT_std_gnu89 = 1063, */ /* -std=gnu89 */
+ OPT_std_gnu90 = 1064, /* -std=gnu90 */
+ OPT_std_gnu99 = 1065, /* -std=gnu99 */
+ /* OPT_std_gnu9x = 1066, */ /* -std=gnu9x */
+ /* OPT_std_iso9899_1990 = 1067, */ /* -std=iso9899:1990 */
+ OPT_std_iso9899_199409 = 1068, /* -std=iso9899:199409 */
+ /* OPT_std_iso9899_1999 = 1069, */ /* -std=iso9899:1999 */
+ /* OPT_std_iso9899_199x = 1070, */ /* -std=iso9899:199x */
+ /* OPT_std_iso9899_2011 = 1071, */ /* -std=iso9899:2011 */
+ OPT_std_legacy = 1072, /* -std=legacy */
+ OPT_symbolic = 1073, /* -symbolic */
+ OPT_t = 1074, /* -t */
+ OPT_time = 1075, /* -time */
+ OPT_time_ = 1076, /* -time= */
+ OPT_traditional = 1077, /* -traditional */
+ OPT_traditional_cpp = 1078, /* -traditional-cpp */
+ OPT_trigraphs = 1079, /* -trigraphs */
+ OPT_u = 1080, /* -u */
+ OPT_undef = 1081, /* -undef */
+ OPT_v = 1082, /* -v */
+ OPT_version = 1083, /* -version */
+ OPT_w = 1084, /* -w */
+ OPT_wrapper = 1085, /* -wrapper */
+ OPT_x = 1086, /* -x */
+ OPT_z = 1087, /* -z */
N_OPTS,
OPT_SPECIAL_unknown,
OPT_SPECIAL_ignore,