您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

9779 行
361KB

  1. /* This file is auto-generated by opth-gen.awk. */
  2. #ifndef OPTIONS_H
  3. #define OPTIONS_H
  4. #include "flag-types.h"
  5. #include "config/arm/arm-opts.h"
  6. #if !defined(IN_LIBGCC2) && !defined(IN_TARGET_LIBS) && !defined(IN_RTS)
  7. #ifndef GENERATOR_FILE
  8. #if !defined(IN_LIBGCC2) && !defined(IN_TARGET_LIBS)
  9. struct GTY(()) gcc_options
  10. #else
  11. struct gcc_options
  12. #endif
  13. {
  14. #endif
  15. #ifdef GENERATOR_FILE
  16. extern HOST_WIDE_INT function_entry_patch_area_size;
  17. #else
  18. HOST_WIDE_INT x_function_entry_patch_area_size;
  19. #define function_entry_patch_area_size global_options.x_function_entry_patch_area_size
  20. #endif
  21. #ifdef GENERATOR_FILE
  22. extern HOST_WIDE_INT function_entry_patch_area_start;
  23. #else
  24. HOST_WIDE_INT x_function_entry_patch_area_start;
  25. #define function_entry_patch_area_start global_options.x_function_entry_patch_area_start
  26. #endif
  27. #ifdef GENERATOR_FILE
  28. extern bool dump_base_name_prefixed;
  29. #else
  30. bool x_dump_base_name_prefixed;
  31. #define dump_base_name_prefixed global_options.x_dump_base_name_prefixed
  32. #endif
  33. #ifdef GENERATOR_FILE
  34. extern bool exit_after_options;
  35. #else
  36. bool x_exit_after_options;
  37. #define exit_after_options global_options.x_exit_after_options
  38. #endif
  39. #ifdef GENERATOR_FILE
  40. extern bool flag_disable_hsa;
  41. #else
  42. bool x_flag_disable_hsa;
  43. #define flag_disable_hsa global_options.x_flag_disable_hsa
  44. #endif
  45. #ifdef GENERATOR_FILE
  46. extern bool flag_dump_all_passed;
  47. #else
  48. bool x_flag_dump_all_passed;
  49. #define flag_dump_all_passed global_options.x_flag_dump_all_passed
  50. #endif
  51. #ifdef GENERATOR_FILE
  52. extern bool flag_opts_finished;
  53. #else
  54. bool x_flag_opts_finished;
  55. #define flag_opts_finished global_options.x_flag_opts_finished
  56. #endif
  57. #ifdef GENERATOR_FILE
  58. extern bool flag_stack_usage_info;
  59. #else
  60. bool x_flag_stack_usage_info;
  61. #define flag_stack_usage_info global_options.x_flag_stack_usage_info
  62. #endif
  63. #ifdef GENERATOR_FILE
  64. extern bool flag_warn_unused_result;
  65. #else
  66. bool x_flag_warn_unused_result;
  67. #define flag_warn_unused_result global_options.x_flag_warn_unused_result
  68. #endif
  69. #ifdef GENERATOR_FILE
  70. extern bool in_lto_p;
  71. #else
  72. bool x_in_lto_p;
  73. #define in_lto_p global_options.x_in_lto_p
  74. #endif
  75. #ifdef GENERATOR_FILE
  76. extern bool use_gnu_debug_info_extensions;
  77. #else
  78. bool x_use_gnu_debug_info_extensions;
  79. #define use_gnu_debug_info_extensions global_options.x_use_gnu_debug_info_extensions
  80. #endif
  81. #ifdef GENERATOR_FILE
  82. extern char *help_enum_printed;
  83. #else
  84. char * x_help_enum_printed;
  85. #define help_enum_printed global_options.x_help_enum_printed
  86. #endif
  87. #ifdef GENERATOR_FILE
  88. extern char *help_printed;
  89. #else
  90. char * x_help_printed;
  91. #define help_printed global_options.x_help_printed
  92. #endif
  93. #ifdef GENERATOR_FILE
  94. extern const char *main_input_basename;
  95. #else
  96. const char * x_main_input_basename;
  97. #define main_input_basename global_options.x_main_input_basename
  98. #endif
  99. #ifdef GENERATOR_FILE
  100. extern const char *main_input_filename;
  101. #else
  102. const char * x_main_input_filename;
  103. #define main_input_filename global_options.x_main_input_filename
  104. #endif
  105. #ifdef GENERATOR_FILE
  106. extern enum debug_info_levels debug_info_level;
  107. #else
  108. enum debug_info_levels x_debug_info_level;
  109. #define debug_info_level global_options.x_debug_info_level
  110. #endif
  111. #ifdef GENERATOR_FILE
  112. extern enum debug_info_type write_symbols;
  113. #else
  114. enum debug_info_type x_write_symbols;
  115. #define write_symbols global_options.x_write_symbols
  116. #endif
  117. #ifdef GENERATOR_FILE
  118. extern enum debug_struct_file debug_struct_generic[DINFO_USAGE_NUM_ENUMS];
  119. #else
  120. enum debug_struct_file x_debug_struct_generic[DINFO_USAGE_NUM_ENUMS];
  121. #define debug_struct_generic global_options.x_debug_struct_generic
  122. #endif
  123. #ifdef GENERATOR_FILE
  124. extern enum debug_struct_file debug_struct_ordinary[DINFO_USAGE_NUM_ENUMS];
  125. #else
  126. enum debug_struct_file x_debug_struct_ordinary[DINFO_USAGE_NUM_ENUMS];
  127. #define debug_struct_ordinary global_options.x_debug_struct_ordinary
  128. #endif
  129. #ifdef GENERATOR_FILE
  130. extern enum dwarf_gnat_encodings gnat_encodings;
  131. #else
  132. enum dwarf_gnat_encodings x_gnat_encodings;
  133. #define gnat_encodings global_options.x_gnat_encodings
  134. #endif
  135. #ifdef GENERATOR_FILE
  136. extern enum incremental_link flag_incremental_link;
  137. #else
  138. enum incremental_link x_flag_incremental_link;
  139. #define flag_incremental_link global_options.x_flag_incremental_link
  140. #endif
  141. #ifdef GENERATOR_FILE
  142. extern enum stack_check_type flag_stack_check;
  143. #else
  144. enum stack_check_type x_flag_stack_check;
  145. #define flag_stack_check global_options.x_flag_stack_check
  146. #endif
  147. #ifdef GENERATOR_FILE
  148. extern int flag_complex_method;
  149. #else
  150. int x_flag_complex_method;
  151. #define flag_complex_method global_options.x_flag_complex_method
  152. #endif
  153. #ifdef GENERATOR_FILE
  154. extern int flag_debug_asm;
  155. #else
  156. int x_flag_debug_asm;
  157. #define flag_debug_asm global_options.x_flag_debug_asm
  158. #endif
  159. #ifdef GENERATOR_FILE
  160. extern int flag_dump_rtl_in_asm;
  161. #else
  162. int x_flag_dump_rtl_in_asm;
  163. #define flag_dump_rtl_in_asm global_options.x_flag_dump_rtl_in_asm
  164. #endif
  165. #ifdef GENERATOR_FILE
  166. extern int flag_gen_aux_info;
  167. #else
  168. int x_flag_gen_aux_info;
  169. #define flag_gen_aux_info global_options.x_flag_gen_aux_info
  170. #endif
  171. #ifdef GENERATOR_FILE
  172. extern int flag_generate_lto;
  173. #else
  174. int x_flag_generate_lto;
  175. #define flag_generate_lto global_options.x_flag_generate_lto
  176. #endif
  177. #ifdef GENERATOR_FILE
  178. extern int flag_generate_offload;
  179. #else
  180. int x_flag_generate_offload;
  181. #define flag_generate_offload global_options.x_flag_generate_offload
  182. #endif
  183. #ifdef GENERATOR_FILE
  184. extern int flag_print_asm_name;
  185. #else
  186. int x_flag_print_asm_name;
  187. #define flag_print_asm_name global_options.x_flag_print_asm_name
  188. #endif
  189. #ifdef GENERATOR_FILE
  190. extern int flag_shlib;
  191. #else
  192. int x_flag_shlib;
  193. #define flag_shlib global_options.x_flag_shlib
  194. #endif
  195. #ifdef GENERATOR_FILE
  196. extern int main_input_baselength;
  197. #else
  198. int x_main_input_baselength;
  199. #define main_input_baselength global_options.x_main_input_baselength
  200. #endif
  201. #ifdef GENERATOR_FILE
  202. extern int optimize;
  203. #else
  204. int x_optimize;
  205. #define optimize global_options.x_optimize
  206. #endif
  207. #ifdef GENERATOR_FILE
  208. extern int optimize_debug;
  209. #else
  210. int x_optimize_debug;
  211. #define optimize_debug global_options.x_optimize_debug
  212. #endif
  213. #ifdef GENERATOR_FILE
  214. extern int optimize_fast;
  215. #else
  216. int x_optimize_fast;
  217. #define optimize_fast global_options.x_optimize_fast
  218. #endif
  219. #ifdef GENERATOR_FILE
  220. extern int optimize_size;
  221. #else
  222. int x_optimize_size;
  223. #define optimize_size global_options.x_optimize_size
  224. #endif
  225. #ifdef GENERATOR_FILE
  226. extern int rtl_dump_and_exit;
  227. #else
  228. int x_rtl_dump_and_exit;
  229. #define rtl_dump_and_exit global_options.x_rtl_dump_and_exit
  230. #endif
  231. #ifdef GENERATOR_FILE
  232. extern int target_flags;
  233. #else
  234. int x_target_flags;
  235. #define target_flags global_options.x_target_flags
  236. #endif
  237. #ifdef GENERATOR_FILE
  238. extern unsigned int flag_sanitize;
  239. #else
  240. unsigned int x_flag_sanitize;
  241. #define flag_sanitize global_options.x_flag_sanitize
  242. #endif
  243. #ifdef GENERATOR_FILE
  244. extern unsigned int flag_sanitize_coverage;
  245. #else
  246. unsigned int x_flag_sanitize_coverage;
  247. #define flag_sanitize_coverage global_options.x_flag_sanitize_coverage
  248. #endif
  249. #ifdef GENERATOR_FILE
  250. extern unsigned int flag_sanitize_recover;
  251. #else
  252. unsigned int x_flag_sanitize_recover;
  253. #define flag_sanitize_recover global_options.x_flag_sanitize_recover
  254. #endif
  255. #ifdef GENERATOR_FILE
  256. extern unsigned int help_columns;
  257. #else
  258. unsigned int x_help_columns;
  259. #define help_columns global_options.x_help_columns
  260. #endif
  261. #ifdef GENERATOR_FILE
  262. extern unsigned int initial_max_fld_align;
  263. #else
  264. unsigned int x_initial_max_fld_align;
  265. #define initial_max_fld_align global_options.x_initial_max_fld_align
  266. #endif
  267. #ifdef GENERATOR_FILE
  268. extern void *flag_instrument_functions_exclude_files;
  269. #else
  270. void * x_flag_instrument_functions_exclude_files;
  271. #define flag_instrument_functions_exclude_files global_options.x_flag_instrument_functions_exclude_files
  272. #endif
  273. #ifdef GENERATOR_FILE
  274. extern void *flag_instrument_functions_exclude_functions;
  275. #else
  276. void * x_flag_instrument_functions_exclude_functions;
  277. #define flag_instrument_functions_exclude_functions global_options.x_flag_instrument_functions_exclude_functions
  278. #endif
  279. #ifdef GENERATOR_FILE
  280. extern int help_flag;
  281. #else
  282. int x_help_flag;
  283. #define help_flag global_options.x_help_flag
  284. #endif
  285. #ifdef GENERATOR_FILE
  286. extern int no_sysroot_suffix;
  287. #else
  288. int x_no_sysroot_suffix;
  289. #define no_sysroot_suffix global_options.x_no_sysroot_suffix
  290. #endif
  291. #ifdef GENERATOR_FILE
  292. extern int param_align_loop_iterations;
  293. #else
  294. int x_param_align_loop_iterations;
  295. #define param_align_loop_iterations global_options.x_param_align_loop_iterations
  296. #endif
  297. #ifdef GENERATOR_FILE
  298. extern int param_align_threshold;
  299. #else
  300. int x_param_align_threshold;
  301. #define param_align_threshold global_options.x_param_align_threshold
  302. #endif
  303. #ifdef GENERATOR_FILE
  304. extern int param_analyzer_bb_explosion_factor;
  305. #else
  306. int x_param_analyzer_bb_explosion_factor;
  307. #define param_analyzer_bb_explosion_factor global_options.x_param_analyzer_bb_explosion_factor
  308. #endif
  309. #ifdef GENERATOR_FILE
  310. extern int param_analyzer_max_enodes_per_program_point;
  311. #else
  312. int x_param_analyzer_max_enodes_per_program_point;
  313. #define param_analyzer_max_enodes_per_program_point global_options.x_param_analyzer_max_enodes_per_program_point
  314. #endif
  315. #ifdef GENERATOR_FILE
  316. extern int param_analyzer_max_recursion_depth;
  317. #else
  318. int x_param_analyzer_max_recursion_depth;
  319. #define param_analyzer_max_recursion_depth global_options.x_param_analyzer_max_recursion_depth
  320. #endif
  321. #ifdef GENERATOR_FILE
  322. extern int param_analyzer_min_snodes_for_call_summary;
  323. #else
  324. int x_param_analyzer_min_snodes_for_call_summary;
  325. #define param_analyzer_min_snodes_for_call_summary global_options.x_param_analyzer_min_snodes_for_call_summary
  326. #endif
  327. #ifdef GENERATOR_FILE
  328. extern int param_asan_globals;
  329. #else
  330. int x_param_asan_globals;
  331. #define param_asan_globals global_options.x_param_asan_globals
  332. #endif
  333. #ifdef GENERATOR_FILE
  334. extern int param_asan_protect_allocas;
  335. #else
  336. int x_param_asan_protect_allocas;
  337. #define param_asan_protect_allocas global_options.x_param_asan_protect_allocas
  338. #endif
  339. #ifdef GENERATOR_FILE
  340. extern int param_asan_instrument_reads;
  341. #else
  342. int x_param_asan_instrument_reads;
  343. #define param_asan_instrument_reads global_options.x_param_asan_instrument_reads
  344. #endif
  345. #ifdef GENERATOR_FILE
  346. extern int param_asan_instrument_writes;
  347. #else
  348. int x_param_asan_instrument_writes;
  349. #define param_asan_instrument_writes global_options.x_param_asan_instrument_writes
  350. #endif
  351. #ifdef GENERATOR_FILE
  352. extern int param_asan_instrumentation_with_call_threshold;
  353. #else
  354. int x_param_asan_instrumentation_with_call_threshold;
  355. #define param_asan_instrumentation_with_call_threshold global_options.x_param_asan_instrumentation_with_call_threshold
  356. #endif
  357. #ifdef GENERATOR_FILE
  358. extern int param_asan_memintrin;
  359. #else
  360. int x_param_asan_memintrin;
  361. #define param_asan_memintrin global_options.x_param_asan_memintrin
  362. #endif
  363. #ifdef GENERATOR_FILE
  364. extern int param_asan_stack;
  365. #else
  366. int x_param_asan_stack;
  367. #define param_asan_stack global_options.x_param_asan_stack
  368. #endif
  369. #ifdef GENERATOR_FILE
  370. extern int param_asan_use_after_return;
  371. #else
  372. int x_param_asan_use_after_return;
  373. #define param_asan_use_after_return global_options.x_param_asan_use_after_return
  374. #endif
  375. #ifdef GENERATOR_FILE
  376. extern int param_avg_loop_niter;
  377. #else
  378. int x_param_avg_loop_niter;
  379. #define param_avg_loop_niter global_options.x_param_avg_loop_niter
  380. #endif
  381. #ifdef GENERATOR_FILE
  382. extern int param_avoid_fma_max_bits;
  383. #else
  384. int x_param_avoid_fma_max_bits;
  385. #define param_avoid_fma_max_bits global_options.x_param_avoid_fma_max_bits
  386. #endif
  387. #ifdef GENERATOR_FILE
  388. extern int param_builtin_expect_probability;
  389. #else
  390. int x_param_builtin_expect_probability;
  391. #define param_builtin_expect_probability global_options.x_param_builtin_expect_probability
  392. #endif
  393. #ifdef GENERATOR_FILE
  394. extern int param_builtin_string_cmp_inline_length;
  395. #else
  396. int x_param_builtin_string_cmp_inline_length;
  397. #define param_builtin_string_cmp_inline_length global_options.x_param_builtin_string_cmp_inline_length
  398. #endif
  399. #ifdef GENERATOR_FILE
  400. extern int param_case_values_threshold;
  401. #else
  402. int x_param_case_values_threshold;
  403. #define param_case_values_threshold global_options.x_param_case_values_threshold
  404. #endif
  405. #ifdef GENERATOR_FILE
  406. extern int param_comdat_sharing_probability;
  407. #else
  408. int x_param_comdat_sharing_probability;
  409. #define param_comdat_sharing_probability global_options.x_param_comdat_sharing_probability
  410. #endif
  411. #ifdef GENERATOR_FILE
  412. extern int param_cxx_max_namespaces_for_diagnostic_help;
  413. #else
  414. int x_param_cxx_max_namespaces_for_diagnostic_help;
  415. #define param_cxx_max_namespaces_for_diagnostic_help global_options.x_param_cxx_max_namespaces_for_diagnostic_help
  416. #endif
  417. #ifdef GENERATOR_FILE
  418. extern int param_dse_max_alias_queries_per_store;
  419. #else
  420. int x_param_dse_max_alias_queries_per_store;
  421. #define param_dse_max_alias_queries_per_store global_options.x_param_dse_max_alias_queries_per_store
  422. #endif
  423. #ifdef GENERATOR_FILE
  424. extern int param_dse_max_object_size;
  425. #else
  426. int x_param_dse_max_object_size;
  427. #define param_dse_max_object_size global_options.x_param_dse_max_object_size
  428. #endif
  429. #ifdef GENERATOR_FILE
  430. extern int param_early_inlining_insns;
  431. #else
  432. int x_param_early_inlining_insns;
  433. #define param_early_inlining_insns global_options.x_param_early_inlining_insns
  434. #endif
  435. #ifdef GENERATOR_FILE
  436. extern int param_fsm_maximum_phi_arguments;
  437. #else
  438. int x_param_fsm_maximum_phi_arguments;
  439. #define param_fsm_maximum_phi_arguments global_options.x_param_fsm_maximum_phi_arguments
  440. #endif
  441. #ifdef GENERATOR_FILE
  442. extern int param_fsm_scale_path_blocks;
  443. #else
  444. int x_param_fsm_scale_path_blocks;
  445. #define param_fsm_scale_path_blocks global_options.x_param_fsm_scale_path_blocks
  446. #endif
  447. #ifdef GENERATOR_FILE
  448. extern int param_fsm_scale_path_stmts;
  449. #else
  450. int x_param_fsm_scale_path_stmts;
  451. #define param_fsm_scale_path_stmts global_options.x_param_fsm_scale_path_stmts
  452. #endif
  453. #ifdef GENERATOR_FILE
  454. extern int param_gcse_after_reload_critical_fraction;
  455. #else
  456. int x_param_gcse_after_reload_critical_fraction;
  457. #define param_gcse_after_reload_critical_fraction global_options.x_param_gcse_after_reload_critical_fraction
  458. #endif
  459. #ifdef GENERATOR_FILE
  460. extern int param_gcse_after_reload_partial_fraction;
  461. #else
  462. int x_param_gcse_after_reload_partial_fraction;
  463. #define param_gcse_after_reload_partial_fraction global_options.x_param_gcse_after_reload_partial_fraction
  464. #endif
  465. #ifdef GENERATOR_FILE
  466. extern int param_gcse_cost_distance_ratio;
  467. #else
  468. int x_param_gcse_cost_distance_ratio;
  469. #define param_gcse_cost_distance_ratio global_options.x_param_gcse_cost_distance_ratio
  470. #endif
  471. #ifdef GENERATOR_FILE
  472. extern int param_gcse_unrestricted_cost;
  473. #else
  474. int x_param_gcse_unrestricted_cost;
  475. #define param_gcse_unrestricted_cost global_options.x_param_gcse_unrestricted_cost
  476. #endif
  477. #ifdef GENERATOR_FILE
  478. extern int param_ggc_min_expand;
  479. #else
  480. int x_param_ggc_min_expand;
  481. #define param_ggc_min_expand global_options.x_param_ggc_min_expand
  482. #endif
  483. #ifdef GENERATOR_FILE
  484. extern int param_ggc_min_heapsize;
  485. #else
  486. int x_param_ggc_min_heapsize;
  487. #define param_ggc_min_heapsize global_options.x_param_ggc_min_heapsize
  488. #endif
  489. #ifdef GENERATOR_FILE
  490. extern int param_gimple_fe_computed_hot_bb_threshold;
  491. #else
  492. int x_param_gimple_fe_computed_hot_bb_threshold;
  493. #define param_gimple_fe_computed_hot_bb_threshold global_options.x_param_gimple_fe_computed_hot_bb_threshold
  494. #endif
  495. #ifdef GENERATOR_FILE
  496. extern int param_graphite_allow_codegen_errors;
  497. #else
  498. int x_param_graphite_allow_codegen_errors;
  499. #define param_graphite_allow_codegen_errors global_options.x_param_graphite_allow_codegen_errors
  500. #endif
  501. #ifdef GENERATOR_FILE
  502. extern int param_graphite_max_arrays_per_scop;
  503. #else
  504. int x_param_graphite_max_arrays_per_scop;
  505. #define param_graphite_max_arrays_per_scop global_options.x_param_graphite_max_arrays_per_scop
  506. #endif
  507. #ifdef GENERATOR_FILE
  508. extern int param_graphite_max_nb_scop_params;
  509. #else
  510. int x_param_graphite_max_nb_scop_params;
  511. #define param_graphite_max_nb_scop_params global_options.x_param_graphite_max_nb_scop_params
  512. #endif
  513. #ifdef GENERATOR_FILE
  514. extern int param_hash_table_verification_limit;
  515. #else
  516. int x_param_hash_table_verification_limit;
  517. #define param_hash_table_verification_limit global_options.x_param_hash_table_verification_limit
  518. #endif
  519. #ifdef GENERATOR_FILE
  520. extern int param_hot_bb_count_fraction;
  521. #else
  522. int x_param_hot_bb_count_fraction;
  523. #define param_hot_bb_count_fraction global_options.x_param_hot_bb_count_fraction
  524. #endif
  525. #ifdef GENERATOR_FILE
  526. extern int param_hot_bb_count_ws_permille;
  527. #else
  528. int x_param_hot_bb_count_ws_permille;
  529. #define param_hot_bb_count_ws_permille global_options.x_param_hot_bb_count_ws_permille
  530. #endif
  531. #ifdef GENERATOR_FILE
  532. extern int param_hot_bb_frequency_fraction;
  533. #else
  534. int x_param_hot_bb_frequency_fraction;
  535. #define param_hot_bb_frequency_fraction global_options.x_param_hot_bb_frequency_fraction
  536. #endif
  537. #ifdef GENERATOR_FILE
  538. extern int param_hsa_gen_debug_stores;
  539. #else
  540. int x_param_hsa_gen_debug_stores;
  541. #define param_hsa_gen_debug_stores global_options.x_param_hsa_gen_debug_stores
  542. #endif
  543. #ifdef GENERATOR_FILE
  544. extern int param_inline_heuristics_hint_percent;
  545. #else
  546. int x_param_inline_heuristics_hint_percent;
  547. #define param_inline_heuristics_hint_percent global_options.x_param_inline_heuristics_hint_percent
  548. #endif
  549. #ifdef GENERATOR_FILE
  550. extern int param_inline_min_speedup;
  551. #else
  552. int x_param_inline_min_speedup;
  553. #define param_inline_min_speedup global_options.x_param_inline_min_speedup
  554. #endif
  555. #ifdef GENERATOR_FILE
  556. extern int param_inline_unit_growth;
  557. #else
  558. int x_param_inline_unit_growth;
  559. #define param_inline_unit_growth global_options.x_param_inline_unit_growth
  560. #endif
  561. #ifdef GENERATOR_FILE
  562. extern int param_integer_share_limit;
  563. #else
  564. int x_param_integer_share_limit;
  565. #define param_integer_share_limit global_options.x_param_integer_share_limit
  566. #endif
  567. #ifdef GENERATOR_FILE
  568. extern int param_ipa_cp_eval_threshold;
  569. #else
  570. int x_param_ipa_cp_eval_threshold;
  571. #define param_ipa_cp_eval_threshold global_options.x_param_ipa_cp_eval_threshold
  572. #endif
  573. #ifdef GENERATOR_FILE
  574. extern int param_ipa_cp_loop_hint_bonus;
  575. #else
  576. int x_param_ipa_cp_loop_hint_bonus;
  577. #define param_ipa_cp_loop_hint_bonus global_options.x_param_ipa_cp_loop_hint_bonus
  578. #endif
  579. #ifdef GENERATOR_FILE
  580. extern int param_ipa_cp_max_recursive_depth;
  581. #else
  582. int x_param_ipa_cp_max_recursive_depth;
  583. #define param_ipa_cp_max_recursive_depth global_options.x_param_ipa_cp_max_recursive_depth
  584. #endif
  585. #ifdef GENERATOR_FILE
  586. extern int param_ipa_cp_min_recursive_probability;
  587. #else
  588. int x_param_ipa_cp_min_recursive_probability;
  589. #define param_ipa_cp_min_recursive_probability global_options.x_param_ipa_cp_min_recursive_probability
  590. #endif
  591. #ifdef GENERATOR_FILE
  592. extern int param_ipa_cp_recursion_penalty;
  593. #else
  594. int x_param_ipa_cp_recursion_penalty;
  595. #define param_ipa_cp_recursion_penalty global_options.x_param_ipa_cp_recursion_penalty
  596. #endif
  597. #ifdef GENERATOR_FILE
  598. extern int param_ipa_cp_single_call_penalty;
  599. #else
  600. int x_param_ipa_cp_single_call_penalty;
  601. #define param_ipa_cp_single_call_penalty global_options.x_param_ipa_cp_single_call_penalty
  602. #endif
  603. #ifdef GENERATOR_FILE
  604. extern int param_ipa_cp_unit_growth;
  605. #else
  606. int x_param_ipa_cp_unit_growth;
  607. #define param_ipa_cp_unit_growth global_options.x_param_ipa_cp_unit_growth
  608. #endif
  609. #ifdef GENERATOR_FILE
  610. extern int param_ipa_cp_value_list_size;
  611. #else
  612. int x_param_ipa_cp_value_list_size;
  613. #define param_ipa_cp_value_list_size global_options.x_param_ipa_cp_value_list_size
  614. #endif
  615. #ifdef GENERATOR_FILE
  616. extern int param_ipa_max_aa_steps;
  617. #else
  618. int x_param_ipa_max_aa_steps;
  619. #define param_ipa_max_aa_steps global_options.x_param_ipa_max_aa_steps
  620. #endif
  621. #ifdef GENERATOR_FILE
  622. extern int param_ipa_max_agg_items;
  623. #else
  624. int x_param_ipa_max_agg_items;
  625. #define param_ipa_max_agg_items global_options.x_param_ipa_max_agg_items
  626. #endif
  627. #ifdef GENERATOR_FILE
  628. extern int param_ipa_max_param_expr_ops;
  629. #else
  630. int x_param_ipa_max_param_expr_ops;
  631. #define param_ipa_max_param_expr_ops global_options.x_param_ipa_max_param_expr_ops
  632. #endif
  633. #ifdef GENERATOR_FILE
  634. extern int param_ipa_max_switch_predicate_bounds;
  635. #else
  636. int x_param_ipa_max_switch_predicate_bounds;
  637. #define param_ipa_max_switch_predicate_bounds global_options.x_param_ipa_max_switch_predicate_bounds
  638. #endif
  639. #ifdef GENERATOR_FILE
  640. extern int param_ipa_sra_max_replacements;
  641. #else
  642. int x_param_ipa_sra_max_replacements;
  643. #define param_ipa_sra_max_replacements global_options.x_param_ipa_sra_max_replacements
  644. #endif
  645. #ifdef GENERATOR_FILE
  646. extern int param_ipa_sra_ptr_growth_factor;
  647. #else
  648. int x_param_ipa_sra_ptr_growth_factor;
  649. #define param_ipa_sra_ptr_growth_factor global_options.x_param_ipa_sra_ptr_growth_factor
  650. #endif
  651. #ifdef GENERATOR_FILE
  652. extern int param_ira_loop_reserved_regs;
  653. #else
  654. int x_param_ira_loop_reserved_regs;
  655. #define param_ira_loop_reserved_regs global_options.x_param_ira_loop_reserved_regs
  656. #endif
  657. #ifdef GENERATOR_FILE
  658. extern int param_ira_max_conflict_table_size;
  659. #else
  660. int x_param_ira_max_conflict_table_size;
  661. #define param_ira_max_conflict_table_size global_options.x_param_ira_max_conflict_table_size
  662. #endif
  663. #ifdef GENERATOR_FILE
  664. extern int param_ira_max_loops_num;
  665. #else
  666. int x_param_ira_max_loops_num;
  667. #define param_ira_max_loops_num global_options.x_param_ira_max_loops_num
  668. #endif
  669. #ifdef GENERATOR_FILE
  670. extern int param_iv_always_prune_cand_set_bound;
  671. #else
  672. int x_param_iv_always_prune_cand_set_bound;
  673. #define param_iv_always_prune_cand_set_bound global_options.x_param_iv_always_prune_cand_set_bound
  674. #endif
  675. #ifdef GENERATOR_FILE
  676. extern int param_iv_consider_all_candidates_bound;
  677. #else
  678. int x_param_iv_consider_all_candidates_bound;
  679. #define param_iv_consider_all_candidates_bound global_options.x_param_iv_consider_all_candidates_bound
  680. #endif
  681. #ifdef GENERATOR_FILE
  682. extern int param_iv_max_considered_uses;
  683. #else
  684. int x_param_iv_max_considered_uses;
  685. #define param_iv_max_considered_uses global_options.x_param_iv_max_considered_uses
  686. #endif
  687. #ifdef GENERATOR_FILE
  688. extern int param_jump_table_max_growth_ratio_for_size;
  689. #else
  690. int x_param_jump_table_max_growth_ratio_for_size;
  691. #define param_jump_table_max_growth_ratio_for_size global_options.x_param_jump_table_max_growth_ratio_for_size
  692. #endif
  693. #ifdef GENERATOR_FILE
  694. extern int param_jump_table_max_growth_ratio_for_speed;
  695. #else
  696. int x_param_jump_table_max_growth_ratio_for_speed;
  697. #define param_jump_table_max_growth_ratio_for_speed global_options.x_param_jump_table_max_growth_ratio_for_speed
  698. #endif
  699. #ifdef GENERATOR_FILE
  700. extern int param_l1_cache_line_size;
  701. #else
  702. int x_param_l1_cache_line_size;
  703. #define param_l1_cache_line_size global_options.x_param_l1_cache_line_size
  704. #endif
  705. #ifdef GENERATOR_FILE
  706. extern int param_l1_cache_size;
  707. #else
  708. int x_param_l1_cache_size;
  709. #define param_l1_cache_size global_options.x_param_l1_cache_size
  710. #endif
  711. #ifdef GENERATOR_FILE
  712. extern int param_l2_cache_size;
  713. #else
  714. int x_param_l2_cache_size;
  715. #define param_l2_cache_size global_options.x_param_l2_cache_size
  716. #endif
  717. #ifdef GENERATOR_FILE
  718. extern int param_large_function_growth;
  719. #else
  720. int x_param_large_function_growth;
  721. #define param_large_function_growth global_options.x_param_large_function_growth
  722. #endif
  723. #ifdef GENERATOR_FILE
  724. extern int param_large_function_insns;
  725. #else
  726. int x_param_large_function_insns;
  727. #define param_large_function_insns global_options.x_param_large_function_insns
  728. #endif
  729. #ifdef GENERATOR_FILE
  730. extern int param_stack_frame_growth;
  731. #else
  732. int x_param_stack_frame_growth;
  733. #define param_stack_frame_growth global_options.x_param_stack_frame_growth
  734. #endif
  735. #ifdef GENERATOR_FILE
  736. extern int param_large_stack_frame;
  737. #else
  738. int x_param_large_stack_frame;
  739. #define param_large_stack_frame global_options.x_param_large_stack_frame
  740. #endif
  741. #ifdef GENERATOR_FILE
  742. extern int param_large_unit_insns;
  743. #else
  744. int x_param_large_unit_insns;
  745. #define param_large_unit_insns global_options.x_param_large_unit_insns
  746. #endif
  747. #ifdef GENERATOR_FILE
  748. extern int param_lim_expensive;
  749. #else
  750. int x_param_lim_expensive;
  751. #define param_lim_expensive global_options.x_param_lim_expensive
  752. #endif
  753. #ifdef GENERATOR_FILE
  754. extern int param_logical_op_non_short_circuit;
  755. #else
  756. int x_param_logical_op_non_short_circuit;
  757. #define param_logical_op_non_short_circuit global_options.x_param_logical_op_non_short_circuit
  758. #endif
  759. #ifdef GENERATOR_FILE
  760. extern int param_loop_block_tile_size;
  761. #else
  762. int x_param_loop_block_tile_size;
  763. #define param_loop_block_tile_size global_options.x_param_loop_block_tile_size
  764. #endif
  765. #ifdef GENERATOR_FILE
  766. extern int param_loop_interchange_max_num_stmts;
  767. #else
  768. int x_param_loop_interchange_max_num_stmts;
  769. #define param_loop_interchange_max_num_stmts global_options.x_param_loop_interchange_max_num_stmts
  770. #endif
  771. #ifdef GENERATOR_FILE
  772. extern int param_loop_interchange_stride_ratio;
  773. #else
  774. int x_param_loop_interchange_stride_ratio;
  775. #define param_loop_interchange_stride_ratio global_options.x_param_loop_interchange_stride_ratio
  776. #endif
  777. #ifdef GENERATOR_FILE
  778. extern int param_loop_invariant_max_bbs_in_loop;
  779. #else
  780. int x_param_loop_invariant_max_bbs_in_loop;
  781. #define param_loop_invariant_max_bbs_in_loop global_options.x_param_loop_invariant_max_bbs_in_loop
  782. #endif
  783. #ifdef GENERATOR_FILE
  784. extern int param_loop_max_datarefs_for_datadeps;
  785. #else
  786. int x_param_loop_max_datarefs_for_datadeps;
  787. #define param_loop_max_datarefs_for_datadeps global_options.x_param_loop_max_datarefs_for_datadeps
  788. #endif
  789. #ifdef GENERATOR_FILE
  790. extern int param_loop_versioning_max_inner_insns;
  791. #else
  792. int x_param_loop_versioning_max_inner_insns;
  793. #define param_loop_versioning_max_inner_insns global_options.x_param_loop_versioning_max_inner_insns
  794. #endif
  795. #ifdef GENERATOR_FILE
  796. extern int param_loop_versioning_max_outer_insns;
  797. #else
  798. int x_param_loop_versioning_max_outer_insns;
  799. #define param_loop_versioning_max_outer_insns global_options.x_param_loop_versioning_max_outer_insns
  800. #endif
  801. #ifdef GENERATOR_FILE
  802. extern int param_lra_inheritance_ebb_probability_cutoff;
  803. #else
  804. int x_param_lra_inheritance_ebb_probability_cutoff;
  805. #define param_lra_inheritance_ebb_probability_cutoff global_options.x_param_lra_inheritance_ebb_probability_cutoff
  806. #endif
  807. #ifdef GENERATOR_FILE
  808. extern int param_lra_max_considered_reload_pseudos;
  809. #else
  810. int x_param_lra_max_considered_reload_pseudos;
  811. #define param_lra_max_considered_reload_pseudos global_options.x_param_lra_max_considered_reload_pseudos
  812. #endif
  813. #ifdef GENERATOR_FILE
  814. extern int param_max_partition_size;
  815. #else
  816. int x_param_max_partition_size;
  817. #define param_max_partition_size global_options.x_param_max_partition_size
  818. #endif
  819. #ifdef GENERATOR_FILE
  820. extern int param_max_lto_streaming_parallelism;
  821. #else
  822. int x_param_max_lto_streaming_parallelism;
  823. #define param_max_lto_streaming_parallelism global_options.x_param_max_lto_streaming_parallelism
  824. #endif
  825. #ifdef GENERATOR_FILE
  826. extern int param_min_partition_size;
  827. #else
  828. int x_param_min_partition_size;
  829. #define param_min_partition_size global_options.x_param_min_partition_size
  830. #endif
  831. #ifdef GENERATOR_FILE
  832. extern int param_lto_partitions;
  833. #else
  834. int x_param_lto_partitions;
  835. #define param_lto_partitions global_options.x_param_lto_partitions
  836. #endif
  837. #ifdef GENERATOR_FILE
  838. extern int param_max_average_unrolled_insns;
  839. #else
  840. int x_param_max_average_unrolled_insns;
  841. #define param_max_average_unrolled_insns global_options.x_param_max_average_unrolled_insns
  842. #endif
  843. #ifdef GENERATOR_FILE
  844. extern int param_max_combine_insns;
  845. #else
  846. int x_param_max_combine_insns;
  847. #define param_max_combine_insns global_options.x_param_max_combine_insns
  848. #endif
  849. #ifdef GENERATOR_FILE
  850. extern int param_max_unroll_iterations;
  851. #else
  852. int x_param_max_unroll_iterations;
  853. #define param_max_unroll_iterations global_options.x_param_max_unroll_iterations
  854. #endif
  855. #ifdef GENERATOR_FILE
  856. extern int param_max_completely_peel_times;
  857. #else
  858. int x_param_max_completely_peel_times;
  859. #define param_max_completely_peel_times global_options.x_param_max_completely_peel_times
  860. #endif
  861. #ifdef GENERATOR_FILE
  862. extern int param_max_completely_peeled_insns;
  863. #else
  864. int x_param_max_completely_peeled_insns;
  865. #define param_max_completely_peeled_insns global_options.x_param_max_completely_peeled_insns
  866. #endif
  867. #ifdef GENERATOR_FILE
  868. extern int param_max_crossjump_edges;
  869. #else
  870. int x_param_max_crossjump_edges;
  871. #define param_max_crossjump_edges global_options.x_param_max_crossjump_edges
  872. #endif
  873. #ifdef GENERATOR_FILE
  874. extern int param_max_cse_insns;
  875. #else
  876. int x_param_max_cse_insns;
  877. #define param_max_cse_insns global_options.x_param_max_cse_insns
  878. #endif
  879. #ifdef GENERATOR_FILE
  880. extern int param_max_cse_path_length;
  881. #else
  882. int x_param_max_cse_path_length;
  883. #define param_max_cse_path_length global_options.x_param_max_cse_path_length
  884. #endif
  885. #ifdef GENERATOR_FILE
  886. extern int param_max_cselib_memory_locations;
  887. #else
  888. int x_param_max_cselib_memory_locations;
  889. #define param_max_cselib_memory_locations global_options.x_param_max_cselib_memory_locations
  890. #endif
  891. #ifdef GENERATOR_FILE
  892. extern int param_max_debug_marker_count;
  893. #else
  894. int x_param_max_debug_marker_count;
  895. #define param_max_debug_marker_count global_options.x_param_max_debug_marker_count
  896. #endif
  897. #ifdef GENERATOR_FILE
  898. extern int param_max_delay_slot_insn_search;
  899. #else
  900. int x_param_max_delay_slot_insn_search;
  901. #define param_max_delay_slot_insn_search global_options.x_param_max_delay_slot_insn_search
  902. #endif
  903. #ifdef GENERATOR_FILE
  904. extern int param_max_delay_slot_live_search;
  905. #else
  906. int x_param_max_delay_slot_live_search;
  907. #define param_max_delay_slot_live_search global_options.x_param_max_delay_slot_live_search
  908. #endif
  909. #ifdef GENERATOR_FILE
  910. extern int param_max_dse_active_local_stores;
  911. #else
  912. int x_param_max_dse_active_local_stores;
  913. #define param_max_dse_active_local_stores global_options.x_param_max_dse_active_local_stores
  914. #endif
  915. #ifdef GENERATOR_FILE
  916. extern int param_early_inliner_max_iterations;
  917. #else
  918. int x_param_early_inliner_max_iterations;
  919. #define param_early_inliner_max_iterations global_options.x_param_early_inliner_max_iterations
  920. #endif
  921. #ifdef GENERATOR_FILE
  922. extern int param_max_fields_for_field_sensitive;
  923. #else
  924. int x_param_max_fields_for_field_sensitive;
  925. #define param_max_fields_for_field_sensitive global_options.x_param_max_fields_for_field_sensitive
  926. #endif
  927. #ifdef GENERATOR_FILE
  928. extern int param_max_find_base_term_values;
  929. #else
  930. int x_param_max_find_base_term_values;
  931. #define param_max_find_base_term_values global_options.x_param_max_find_base_term_values
  932. #endif
  933. #ifdef GENERATOR_FILE
  934. extern int param_max_fsm_thread_length;
  935. #else
  936. int x_param_max_fsm_thread_length;
  937. #define param_max_fsm_thread_length global_options.x_param_max_fsm_thread_length
  938. #endif
  939. #ifdef GENERATOR_FILE
  940. extern int param_max_fsm_thread_path_insns;
  941. #else
  942. int x_param_max_fsm_thread_path_insns;
  943. #define param_max_fsm_thread_path_insns global_options.x_param_max_fsm_thread_path_insns
  944. #endif
  945. #ifdef GENERATOR_FILE
  946. extern int param_max_fsm_thread_paths;
  947. #else
  948. int x_param_max_fsm_thread_paths;
  949. #define param_max_fsm_thread_paths global_options.x_param_max_fsm_thread_paths
  950. #endif
  951. #ifdef GENERATOR_FILE
  952. extern int param_max_gcse_insertion_ratio;
  953. #else
  954. int x_param_max_gcse_insertion_ratio;
  955. #define param_max_gcse_insertion_ratio global_options.x_param_max_gcse_insertion_ratio
  956. #endif
  957. #ifdef GENERATOR_FILE
  958. extern int param_max_gcse_memory;
  959. #else
  960. int x_param_max_gcse_memory;
  961. #define param_max_gcse_memory global_options.x_param_max_gcse_memory
  962. #endif
  963. #ifdef GENERATOR_FILE
  964. extern int param_max_goto_duplication_insns;
  965. #else
  966. int x_param_max_goto_duplication_insns;
  967. #define param_max_goto_duplication_insns global_options.x_param_max_goto_duplication_insns
  968. #endif
  969. #ifdef GENERATOR_FILE
  970. extern int param_max_grow_copy_bb_insns;
  971. #else
  972. int x_param_max_grow_copy_bb_insns;
  973. #define param_max_grow_copy_bb_insns global_options.x_param_max_grow_copy_bb_insns
  974. #endif
  975. #ifdef GENERATOR_FILE
  976. extern int param_max_hoist_depth;
  977. #else
  978. int x_param_max_hoist_depth;
  979. #define param_max_hoist_depth global_options.x_param_max_hoist_depth
  980. #endif
  981. #ifdef GENERATOR_FILE
  982. extern int param_max_inline_insns_auto;
  983. #else
  984. int x_param_max_inline_insns_auto;
  985. #define param_max_inline_insns_auto global_options.x_param_max_inline_insns_auto
  986. #endif
  987. #ifdef GENERATOR_FILE
  988. extern int param_max_inline_insns_recursive_auto;
  989. #else
  990. int x_param_max_inline_insns_recursive_auto;
  991. #define param_max_inline_insns_recursive_auto global_options.x_param_max_inline_insns_recursive_auto
  992. #endif
  993. #ifdef GENERATOR_FILE
  994. extern int param_max_inline_insns_recursive;
  995. #else
  996. int x_param_max_inline_insns_recursive;
  997. #define param_max_inline_insns_recursive global_options.x_param_max_inline_insns_recursive
  998. #endif
  999. #ifdef GENERATOR_FILE
  1000. extern int param_max_inline_insns_single;
  1001. #else
  1002. int x_param_max_inline_insns_single;
  1003. #define param_max_inline_insns_single global_options.x_param_max_inline_insns_single
  1004. #endif
  1005. #ifdef GENERATOR_FILE
  1006. extern int param_max_inline_insns_size;
  1007. #else
  1008. int x_param_max_inline_insns_size;
  1009. #define param_max_inline_insns_size global_options.x_param_max_inline_insns_size
  1010. #endif
  1011. #ifdef GENERATOR_FILE
  1012. extern int param_max_inline_insns_small;
  1013. #else
  1014. int x_param_max_inline_insns_small;
  1015. #define param_max_inline_insns_small global_options.x_param_max_inline_insns_small
  1016. #endif
  1017. #ifdef GENERATOR_FILE
  1018. extern int param_max_inline_recursive_depth_auto;
  1019. #else
  1020. int x_param_max_inline_recursive_depth_auto;
  1021. #define param_max_inline_recursive_depth_auto global_options.x_param_max_inline_recursive_depth_auto
  1022. #endif
  1023. #ifdef GENERATOR_FILE
  1024. extern int param_max_inline_recursive_depth;
  1025. #else
  1026. int x_param_max_inline_recursive_depth;
  1027. #define param_max_inline_recursive_depth global_options.x_param_max_inline_recursive_depth
  1028. #endif
  1029. #ifdef GENERATOR_FILE
  1030. extern int param_max_isl_operations;
  1031. #else
  1032. int x_param_max_isl_operations;
  1033. #define param_max_isl_operations global_options.x_param_max_isl_operations
  1034. #endif
  1035. #ifdef GENERATOR_FILE
  1036. extern int param_max_iterations_computation_cost;
  1037. #else
  1038. int x_param_max_iterations_computation_cost;
  1039. #define param_max_iterations_computation_cost global_options.x_param_max_iterations_computation_cost
  1040. #endif
  1041. #ifdef GENERATOR_FILE
  1042. extern int param_max_iterations_to_track;
  1043. #else
  1044. int x_param_max_iterations_to_track;
  1045. #define param_max_iterations_to_track global_options.x_param_max_iterations_to_track
  1046. #endif
  1047. #ifdef GENERATOR_FILE
  1048. extern int param_max_jump_thread_duplication_stmts;
  1049. #else
  1050. int x_param_max_jump_thread_duplication_stmts;
  1051. #define param_max_jump_thread_duplication_stmts global_options.x_param_max_jump_thread_duplication_stmts
  1052. #endif
  1053. #ifdef GENERATOR_FILE
  1054. extern int param_max_last_value_rtl;
  1055. #else
  1056. int x_param_max_last_value_rtl;
  1057. #define param_max_last_value_rtl global_options.x_param_max_last_value_rtl
  1058. #endif
  1059. #ifdef GENERATOR_FILE
  1060. extern int param_max_loop_header_insns;
  1061. #else
  1062. int x_param_max_loop_header_insns;
  1063. #define param_max_loop_header_insns global_options.x_param_max_loop_header_insns
  1064. #endif
  1065. #ifdef GENERATOR_FILE
  1066. extern int param_max_modulo_backtrack_attempts;
  1067. #else
  1068. int x_param_max_modulo_backtrack_attempts;
  1069. #define param_max_modulo_backtrack_attempts global_options.x_param_max_modulo_backtrack_attempts
  1070. #endif
  1071. #ifdef GENERATOR_FILE
  1072. extern int param_max_partial_antic_length;
  1073. #else
  1074. int x_param_max_partial_antic_length;
  1075. #define param_max_partial_antic_length global_options.x_param_max_partial_antic_length
  1076. #endif
  1077. #ifdef GENERATOR_FILE
  1078. extern int param_max_peel_branches;
  1079. #else
  1080. int x_param_max_peel_branches;
  1081. #define param_max_peel_branches global_options.x_param_max_peel_branches
  1082. #endif
  1083. #ifdef GENERATOR_FILE
  1084. extern int param_max_peel_times;
  1085. #else
  1086. int x_param_max_peel_times;
  1087. #define param_max_peel_times global_options.x_param_max_peel_times
  1088. #endif
  1089. #ifdef GENERATOR_FILE
  1090. extern int param_max_peeled_insns;
  1091. #else
  1092. int x_param_max_peeled_insns;
  1093. #define param_max_peeled_insns global_options.x_param_max_peeled_insns
  1094. #endif
  1095. #ifdef GENERATOR_FILE
  1096. extern int param_max_pending_list_length;
  1097. #else
  1098. int x_param_max_pending_list_length;
  1099. #define param_max_pending_list_length global_options.x_param_max_pending_list_length
  1100. #endif
  1101. #ifdef GENERATOR_FILE
  1102. extern int param_max_pipeline_region_blocks;
  1103. #else
  1104. int x_param_max_pipeline_region_blocks;
  1105. #define param_max_pipeline_region_blocks global_options.x_param_max_pipeline_region_blocks
  1106. #endif
  1107. #ifdef GENERATOR_FILE
  1108. extern int param_max_pipeline_region_insns;
  1109. #else
  1110. int x_param_max_pipeline_region_insns;
  1111. #define param_max_pipeline_region_insns global_options.x_param_max_pipeline_region_insns
  1112. #endif
  1113. #ifdef GENERATOR_FILE
  1114. extern int param_max_pow_sqrt_depth;
  1115. #else
  1116. int x_param_max_pow_sqrt_depth;
  1117. #define param_max_pow_sqrt_depth global_options.x_param_max_pow_sqrt_depth
  1118. #endif
  1119. #ifdef GENERATOR_FILE
  1120. extern int param_max_predicted_iterations;
  1121. #else
  1122. int x_param_max_predicted_iterations;
  1123. #define param_max_predicted_iterations global_options.x_param_max_predicted_iterations
  1124. #endif
  1125. #ifdef GENERATOR_FILE
  1126. extern int param_max_reload_search_insns;
  1127. #else
  1128. int x_param_max_reload_search_insns;
  1129. #define param_max_reload_search_insns global_options.x_param_max_reload_search_insns
  1130. #endif
  1131. #ifdef GENERATOR_FILE
  1132. extern int param_max_rtl_if_conversion_insns;
  1133. #else
  1134. int x_param_max_rtl_if_conversion_insns;
  1135. #define param_max_rtl_if_conversion_insns global_options.x_param_max_rtl_if_conversion_insns
  1136. #endif
  1137. #ifdef GENERATOR_FILE
  1138. extern int param_max_rtl_if_conversion_predictable_cost;
  1139. #else
  1140. int x_param_max_rtl_if_conversion_predictable_cost;
  1141. #define param_max_rtl_if_conversion_predictable_cost global_options.x_param_max_rtl_if_conversion_predictable_cost
  1142. #endif
  1143. #ifdef GENERATOR_FILE
  1144. extern int param_max_rtl_if_conversion_unpredictable_cost;
  1145. #else
  1146. int x_param_max_rtl_if_conversion_unpredictable_cost;
  1147. #define param_max_rtl_if_conversion_unpredictable_cost global_options.x_param_max_rtl_if_conversion_unpredictable_cost
  1148. #endif
  1149. #ifdef GENERATOR_FILE
  1150. extern int param_max_sched_extend_regions_iters;
  1151. #else
  1152. int x_param_max_sched_extend_regions_iters;
  1153. #define param_max_sched_extend_regions_iters global_options.x_param_max_sched_extend_regions_iters
  1154. #endif
  1155. #ifdef GENERATOR_FILE
  1156. extern int param_max_sched_insn_conflict_delay;
  1157. #else
  1158. int x_param_max_sched_insn_conflict_delay;
  1159. #define param_max_sched_insn_conflict_delay global_options.x_param_max_sched_insn_conflict_delay
  1160. #endif
  1161. #ifdef GENERATOR_FILE
  1162. extern int param_max_sched_ready_insns;
  1163. #else
  1164. int x_param_max_sched_ready_insns;
  1165. #define param_max_sched_ready_insns global_options.x_param_max_sched_ready_insns
  1166. #endif
  1167. #ifdef GENERATOR_FILE
  1168. extern int param_max_sched_region_blocks;
  1169. #else
  1170. int x_param_max_sched_region_blocks;
  1171. #define param_max_sched_region_blocks global_options.x_param_max_sched_region_blocks
  1172. #endif
  1173. #ifdef GENERATOR_FILE
  1174. extern int param_max_sched_region_insns;
  1175. #else
  1176. int x_param_max_sched_region_insns;
  1177. #define param_max_sched_region_insns global_options.x_param_max_sched_region_insns
  1178. #endif
  1179. #ifdef GENERATOR_FILE
  1180. extern int param_max_slsr_candidate_scan;
  1181. #else
  1182. int x_param_max_slsr_candidate_scan;
  1183. #define param_max_slsr_candidate_scan global_options.x_param_max_slsr_candidate_scan
  1184. #endif
  1185. #ifdef GENERATOR_FILE
  1186. extern int param_max_speculative_devirt_maydefs;
  1187. #else
  1188. int x_param_max_speculative_devirt_maydefs;
  1189. #define param_max_speculative_devirt_maydefs global_options.x_param_max_speculative_devirt_maydefs
  1190. #endif
  1191. #ifdef GENERATOR_FILE
  1192. extern int param_max_ssa_name_query_depth;
  1193. #else
  1194. int x_param_max_ssa_name_query_depth;
  1195. #define param_max_ssa_name_query_depth global_options.x_param_max_ssa_name_query_depth
  1196. #endif
  1197. #ifdef GENERATOR_FILE
  1198. extern int param_max_stores_to_merge;
  1199. #else
  1200. int x_param_max_stores_to_merge;
  1201. #define param_max_stores_to_merge global_options.x_param_max_stores_to_merge
  1202. #endif
  1203. #ifdef GENERATOR_FILE
  1204. extern int param_max_stores_to_sink;
  1205. #else
  1206. int x_param_max_stores_to_sink;
  1207. #define param_max_stores_to_sink global_options.x_param_max_stores_to_sink
  1208. #endif
  1209. #ifdef GENERATOR_FILE
  1210. extern int param_max_tail_merge_comparisons;
  1211. #else
  1212. int x_param_max_tail_merge_comparisons;
  1213. #define param_max_tail_merge_comparisons global_options.x_param_max_tail_merge_comparisons
  1214. #endif
  1215. #ifdef GENERATOR_FILE
  1216. extern int param_max_tail_merge_iterations;
  1217. #else
  1218. int x_param_max_tail_merge_iterations;
  1219. #define param_max_tail_merge_iterations global_options.x_param_max_tail_merge_iterations
  1220. #endif
  1221. #ifdef GENERATOR_FILE
  1222. extern int param_max_tracked_strlens;
  1223. #else
  1224. int x_param_max_tracked_strlens;
  1225. #define param_max_tracked_strlens global_options.x_param_max_tracked_strlens
  1226. #endif
  1227. #ifdef GENERATOR_FILE
  1228. extern int param_max_tree_if_conversion_phi_args;
  1229. #else
  1230. int x_param_max_tree_if_conversion_phi_args;
  1231. #define param_max_tree_if_conversion_phi_args global_options.x_param_max_tree_if_conversion_phi_args
  1232. #endif
  1233. #ifdef GENERATOR_FILE
  1234. extern int param_max_unroll_times;
  1235. #else
  1236. int x_param_max_unroll_times;
  1237. #define param_max_unroll_times global_options.x_param_max_unroll_times
  1238. #endif
  1239. #ifdef GENERATOR_FILE
  1240. extern int param_max_unrolled_insns;
  1241. #else
  1242. int x_param_max_unrolled_insns;
  1243. #define param_max_unrolled_insns global_options.x_param_max_unrolled_insns
  1244. #endif
  1245. #ifdef GENERATOR_FILE
  1246. extern int param_max_unswitch_insns;
  1247. #else
  1248. int x_param_max_unswitch_insns;
  1249. #define param_max_unswitch_insns global_options.x_param_max_unswitch_insns
  1250. #endif
  1251. #ifdef GENERATOR_FILE
  1252. extern int param_max_unswitch_level;
  1253. #else
  1254. int x_param_max_unswitch_level;
  1255. #define param_max_unswitch_level global_options.x_param_max_unswitch_level
  1256. #endif
  1257. #ifdef GENERATOR_FILE
  1258. extern int param_max_variable_expansions;
  1259. #else
  1260. int x_param_max_variable_expansions;
  1261. #define param_max_variable_expansions global_options.x_param_max_variable_expansions
  1262. #endif
  1263. #ifdef GENERATOR_FILE
  1264. extern int param_max_vartrack_expr_depth;
  1265. #else
  1266. int x_param_max_vartrack_expr_depth;
  1267. #define param_max_vartrack_expr_depth global_options.x_param_max_vartrack_expr_depth
  1268. #endif
  1269. #ifdef GENERATOR_FILE
  1270. extern int param_max_vartrack_reverse_op_size;
  1271. #else
  1272. int x_param_max_vartrack_reverse_op_size;
  1273. #define param_max_vartrack_reverse_op_size global_options.x_param_max_vartrack_reverse_op_size
  1274. #endif
  1275. #ifdef GENERATOR_FILE
  1276. extern int param_max_vartrack_size;
  1277. #else
  1278. int x_param_max_vartrack_size;
  1279. #define param_max_vartrack_size global_options.x_param_max_vartrack_size
  1280. #endif
  1281. #ifdef GENERATOR_FILE
  1282. extern int param_max_vrp_switch_assertions;
  1283. #else
  1284. int x_param_max_vrp_switch_assertions;
  1285. #define param_max_vrp_switch_assertions global_options.x_param_max_vrp_switch_assertions
  1286. #endif
  1287. #ifdef GENERATOR_FILE
  1288. extern int param_min_crossjump_insns;
  1289. #else
  1290. int x_param_min_crossjump_insns;
  1291. #define param_min_crossjump_insns global_options.x_param_min_crossjump_insns
  1292. #endif
  1293. #ifdef GENERATOR_FILE
  1294. extern int param_min_inline_recursive_probability;
  1295. #else
  1296. int x_param_min_inline_recursive_probability;
  1297. #define param_min_inline_recursive_probability global_options.x_param_min_inline_recursive_probability
  1298. #endif
  1299. #ifdef GENERATOR_FILE
  1300. extern int param_min_insn_to_prefetch_ratio;
  1301. #else
  1302. int x_param_min_insn_to_prefetch_ratio;
  1303. #define param_min_insn_to_prefetch_ratio global_options.x_param_min_insn_to_prefetch_ratio
  1304. #endif
  1305. #ifdef GENERATOR_FILE
  1306. extern int param_min_loop_cond_split_prob;
  1307. #else
  1308. int x_param_min_loop_cond_split_prob;
  1309. #define param_min_loop_cond_split_prob global_options.x_param_min_loop_cond_split_prob
  1310. #endif
  1311. #ifdef GENERATOR_FILE
  1312. extern int param_min_nondebug_insn_uid;
  1313. #else
  1314. int x_param_min_nondebug_insn_uid;
  1315. #define param_min_nondebug_insn_uid global_options.x_param_min_nondebug_insn_uid
  1316. #endif
  1317. #ifdef GENERATOR_FILE
  1318. extern int param_min_size_for_stack_sharing;
  1319. #else
  1320. int x_param_min_size_for_stack_sharing;
  1321. #define param_min_size_for_stack_sharing global_options.x_param_min_size_for_stack_sharing
  1322. #endif
  1323. #ifdef GENERATOR_FILE
  1324. extern int param_min_spec_prob;
  1325. #else
  1326. int x_param_min_spec_prob;
  1327. #define param_min_spec_prob global_options.x_param_min_spec_prob
  1328. #endif
  1329. #ifdef GENERATOR_FILE
  1330. extern int param_min_vect_loop_bound;
  1331. #else
  1332. int x_param_min_vect_loop_bound;
  1333. #define param_min_vect_loop_bound global_options.x_param_min_vect_loop_bound
  1334. #endif
  1335. #ifdef GENERATOR_FILE
  1336. extern int param_parloops_chunk_size;
  1337. #else
  1338. int x_param_parloops_chunk_size;
  1339. #define param_parloops_chunk_size global_options.x_param_parloops_chunk_size
  1340. #endif
  1341. #ifdef GENERATOR_FILE
  1342. extern int param_parloops_min_per_thread;
  1343. #else
  1344. int x_param_parloops_min_per_thread;
  1345. #define param_parloops_min_per_thread global_options.x_param_parloops_min_per_thread
  1346. #endif
  1347. #ifdef GENERATOR_FILE
  1348. extern int param_parloops_schedule;
  1349. #else
  1350. int x_param_parloops_schedule;
  1351. #define param_parloops_schedule global_options.x_param_parloops_schedule
  1352. #endif
  1353. #ifdef GENERATOR_FILE
  1354. extern int param_partial_inlining_entry_probability;
  1355. #else
  1356. int x_param_partial_inlining_entry_probability;
  1357. #define param_partial_inlining_entry_probability global_options.x_param_partial_inlining_entry_probability
  1358. #endif
  1359. #ifdef GENERATOR_FILE
  1360. extern int param_predictable_branch_outcome;
  1361. #else
  1362. int x_param_predictable_branch_outcome;
  1363. #define param_predictable_branch_outcome global_options.x_param_predictable_branch_outcome
  1364. #endif
  1365. #ifdef GENERATOR_FILE
  1366. extern int param_prefetch_dynamic_strides;
  1367. #else
  1368. int x_param_prefetch_dynamic_strides;
  1369. #define param_prefetch_dynamic_strides global_options.x_param_prefetch_dynamic_strides
  1370. #endif
  1371. #ifdef GENERATOR_FILE
  1372. extern int param_prefetch_latency;
  1373. #else
  1374. int x_param_prefetch_latency;
  1375. #define param_prefetch_latency global_options.x_param_prefetch_latency
  1376. #endif
  1377. #ifdef GENERATOR_FILE
  1378. extern int param_prefetch_min_insn_to_mem_ratio;
  1379. #else
  1380. int x_param_prefetch_min_insn_to_mem_ratio;
  1381. #define param_prefetch_min_insn_to_mem_ratio global_options.x_param_prefetch_min_insn_to_mem_ratio
  1382. #endif
  1383. #ifdef GENERATOR_FILE
  1384. extern int param_prefetch_minimum_stride;
  1385. #else
  1386. int x_param_prefetch_minimum_stride;
  1387. #define param_prefetch_minimum_stride global_options.x_param_prefetch_minimum_stride
  1388. #endif
  1389. #ifdef GENERATOR_FILE
  1390. extern int param_profile_func_internal_id;
  1391. #else
  1392. int x_param_profile_func_internal_id;
  1393. #define param_profile_func_internal_id global_options.x_param_profile_func_internal_id
  1394. #endif
  1395. #ifdef GENERATOR_FILE
  1396. extern int param_rpo_vn_max_loop_depth;
  1397. #else
  1398. int x_param_rpo_vn_max_loop_depth;
  1399. #define param_rpo_vn_max_loop_depth global_options.x_param_rpo_vn_max_loop_depth
  1400. #endif
  1401. #ifdef GENERATOR_FILE
  1402. extern int param_sccvn_max_alias_queries_per_access;
  1403. #else
  1404. int x_param_sccvn_max_alias_queries_per_access;
  1405. #define param_sccvn_max_alias_queries_per_access global_options.x_param_sccvn_max_alias_queries_per_access
  1406. #endif
  1407. #ifdef GENERATOR_FILE
  1408. extern int param_scev_max_expr_complexity;
  1409. #else
  1410. int x_param_scev_max_expr_complexity;
  1411. #define param_scev_max_expr_complexity global_options.x_param_scev_max_expr_complexity
  1412. #endif
  1413. #ifdef GENERATOR_FILE
  1414. extern int param_scev_max_expr_size;
  1415. #else
  1416. int x_param_scev_max_expr_size;
  1417. #define param_scev_max_expr_size global_options.x_param_scev_max_expr_size
  1418. #endif
  1419. #ifdef GENERATOR_FILE
  1420. extern int param_sched_autopref_queue_depth;
  1421. #else
  1422. int x_param_sched_autopref_queue_depth;
  1423. #define param_sched_autopref_queue_depth global_options.x_param_sched_autopref_queue_depth
  1424. #endif
  1425. #ifdef GENERATOR_FILE
  1426. extern int param_sched_mem_true_dep_cost;
  1427. #else
  1428. int x_param_sched_mem_true_dep_cost;
  1429. #define param_sched_mem_true_dep_cost global_options.x_param_sched_mem_true_dep_cost
  1430. #endif
  1431. #ifdef GENERATOR_FILE
  1432. extern int param_sched_pressure_algorithm;
  1433. #else
  1434. int x_param_sched_pressure_algorithm;
  1435. #define param_sched_pressure_algorithm global_options.x_param_sched_pressure_algorithm
  1436. #endif
  1437. #ifdef GENERATOR_FILE
  1438. extern int param_sched_spec_prob_cutoff;
  1439. #else
  1440. int x_param_sched_spec_prob_cutoff;
  1441. #define param_sched_spec_prob_cutoff global_options.x_param_sched_spec_prob_cutoff
  1442. #endif
  1443. #ifdef GENERATOR_FILE
  1444. extern int param_sched_state_edge_prob_cutoff;
  1445. #else
  1446. int x_param_sched_state_edge_prob_cutoff;
  1447. #define param_sched_state_edge_prob_cutoff global_options.x_param_sched_state_edge_prob_cutoff
  1448. #endif
  1449. #ifdef GENERATOR_FILE
  1450. extern int param_selsched_insns_to_rename;
  1451. #else
  1452. int x_param_selsched_insns_to_rename;
  1453. #define param_selsched_insns_to_rename global_options.x_param_selsched_insns_to_rename
  1454. #endif
  1455. #ifdef GENERATOR_FILE
  1456. extern int param_selsched_max_lookahead;
  1457. #else
  1458. int x_param_selsched_max_lookahead;
  1459. #define param_selsched_max_lookahead global_options.x_param_selsched_max_lookahead
  1460. #endif
  1461. #ifdef GENERATOR_FILE
  1462. extern int param_selsched_max_sched_times;
  1463. #else
  1464. int x_param_selsched_max_sched_times;
  1465. #define param_selsched_max_sched_times global_options.x_param_selsched_max_sched_times
  1466. #endif
  1467. #ifdef GENERATOR_FILE
  1468. extern int param_simultaneous_prefetches;
  1469. #else
  1470. int x_param_simultaneous_prefetches;
  1471. #define param_simultaneous_prefetches global_options.x_param_simultaneous_prefetches
  1472. #endif
  1473. #ifdef GENERATOR_FILE
  1474. extern int param_sink_frequency_threshold;
  1475. #else
  1476. int x_param_sink_frequency_threshold;
  1477. #define param_sink_frequency_threshold global_options.x_param_sink_frequency_threshold
  1478. #endif
  1479. #ifdef GENERATOR_FILE
  1480. extern int param_slp_max_insns_in_bb;
  1481. #else
  1482. int x_param_slp_max_insns_in_bb;
  1483. #define param_slp_max_insns_in_bb global_options.x_param_slp_max_insns_in_bb
  1484. #endif
  1485. #ifdef GENERATOR_FILE
  1486. extern int param_sms_dfa_history;
  1487. #else
  1488. int x_param_sms_dfa_history;
  1489. #define param_sms_dfa_history global_options.x_param_sms_dfa_history
  1490. #endif
  1491. #ifdef GENERATOR_FILE
  1492. extern int param_sms_loop_average_count_threshold;
  1493. #else
  1494. int x_param_sms_loop_average_count_threshold;
  1495. #define param_sms_loop_average_count_threshold global_options.x_param_sms_loop_average_count_threshold
  1496. #endif
  1497. #ifdef GENERATOR_FILE
  1498. extern int param_sms_max_ii_factor;
  1499. #else
  1500. int x_param_sms_max_ii_factor;
  1501. #define param_sms_max_ii_factor global_options.x_param_sms_max_ii_factor
  1502. #endif
  1503. #ifdef GENERATOR_FILE
  1504. extern int param_sms_min_sc;
  1505. #else
  1506. int x_param_sms_min_sc;
  1507. #define param_sms_min_sc global_options.x_param_sms_min_sc
  1508. #endif
  1509. #ifdef GENERATOR_FILE
  1510. extern int param_sra_max_propagations;
  1511. #else
  1512. int x_param_sra_max_propagations;
  1513. #define param_sra_max_propagations global_options.x_param_sra_max_propagations
  1514. #endif
  1515. #ifdef GENERATOR_FILE
  1516. extern int param_sra_max_scalarization_size_size;
  1517. #else
  1518. int x_param_sra_max_scalarization_size_size;
  1519. #define param_sra_max_scalarization_size_size global_options.x_param_sra_max_scalarization_size_size
  1520. #endif
  1521. #ifdef GENERATOR_FILE
  1522. extern int param_sra_max_scalarization_size_speed;
  1523. #else
  1524. int x_param_sra_max_scalarization_size_speed;
  1525. #define param_sra_max_scalarization_size_speed global_options.x_param_sra_max_scalarization_size_speed
  1526. #endif
  1527. #ifdef GENERATOR_FILE
  1528. extern int param_ssa_name_def_chain_limit;
  1529. #else
  1530. int x_param_ssa_name_def_chain_limit;
  1531. #define param_ssa_name_def_chain_limit global_options.x_param_ssa_name_def_chain_limit
  1532. #endif
  1533. #ifdef GENERATOR_FILE
  1534. extern int param_ssp_buffer_size;
  1535. #else
  1536. int x_param_ssp_buffer_size;
  1537. #define param_ssp_buffer_size global_options.x_param_ssp_buffer_size
  1538. #endif
  1539. #ifdef GENERATOR_FILE
  1540. extern int param_stack_clash_protection_guard_size;
  1541. #else
  1542. int x_param_stack_clash_protection_guard_size;
  1543. #define param_stack_clash_protection_guard_size global_options.x_param_stack_clash_protection_guard_size
  1544. #endif
  1545. #ifdef GENERATOR_FILE
  1546. extern int param_stack_clash_protection_probe_interval;
  1547. #else
  1548. int x_param_stack_clash_protection_probe_interval;
  1549. #define param_stack_clash_protection_probe_interval global_options.x_param_stack_clash_protection_probe_interval
  1550. #endif
  1551. #ifdef GENERATOR_FILE
  1552. extern int param_store_merging_allow_unaligned;
  1553. #else
  1554. int x_param_store_merging_allow_unaligned;
  1555. #define param_store_merging_allow_unaligned global_options.x_param_store_merging_allow_unaligned
  1556. #endif
  1557. #ifdef GENERATOR_FILE
  1558. extern int param_store_merging_max_size;
  1559. #else
  1560. int x_param_store_merging_max_size;
  1561. #define param_store_merging_max_size global_options.x_param_store_merging_max_size
  1562. #endif
  1563. #ifdef GENERATOR_FILE
  1564. extern int param_switch_conversion_branch_ratio;
  1565. #else
  1566. int x_param_switch_conversion_branch_ratio;
  1567. #define param_switch_conversion_branch_ratio global_options.x_param_switch_conversion_branch_ratio
  1568. #endif
  1569. #ifdef GENERATOR_FILE
  1570. extern int param_tm_max_aggregate_size;
  1571. #else
  1572. int x_param_tm_max_aggregate_size;
  1573. #define param_tm_max_aggregate_size global_options.x_param_tm_max_aggregate_size
  1574. #endif
  1575. #ifdef GENERATOR_FILE
  1576. extern int param_tracer_dynamic_coverage_feedback;
  1577. #else
  1578. int x_param_tracer_dynamic_coverage_feedback;
  1579. #define param_tracer_dynamic_coverage_feedback global_options.x_param_tracer_dynamic_coverage_feedback
  1580. #endif
  1581. #ifdef GENERATOR_FILE
  1582. extern int param_tracer_dynamic_coverage;
  1583. #else
  1584. int x_param_tracer_dynamic_coverage;
  1585. #define param_tracer_dynamic_coverage global_options.x_param_tracer_dynamic_coverage
  1586. #endif
  1587. #ifdef GENERATOR_FILE
  1588. extern int param_tracer_max_code_growth;
  1589. #else
  1590. int x_param_tracer_max_code_growth;
  1591. #define param_tracer_max_code_growth global_options.x_param_tracer_max_code_growth
  1592. #endif
  1593. #ifdef GENERATOR_FILE
  1594. extern int param_tracer_min_branch_probability_feedback;
  1595. #else
  1596. int x_param_tracer_min_branch_probability_feedback;
  1597. #define param_tracer_min_branch_probability_feedback global_options.x_param_tracer_min_branch_probability_feedback
  1598. #endif
  1599. #ifdef GENERATOR_FILE
  1600. extern int param_tracer_min_branch_probability;
  1601. #else
  1602. int x_param_tracer_min_branch_probability;
  1603. #define param_tracer_min_branch_probability global_options.x_param_tracer_min_branch_probability
  1604. #endif
  1605. #ifdef GENERATOR_FILE
  1606. extern int param_tracer_min_branch_ratio;
  1607. #else
  1608. int x_param_tracer_min_branch_ratio;
  1609. #define param_tracer_min_branch_ratio global_options.x_param_tracer_min_branch_ratio
  1610. #endif
  1611. #ifdef GENERATOR_FILE
  1612. extern int param_tree_reassoc_width;
  1613. #else
  1614. int x_param_tree_reassoc_width;
  1615. #define param_tree_reassoc_width global_options.x_param_tree_reassoc_width
  1616. #endif
  1617. #ifdef GENERATOR_FILE
  1618. extern int param_uninit_control_dep_attempts;
  1619. #else
  1620. int x_param_uninit_control_dep_attempts;
  1621. #define param_uninit_control_dep_attempts global_options.x_param_uninit_control_dep_attempts
  1622. #endif
  1623. #ifdef GENERATOR_FILE
  1624. extern int param_uninlined_function_insns;
  1625. #else
  1626. int x_param_uninlined_function_insns;
  1627. #define param_uninlined_function_insns global_options.x_param_uninlined_function_insns
  1628. #endif
  1629. #ifdef GENERATOR_FILE
  1630. extern int param_uninlined_function_time;
  1631. #else
  1632. int x_param_uninlined_function_time;
  1633. #define param_uninlined_function_time global_options.x_param_uninlined_function_time
  1634. #endif
  1635. #ifdef GENERATOR_FILE
  1636. extern int param_uninlined_function_thunk_insns;
  1637. #else
  1638. int x_param_uninlined_function_thunk_insns;
  1639. #define param_uninlined_function_thunk_insns global_options.x_param_uninlined_function_thunk_insns
  1640. #endif
  1641. #ifdef GENERATOR_FILE
  1642. extern int param_uninlined_function_thunk_time;
  1643. #else
  1644. int x_param_uninlined_function_thunk_time;
  1645. #define param_uninlined_function_thunk_time global_options.x_param_uninlined_function_thunk_time
  1646. #endif
  1647. #ifdef GENERATOR_FILE
  1648. extern int param_unlikely_bb_count_fraction;
  1649. #else
  1650. int x_param_unlikely_bb_count_fraction;
  1651. #define param_unlikely_bb_count_fraction global_options.x_param_unlikely_bb_count_fraction
  1652. #endif
  1653. #ifdef GENERATOR_FILE
  1654. extern int param_unroll_jam_max_unroll;
  1655. #else
  1656. int x_param_unroll_jam_max_unroll;
  1657. #define param_unroll_jam_max_unroll global_options.x_param_unroll_jam_max_unroll
  1658. #endif
  1659. #ifdef GENERATOR_FILE
  1660. extern int param_unroll_jam_min_percent;
  1661. #else
  1662. int x_param_unroll_jam_min_percent;
  1663. #define param_unroll_jam_min_percent global_options.x_param_unroll_jam_min_percent
  1664. #endif
  1665. #ifdef GENERATOR_FILE
  1666. extern int param_use_after_scope_direct_emission_threshold;
  1667. #else
  1668. int x_param_use_after_scope_direct_emission_threshold;
  1669. #define param_use_after_scope_direct_emission_threshold global_options.x_param_use_after_scope_direct_emission_threshold
  1670. #endif
  1671. #ifdef GENERATOR_FILE
  1672. extern int param_use_canonical_types;
  1673. #else
  1674. int x_param_use_canonical_types;
  1675. #define param_use_canonical_types global_options.x_param_use_canonical_types
  1676. #endif
  1677. #ifdef GENERATOR_FILE
  1678. extern int param_vect_epilogues_nomask;
  1679. #else
  1680. int x_param_vect_epilogues_nomask;
  1681. #define param_vect_epilogues_nomask global_options.x_param_vect_epilogues_nomask
  1682. #endif
  1683. #ifdef GENERATOR_FILE
  1684. extern int param_vect_max_peeling_for_alignment;
  1685. #else
  1686. int x_param_vect_max_peeling_for_alignment;
  1687. #define param_vect_max_peeling_for_alignment global_options.x_param_vect_max_peeling_for_alignment
  1688. #endif
  1689. #ifdef GENERATOR_FILE
  1690. extern int param_vect_max_version_for_alias_checks;
  1691. #else
  1692. int x_param_vect_max_version_for_alias_checks;
  1693. #define param_vect_max_version_for_alias_checks global_options.x_param_vect_max_version_for_alias_checks
  1694. #endif
  1695. #ifdef GENERATOR_FILE
  1696. extern int param_vect_max_version_for_alignment_checks;
  1697. #else
  1698. int x_param_vect_max_version_for_alignment_checks;
  1699. #define param_vect_max_version_for_alignment_checks global_options.x_param_vect_max_version_for_alignment_checks
  1700. #endif
  1701. #ifdef GENERATOR_FILE
  1702. extern int flag_preprocess_only;
  1703. #else
  1704. int x_flag_preprocess_only;
  1705. #define flag_preprocess_only global_options.x_flag_preprocess_only
  1706. #endif
  1707. #ifdef GENERATOR_FILE
  1708. extern int warn_abi;
  1709. #else
  1710. int x_warn_abi;
  1711. #define warn_abi global_options.x_warn_abi
  1712. #endif
  1713. #ifdef GENERATOR_FILE
  1714. extern int warn_abi_tag;
  1715. #else
  1716. int x_warn_abi_tag;
  1717. #define warn_abi_tag global_options.x_warn_abi_tag
  1718. #endif
  1719. #ifdef GENERATOR_FILE
  1720. extern int warn_absolute_value;
  1721. #else
  1722. int x_warn_absolute_value;
  1723. #define warn_absolute_value global_options.x_warn_absolute_value
  1724. #endif
  1725. #ifdef GENERATOR_FILE
  1726. extern int warn_address;
  1727. #else
  1728. int x_warn_address;
  1729. #define warn_address global_options.x_warn_address
  1730. #endif
  1731. #ifdef GENERATOR_FILE
  1732. extern int warn_address_of_packed_member;
  1733. #else
  1734. int x_warn_address_of_packed_member;
  1735. #define warn_address_of_packed_member global_options.x_warn_address_of_packed_member
  1736. #endif
  1737. #ifdef GENERATOR_FILE
  1738. extern int warn_aggregate_return;
  1739. #else
  1740. int x_warn_aggregate_return;
  1741. #define warn_aggregate_return global_options.x_warn_aggregate_return
  1742. #endif
  1743. #ifdef GENERATOR_FILE
  1744. extern int warn_aggressive_loop_optimizations;
  1745. #else
  1746. int x_warn_aggressive_loop_optimizations;
  1747. #define warn_aggressive_loop_optimizations global_options.x_warn_aggressive_loop_optimizations
  1748. #endif
  1749. #ifdef GENERATOR_FILE
  1750. extern int warn_aliasing;
  1751. #else
  1752. int x_warn_aliasing;
  1753. #define warn_aliasing global_options.x_warn_aliasing
  1754. #endif
  1755. #ifdef GENERATOR_FILE
  1756. extern int warn_align_commons;
  1757. #else
  1758. int x_warn_align_commons;
  1759. #define warn_align_commons global_options.x_warn_align_commons
  1760. #endif
  1761. #ifdef GENERATOR_FILE
  1762. extern int warn_aligned_new;
  1763. #else
  1764. int x_warn_aligned_new;
  1765. #define warn_aligned_new global_options.x_warn_aligned_new
  1766. #endif
  1767. #ifdef GENERATOR_FILE
  1768. extern HOST_WIDE_INT warn_alloc_size_limit;
  1769. #else
  1770. HOST_WIDE_INT x_warn_alloc_size_limit;
  1771. #define warn_alloc_size_limit global_options.x_warn_alloc_size_limit
  1772. #endif
  1773. #ifdef GENERATOR_FILE
  1774. extern int warn_alloc_zero;
  1775. #else
  1776. int x_warn_alloc_zero;
  1777. #define warn_alloc_zero global_options.x_warn_alloc_zero
  1778. #endif
  1779. #ifdef GENERATOR_FILE
  1780. extern int warn_alloca;
  1781. #else
  1782. int x_warn_alloca;
  1783. #define warn_alloca global_options.x_warn_alloca
  1784. #endif
  1785. #ifdef GENERATOR_FILE
  1786. extern HOST_WIDE_INT warn_alloca_limit;
  1787. #else
  1788. HOST_WIDE_INT x_warn_alloca_limit;
  1789. #define warn_alloca_limit global_options.x_warn_alloca_limit
  1790. #endif
  1791. #ifdef GENERATOR_FILE
  1792. extern int warn_ampersand;
  1793. #else
  1794. int x_warn_ampersand;
  1795. #define warn_ampersand global_options.x_warn_ampersand
  1796. #endif
  1797. #ifdef GENERATOR_FILE
  1798. extern int warn_analyzer_double_fclose;
  1799. #else
  1800. int x_warn_analyzer_double_fclose;
  1801. #define warn_analyzer_double_fclose global_options.x_warn_analyzer_double_fclose
  1802. #endif
  1803. #ifdef GENERATOR_FILE
  1804. extern int warn_analyzer_double_free;
  1805. #else
  1806. int x_warn_analyzer_double_free;
  1807. #define warn_analyzer_double_free global_options.x_warn_analyzer_double_free
  1808. #endif
  1809. #ifdef GENERATOR_FILE
  1810. extern int warn_analyzer_exposure_through_output_file;
  1811. #else
  1812. int x_warn_analyzer_exposure_through_output_file;
  1813. #define warn_analyzer_exposure_through_output_file global_options.x_warn_analyzer_exposure_through_output_file
  1814. #endif
  1815. #ifdef GENERATOR_FILE
  1816. extern int warn_analyzer_file_leak;
  1817. #else
  1818. int x_warn_analyzer_file_leak;
  1819. #define warn_analyzer_file_leak global_options.x_warn_analyzer_file_leak
  1820. #endif
  1821. #ifdef GENERATOR_FILE
  1822. extern int warn_analyzer_free_of_non_heap;
  1823. #else
  1824. int x_warn_analyzer_free_of_non_heap;
  1825. #define warn_analyzer_free_of_non_heap global_options.x_warn_analyzer_free_of_non_heap
  1826. #endif
  1827. #ifdef GENERATOR_FILE
  1828. extern int warn_analyzer_malloc_leak;
  1829. #else
  1830. int x_warn_analyzer_malloc_leak;
  1831. #define warn_analyzer_malloc_leak global_options.x_warn_analyzer_malloc_leak
  1832. #endif
  1833. #ifdef GENERATOR_FILE
  1834. extern int warn_analyzer_null_argument;
  1835. #else
  1836. int x_warn_analyzer_null_argument;
  1837. #define warn_analyzer_null_argument global_options.x_warn_analyzer_null_argument
  1838. #endif
  1839. #ifdef GENERATOR_FILE
  1840. extern int warn_analyzer_null_dereference;
  1841. #else
  1842. int x_warn_analyzer_null_dereference;
  1843. #define warn_analyzer_null_dereference global_options.x_warn_analyzer_null_dereference
  1844. #endif
  1845. #ifdef GENERATOR_FILE
  1846. extern int warn_analyzer_possible_null_argument;
  1847. #else
  1848. int x_warn_analyzer_possible_null_argument;
  1849. #define warn_analyzer_possible_null_argument global_options.x_warn_analyzer_possible_null_argument
  1850. #endif
  1851. #ifdef GENERATOR_FILE
  1852. extern int warn_analyzer_possible_null_dereference;
  1853. #else
  1854. int x_warn_analyzer_possible_null_dereference;
  1855. #define warn_analyzer_possible_null_dereference global_options.x_warn_analyzer_possible_null_dereference
  1856. #endif
  1857. #ifdef GENERATOR_FILE
  1858. extern int warn_analyzer_stale_setjmp_buffer;
  1859. #else
  1860. int x_warn_analyzer_stale_setjmp_buffer;
  1861. #define warn_analyzer_stale_setjmp_buffer global_options.x_warn_analyzer_stale_setjmp_buffer
  1862. #endif
  1863. #ifdef GENERATOR_FILE
  1864. extern int warn_analyzer_tainted_array_index;
  1865. #else
  1866. int x_warn_analyzer_tainted_array_index;
  1867. #define warn_analyzer_tainted_array_index global_options.x_warn_analyzer_tainted_array_index
  1868. #endif
  1869. #ifdef GENERATOR_FILE
  1870. extern int warn_analyzer_too_complex;
  1871. #else
  1872. int x_warn_analyzer_too_complex;
  1873. #define warn_analyzer_too_complex global_options.x_warn_analyzer_too_complex
  1874. #endif
  1875. #ifdef GENERATOR_FILE
  1876. extern int warn_analyzer_unsafe_call_within_signal_handler;
  1877. #else
  1878. int x_warn_analyzer_unsafe_call_within_signal_handler;
  1879. #define warn_analyzer_unsafe_call_within_signal_handler global_options.x_warn_analyzer_unsafe_call_within_signal_handler
  1880. #endif
  1881. #ifdef GENERATOR_FILE
  1882. extern int warn_analyzer_use_after_free;
  1883. #else
  1884. int x_warn_analyzer_use_after_free;
  1885. #define warn_analyzer_use_after_free global_options.x_warn_analyzer_use_after_free
  1886. #endif
  1887. #ifdef GENERATOR_FILE
  1888. extern int warn_analyzer_use_of_pointer_in_stale_stack_frame;
  1889. #else
  1890. int x_warn_analyzer_use_of_pointer_in_stale_stack_frame;
  1891. #define warn_analyzer_use_of_pointer_in_stale_stack_frame global_options.x_warn_analyzer_use_of_pointer_in_stale_stack_frame
  1892. #endif
  1893. #ifdef GENERATOR_FILE
  1894. extern int warn_arith_conv;
  1895. #else
  1896. int x_warn_arith_conv;
  1897. #define warn_arith_conv global_options.x_warn_arith_conv
  1898. #endif
  1899. #ifdef GENERATOR_FILE
  1900. extern int warn_array_bounds;
  1901. #else
  1902. int x_warn_array_bounds;
  1903. #define warn_array_bounds global_options.x_warn_array_bounds
  1904. #endif
  1905. #ifdef GENERATOR_FILE
  1906. extern int warn_array_temporaries;
  1907. #else
  1908. int x_warn_array_temporaries;
  1909. #define warn_array_temporaries global_options.x_warn_array_temporaries
  1910. #endif
  1911. #ifdef GENERATOR_FILE
  1912. extern int warn_assign_intercept;
  1913. #else
  1914. int x_warn_assign_intercept;
  1915. #define warn_assign_intercept global_options.x_warn_assign_intercept
  1916. #endif
  1917. #ifdef GENERATOR_FILE
  1918. extern int warn_attribute_alias;
  1919. #else
  1920. int x_warn_attribute_alias;
  1921. #define warn_attribute_alias global_options.x_warn_attribute_alias
  1922. #endif
  1923. #ifdef GENERATOR_FILE
  1924. extern int warn_attribute_warning;
  1925. #else
  1926. int x_warn_attribute_warning;
  1927. #define warn_attribute_warning global_options.x_warn_attribute_warning
  1928. #endif
  1929. #ifdef GENERATOR_FILE
  1930. extern int warn_attributes;
  1931. #else
  1932. int x_warn_attributes;
  1933. #define warn_attributes global_options.x_warn_attributes
  1934. #endif
  1935. #ifdef GENERATOR_FILE
  1936. extern int warn_bad_function_cast;
  1937. #else
  1938. int x_warn_bad_function_cast;
  1939. #define warn_bad_function_cast global_options.x_warn_bad_function_cast
  1940. #endif
  1941. #ifdef GENERATOR_FILE
  1942. extern int warn_bool_compare;
  1943. #else
  1944. int x_warn_bool_compare;
  1945. #define warn_bool_compare global_options.x_warn_bool_compare
  1946. #endif
  1947. #ifdef GENERATOR_FILE
  1948. extern int warn_bool_op;
  1949. #else
  1950. int x_warn_bool_op;
  1951. #define warn_bool_op global_options.x_warn_bool_op
  1952. #endif
  1953. #ifdef GENERATOR_FILE
  1954. extern int warn_builtin_declaraion_mismatch;
  1955. #else
  1956. int x_warn_builtin_declaraion_mismatch;
  1957. #define warn_builtin_declaraion_mismatch global_options.x_warn_builtin_declaraion_mismatch
  1958. #endif
  1959. #ifdef GENERATOR_FILE
  1960. extern int cpp_warn_builtin_macro_redefined;
  1961. #else
  1962. int x_cpp_warn_builtin_macro_redefined;
  1963. #define cpp_warn_builtin_macro_redefined global_options.x_cpp_warn_builtin_macro_redefined
  1964. #endif
  1965. #ifdef GENERATOR_FILE
  1966. extern int warn_cxx_compat;
  1967. #else
  1968. int x_warn_cxx_compat;
  1969. #define warn_cxx_compat global_options.x_warn_cxx_compat
  1970. #endif
  1971. #ifdef GENERATOR_FILE
  1972. extern int warn_cxx11_compat;
  1973. #else
  1974. int x_warn_cxx11_compat;
  1975. #define warn_cxx11_compat global_options.x_warn_cxx11_compat
  1976. #endif
  1977. #ifdef GENERATOR_FILE
  1978. extern int warn_cxx14_compat;
  1979. #else
  1980. int x_warn_cxx14_compat;
  1981. #define warn_cxx14_compat global_options.x_warn_cxx14_compat
  1982. #endif
  1983. #ifdef GENERATOR_FILE
  1984. extern int warn_cxx17_compat;
  1985. #else
  1986. int x_warn_cxx17_compat;
  1987. #define warn_cxx17_compat global_options.x_warn_cxx17_compat
  1988. #endif
  1989. #ifdef GENERATOR_FILE
  1990. extern int warn_cxx20_compat;
  1991. #else
  1992. int x_warn_cxx20_compat;
  1993. #define warn_cxx20_compat global_options.x_warn_cxx20_compat
  1994. #endif
  1995. #ifdef GENERATOR_FILE
  1996. extern int warn_c_binding_type;
  1997. #else
  1998. int x_warn_c_binding_type;
  1999. #define warn_c_binding_type global_options.x_warn_c_binding_type
  2000. #endif
  2001. #ifdef GENERATOR_FILE
  2002. extern int warn_c11_c2x_compat;
  2003. #else
  2004. int x_warn_c11_c2x_compat;
  2005. #define warn_c11_c2x_compat global_options.x_warn_c11_c2x_compat
  2006. #endif
  2007. #ifdef GENERATOR_FILE
  2008. extern int warn_c90_c99_compat;
  2009. #else
  2010. int x_warn_c90_c99_compat;
  2011. #define warn_c90_c99_compat global_options.x_warn_c90_c99_compat
  2012. #endif
  2013. #ifdef GENERATOR_FILE
  2014. extern int warn_c99_c11_compat;
  2015. #else
  2016. int x_warn_c99_c11_compat;
  2017. #define warn_c99_c11_compat global_options.x_warn_c99_c11_compat
  2018. #endif
  2019. #ifdef GENERATOR_FILE
  2020. extern int warn_cannot_profile;
  2021. #else
  2022. int x_warn_cannot_profile;
  2023. #define warn_cannot_profile global_options.x_warn_cannot_profile
  2024. #endif
  2025. #ifdef GENERATOR_FILE
  2026. extern int warn_cast_align;
  2027. #else
  2028. int x_warn_cast_align;
  2029. #define warn_cast_align global_options.x_warn_cast_align
  2030. #endif
  2031. #ifdef GENERATOR_FILE
  2032. extern int warn_cast_function_type;
  2033. #else
  2034. int x_warn_cast_function_type;
  2035. #define warn_cast_function_type global_options.x_warn_cast_function_type
  2036. #endif
  2037. #ifdef GENERATOR_FILE
  2038. extern int warn_cast_qual;
  2039. #else
  2040. int x_warn_cast_qual;
  2041. #define warn_cast_qual global_options.x_warn_cast_qual
  2042. #endif
  2043. #ifdef GENERATOR_FILE
  2044. extern int warn_cast_result;
  2045. #else
  2046. int x_warn_cast_result;
  2047. #define warn_cast_result global_options.x_warn_cast_result
  2048. #endif
  2049. #ifdef GENERATOR_FILE
  2050. extern int warn_catch_value;
  2051. #else
  2052. int x_warn_catch_value;
  2053. #define warn_catch_value global_options.x_warn_catch_value
  2054. #endif
  2055. #ifdef GENERATOR_FILE
  2056. extern int warn_char_subscripts;
  2057. #else
  2058. int x_warn_char_subscripts;
  2059. #define warn_char_subscripts global_options.x_warn_char_subscripts
  2060. #endif
  2061. #ifdef GENERATOR_FILE
  2062. extern int warn_character_truncation;
  2063. #else
  2064. int x_warn_character_truncation;
  2065. #define warn_character_truncation global_options.x_warn_character_truncation
  2066. #endif
  2067. #ifdef GENERATOR_FILE
  2068. extern int warn_class_conversion;
  2069. #else
  2070. int x_warn_class_conversion;
  2071. #define warn_class_conversion global_options.x_warn_class_conversion
  2072. #endif
  2073. #ifdef GENERATOR_FILE
  2074. extern int warn_class_memaccess;
  2075. #else
  2076. int x_warn_class_memaccess;
  2077. #define warn_class_memaccess global_options.x_warn_class_memaccess
  2078. #endif
  2079. #ifdef GENERATOR_FILE
  2080. extern int warn_clobbered;
  2081. #else
  2082. int x_warn_clobbered;
  2083. #define warn_clobbered global_options.x_warn_clobbered
  2084. #endif
  2085. #ifdef GENERATOR_FILE
  2086. extern int warn_comma_subscript;
  2087. #else
  2088. int x_warn_comma_subscript;
  2089. #define warn_comma_subscript global_options.x_warn_comma_subscript
  2090. #endif
  2091. #ifdef GENERATOR_FILE
  2092. extern int cpp_warn_comment;
  2093. #else
  2094. int x_cpp_warn_comment;
  2095. #define cpp_warn_comment global_options.x_cpp_warn_comment
  2096. #endif
  2097. #ifdef GENERATOR_FILE
  2098. extern int warn_compare_reals;
  2099. #else
  2100. int x_warn_compare_reals;
  2101. #define warn_compare_reals global_options.x_warn_compare_reals
  2102. #endif
  2103. #ifdef GENERATOR_FILE
  2104. extern int warn_conditionally_supported;
  2105. #else
  2106. int x_warn_conditionally_supported;
  2107. #define warn_conditionally_supported global_options.x_warn_conditionally_supported
  2108. #endif
  2109. #ifdef GENERATOR_FILE
  2110. extern int warn_conversion;
  2111. #else
  2112. int x_warn_conversion;
  2113. #define warn_conversion global_options.x_warn_conversion
  2114. #endif
  2115. #ifdef GENERATOR_FILE
  2116. extern int warn_conversion_extra;
  2117. #else
  2118. int x_warn_conversion_extra;
  2119. #define warn_conversion_extra global_options.x_warn_conversion_extra
  2120. #endif
  2121. #ifdef GENERATOR_FILE
  2122. extern int warn_conversion_null;
  2123. #else
  2124. int x_warn_conversion_null;
  2125. #define warn_conversion_null global_options.x_warn_conversion_null
  2126. #endif
  2127. #ifdef GENERATOR_FILE
  2128. extern int warn_coverage_mismatch;
  2129. #else
  2130. int x_warn_coverage_mismatch;
  2131. #define warn_coverage_mismatch global_options.x_warn_coverage_mismatch
  2132. #endif
  2133. #ifdef GENERATOR_FILE
  2134. extern int warn_cpp;
  2135. #else
  2136. int x_warn_cpp;
  2137. #define warn_cpp global_options.x_warn_cpp
  2138. #endif
  2139. #ifdef GENERATOR_FILE
  2140. extern int warn_ctor_dtor_privacy;
  2141. #else
  2142. int x_warn_ctor_dtor_privacy;
  2143. #define warn_ctor_dtor_privacy global_options.x_warn_ctor_dtor_privacy
  2144. #endif
  2145. #ifdef GENERATOR_FILE
  2146. extern int warn_dangling_else;
  2147. #else
  2148. int x_warn_dangling_else;
  2149. #define warn_dangling_else global_options.x_warn_dangling_else
  2150. #endif
  2151. #ifdef GENERATOR_FILE
  2152. extern int cpp_warn_date_time;
  2153. #else
  2154. int x_cpp_warn_date_time;
  2155. #define cpp_warn_date_time global_options.x_cpp_warn_date_time
  2156. #endif
  2157. #ifdef GENERATOR_FILE
  2158. extern int warn_declaration_after_statement;
  2159. #else
  2160. int x_warn_declaration_after_statement;
  2161. #define warn_declaration_after_statement global_options.x_warn_declaration_after_statement
  2162. #endif
  2163. #ifdef GENERATOR_FILE
  2164. extern int warn_delete_incomplete;
  2165. #else
  2166. int x_warn_delete_incomplete;
  2167. #define warn_delete_incomplete global_options.x_warn_delete_incomplete
  2168. #endif
  2169. #ifdef GENERATOR_FILE
  2170. extern int warn_delnonvdtor;
  2171. #else
  2172. int x_warn_delnonvdtor;
  2173. #define warn_delnonvdtor global_options.x_warn_delnonvdtor
  2174. #endif
  2175. #ifdef GENERATOR_FILE
  2176. extern int warn_deprecated;
  2177. #else
  2178. int x_warn_deprecated;
  2179. #define warn_deprecated global_options.x_warn_deprecated
  2180. #endif
  2181. #ifdef GENERATOR_FILE
  2182. extern int warn_deprecated_copy;
  2183. #else
  2184. int x_warn_deprecated_copy;
  2185. #define warn_deprecated_copy global_options.x_warn_deprecated_copy
  2186. #endif
  2187. #ifdef GENERATOR_FILE
  2188. extern int warn_deprecated_decl;
  2189. #else
  2190. int x_warn_deprecated_decl;
  2191. #define warn_deprecated_decl global_options.x_warn_deprecated_decl
  2192. #endif
  2193. #ifdef GENERATOR_FILE
  2194. extern int warn_designated_init;
  2195. #else
  2196. int x_warn_designated_init;
  2197. #define warn_designated_init global_options.x_warn_designated_init
  2198. #endif
  2199. #ifdef GENERATOR_FILE
  2200. extern int warn_disabled_optimization;
  2201. #else
  2202. int x_warn_disabled_optimization;
  2203. #define warn_disabled_optimization global_options.x_warn_disabled_optimization
  2204. #endif
  2205. #ifdef GENERATOR_FILE
  2206. extern int warn_discarded_array_qualifiers;
  2207. #else
  2208. int x_warn_discarded_array_qualifiers;
  2209. #define warn_discarded_array_qualifiers global_options.x_warn_discarded_array_qualifiers
  2210. #endif
  2211. #ifdef GENERATOR_FILE
  2212. extern int warn_discarded_qualifiers;
  2213. #else
  2214. int x_warn_discarded_qualifiers;
  2215. #define warn_discarded_qualifiers global_options.x_warn_discarded_qualifiers
  2216. #endif
  2217. #ifdef GENERATOR_FILE
  2218. extern int warn_div_by_zero;
  2219. #else
  2220. int x_warn_div_by_zero;
  2221. #define warn_div_by_zero global_options.x_warn_div_by_zero
  2222. #endif
  2223. #ifdef GENERATOR_FILE
  2224. extern int warn_do_subscript;
  2225. #else
  2226. int x_warn_do_subscript;
  2227. #define warn_do_subscript global_options.x_warn_do_subscript
  2228. #endif
  2229. #ifdef GENERATOR_FILE
  2230. extern int warn_double_promotion;
  2231. #else
  2232. int x_warn_double_promotion;
  2233. #define warn_double_promotion global_options.x_warn_double_promotion
  2234. #endif
  2235. #ifdef GENERATOR_FILE
  2236. extern int warn_duplicate_decl_specifier;
  2237. #else
  2238. int x_warn_duplicate_decl_specifier;
  2239. #define warn_duplicate_decl_specifier global_options.x_warn_duplicate_decl_specifier
  2240. #endif
  2241. #ifdef GENERATOR_FILE
  2242. extern int warn_duplicated_branches;
  2243. #else
  2244. int x_warn_duplicated_branches;
  2245. #define warn_duplicated_branches global_options.x_warn_duplicated_branches
  2246. #endif
  2247. #ifdef GENERATOR_FILE
  2248. extern int warn_duplicated_cond;
  2249. #else
  2250. int x_warn_duplicated_cond;
  2251. #define warn_duplicated_cond global_options.x_warn_duplicated_cond
  2252. #endif
  2253. #ifdef GENERATOR_FILE
  2254. extern int warn_ecpp;
  2255. #else
  2256. int x_warn_ecpp;
  2257. #define warn_ecpp global_options.x_warn_ecpp
  2258. #endif
  2259. #ifdef GENERATOR_FILE
  2260. extern int warn_empty_body;
  2261. #else
  2262. int x_warn_empty_body;
  2263. #define warn_empty_body global_options.x_warn_empty_body
  2264. #endif
  2265. #ifdef GENERATOR_FILE
  2266. extern int cpp_warn_endif_labels;
  2267. #else
  2268. int x_cpp_warn_endif_labels;
  2269. #define cpp_warn_endif_labels global_options.x_cpp_warn_endif_labels
  2270. #endif
  2271. #ifdef GENERATOR_FILE
  2272. extern int warn_enum_compare;
  2273. #else
  2274. int x_warn_enum_compare;
  2275. #define warn_enum_compare global_options.x_warn_enum_compare
  2276. #endif
  2277. #ifdef GENERATOR_FILE
  2278. extern int warn_enum_conversion;
  2279. #else
  2280. int x_warn_enum_conversion;
  2281. #define warn_enum_conversion global_options.x_warn_enum_conversion
  2282. #endif
  2283. #ifdef GENERATOR_FILE
  2284. extern int warnings_are_errors;
  2285. #else
  2286. int x_warnings_are_errors;
  2287. #define warnings_are_errors global_options.x_warnings_are_errors
  2288. #endif
  2289. #ifdef GENERATOR_FILE
  2290. extern int cpp_warn_expansion_to_defined;
  2291. #else
  2292. int x_cpp_warn_expansion_to_defined;
  2293. #define cpp_warn_expansion_to_defined global_options.x_cpp_warn_expansion_to_defined
  2294. #endif
  2295. #ifdef GENERATOR_FILE
  2296. extern int extra_warnings;
  2297. #else
  2298. int x_extra_warnings;
  2299. #define extra_warnings global_options.x_extra_warnings
  2300. #endif
  2301. #ifdef GENERATOR_FILE
  2302. extern int warn_extra_semi;
  2303. #else
  2304. int x_warn_extra_semi;
  2305. #define warn_extra_semi global_options.x_warn_extra_semi
  2306. #endif
  2307. #ifdef GENERATOR_FILE
  2308. extern int flag_fatal_errors;
  2309. #else
  2310. int x_flag_fatal_errors;
  2311. #define flag_fatal_errors global_options.x_flag_fatal_errors
  2312. #endif
  2313. #ifdef GENERATOR_FILE
  2314. extern int warn_float_conversion;
  2315. #else
  2316. int x_warn_float_conversion;
  2317. #define warn_float_conversion global_options.x_warn_float_conversion
  2318. #endif
  2319. #ifdef GENERATOR_FILE
  2320. extern int warn_float_equal;
  2321. #else
  2322. int x_warn_float_equal;
  2323. #define warn_float_equal global_options.x_warn_float_equal
  2324. #endif
  2325. #ifdef GENERATOR_FILE
  2326. extern int warn_format_contains_nul;
  2327. #else
  2328. int x_warn_format_contains_nul;
  2329. #define warn_format_contains_nul global_options.x_warn_format_contains_nul
  2330. #endif
  2331. #ifdef GENERATOR_FILE
  2332. extern int warn_format_diag;
  2333. #else
  2334. int x_warn_format_diag;
  2335. #define warn_format_diag global_options.x_warn_format_diag
  2336. #endif
  2337. #ifdef GENERATOR_FILE
  2338. extern int warn_format_extra_args;
  2339. #else
  2340. int x_warn_format_extra_args;
  2341. #define warn_format_extra_args global_options.x_warn_format_extra_args
  2342. #endif
  2343. #ifdef GENERATOR_FILE
  2344. extern int warn_format_nonliteral;
  2345. #else
  2346. int x_warn_format_nonliteral;
  2347. #define warn_format_nonliteral global_options.x_warn_format_nonliteral
  2348. #endif
  2349. #ifdef GENERATOR_FILE
  2350. extern int warn_format_overflow;
  2351. #else
  2352. int x_warn_format_overflow;
  2353. #define warn_format_overflow global_options.x_warn_format_overflow
  2354. #endif
  2355. #ifdef GENERATOR_FILE
  2356. extern int warn_format_security;
  2357. #else
  2358. int x_warn_format_security;
  2359. #define warn_format_security global_options.x_warn_format_security
  2360. #endif
  2361. #ifdef GENERATOR_FILE
  2362. extern int warn_format_signedness;
  2363. #else
  2364. int x_warn_format_signedness;
  2365. #define warn_format_signedness global_options.x_warn_format_signedness
  2366. #endif
  2367. #ifdef GENERATOR_FILE
  2368. extern int warn_format_trunc;
  2369. #else
  2370. int x_warn_format_trunc;
  2371. #define warn_format_trunc global_options.x_warn_format_trunc
  2372. #endif
  2373. #ifdef GENERATOR_FILE
  2374. extern int warn_format_y2k;
  2375. #else
  2376. int x_warn_format_y2k;
  2377. #define warn_format_y2k global_options.x_warn_format_y2k
  2378. #endif
  2379. #ifdef GENERATOR_FILE
  2380. extern int warn_format_zero_length;
  2381. #else
  2382. int x_warn_format_zero_length;
  2383. #define warn_format_zero_length global_options.x_warn_format_zero_length
  2384. #endif
  2385. #ifdef GENERATOR_FILE
  2386. extern int warn_format;
  2387. #else
  2388. int x_warn_format;
  2389. #define warn_format global_options.x_warn_format
  2390. #endif
  2391. #ifdef GENERATOR_FILE
  2392. extern int warn_frame_address;
  2393. #else
  2394. int x_warn_frame_address;
  2395. #define warn_frame_address global_options.x_warn_frame_address
  2396. #endif
  2397. #ifdef GENERATOR_FILE
  2398. extern HOST_WIDE_INT warn_frame_larger_than_size;
  2399. #else
  2400. HOST_WIDE_INT x_warn_frame_larger_than_size;
  2401. #define warn_frame_larger_than_size global_options.x_warn_frame_larger_than_size
  2402. #endif
  2403. #ifdef GENERATOR_FILE
  2404. extern int warn_free_nonheap_object;
  2405. #else
  2406. int x_warn_free_nonheap_object;
  2407. #define warn_free_nonheap_object global_options.x_warn_free_nonheap_object
  2408. #endif
  2409. #ifdef GENERATOR_FILE
  2410. extern int flag_warn_frontend_loop_interchange;
  2411. #else
  2412. int x_flag_warn_frontend_loop_interchange;
  2413. #define flag_warn_frontend_loop_interchange global_options.x_flag_warn_frontend_loop_interchange
  2414. #endif
  2415. #ifdef GENERATOR_FILE
  2416. extern int warn_function_elimination;
  2417. #else
  2418. int x_warn_function_elimination;
  2419. #define warn_function_elimination global_options.x_warn_function_elimination
  2420. #endif
  2421. #ifdef GENERATOR_FILE
  2422. extern int warn_hsa;
  2423. #else
  2424. int x_warn_hsa;
  2425. #define warn_hsa global_options.x_warn_hsa
  2426. #endif
  2427. #ifdef GENERATOR_FILE
  2428. extern int warn_if_not_aligned;
  2429. #else
  2430. int x_warn_if_not_aligned;
  2431. #define warn_if_not_aligned global_options.x_warn_if_not_aligned
  2432. #endif
  2433. #ifdef GENERATOR_FILE
  2434. extern int warn_ignored_attributes;
  2435. #else
  2436. int x_warn_ignored_attributes;
  2437. #define warn_ignored_attributes global_options.x_warn_ignored_attributes
  2438. #endif
  2439. #ifdef GENERATOR_FILE
  2440. extern int warn_ignored_qualifiers;
  2441. #else
  2442. int x_warn_ignored_qualifiers;
  2443. #define warn_ignored_qualifiers global_options.x_warn_ignored_qualifiers
  2444. #endif
  2445. #ifdef GENERATOR_FILE
  2446. extern int warn_implicit;
  2447. #else
  2448. int x_warn_implicit;
  2449. #define warn_implicit global_options.x_warn_implicit
  2450. #endif
  2451. #ifdef GENERATOR_FILE
  2452. extern int warn_implicit_fallthrough;
  2453. #else
  2454. int x_warn_implicit_fallthrough;
  2455. #define warn_implicit_fallthrough global_options.x_warn_implicit_fallthrough
  2456. #endif
  2457. #ifdef GENERATOR_FILE
  2458. extern int warn_implicit_function_declaration;
  2459. #else
  2460. int x_warn_implicit_function_declaration;
  2461. #define warn_implicit_function_declaration global_options.x_warn_implicit_function_declaration
  2462. #endif
  2463. #ifdef GENERATOR_FILE
  2464. extern int warn_implicit_int;
  2465. #else
  2466. int x_warn_implicit_int;
  2467. #define warn_implicit_int global_options.x_warn_implicit_int
  2468. #endif
  2469. #ifdef GENERATOR_FILE
  2470. extern int warn_implicit_interface;
  2471. #else
  2472. int x_warn_implicit_interface;
  2473. #define warn_implicit_interface global_options.x_warn_implicit_interface
  2474. #endif
  2475. #ifdef GENERATOR_FILE
  2476. extern int warn_implicit_procedure;
  2477. #else
  2478. int x_warn_implicit_procedure;
  2479. #define warn_implicit_procedure global_options.x_warn_implicit_procedure
  2480. #endif
  2481. #ifdef GENERATOR_FILE
  2482. extern int warn_inaccessible_base;
  2483. #else
  2484. int x_warn_inaccessible_base;
  2485. #define warn_inaccessible_base global_options.x_warn_inaccessible_base
  2486. #endif
  2487. #ifdef GENERATOR_FILE
  2488. extern int warn_incompatible_pointer_types;
  2489. #else
  2490. int x_warn_incompatible_pointer_types;
  2491. #define warn_incompatible_pointer_types global_options.x_warn_incompatible_pointer_types
  2492. #endif
  2493. #ifdef GENERATOR_FILE
  2494. extern int warn_inh_var_ctor;
  2495. #else
  2496. int x_warn_inh_var_ctor;
  2497. #define warn_inh_var_ctor global_options.x_warn_inh_var_ctor
  2498. #endif
  2499. #ifdef GENERATOR_FILE
  2500. extern int warn_init_list;
  2501. #else
  2502. int x_warn_init_list;
  2503. #define warn_init_list global_options.x_warn_init_list
  2504. #endif
  2505. #ifdef GENERATOR_FILE
  2506. extern int warn_init_self;
  2507. #else
  2508. int x_warn_init_self;
  2509. #define warn_init_self global_options.x_warn_init_self
  2510. #endif
  2511. #ifdef GENERATOR_FILE
  2512. extern int warn_inline;
  2513. #else
  2514. int x_warn_inline;
  2515. #define warn_inline global_options.x_warn_inline
  2516. #endif
  2517. #ifdef GENERATOR_FILE
  2518. extern int warn_int_conversion;
  2519. #else
  2520. int x_warn_int_conversion;
  2521. #define warn_int_conversion global_options.x_warn_int_conversion
  2522. #endif
  2523. #ifdef GENERATOR_FILE
  2524. extern int warn_int_in_bool_context;
  2525. #else
  2526. int x_warn_int_in_bool_context;
  2527. #define warn_int_in_bool_context global_options.x_warn_int_in_bool_context
  2528. #endif
  2529. #ifdef GENERATOR_FILE
  2530. extern int warn_int_to_pointer_cast;
  2531. #else
  2532. int x_warn_int_to_pointer_cast;
  2533. #define warn_int_to_pointer_cast global_options.x_warn_int_to_pointer_cast
  2534. #endif
  2535. #ifdef GENERATOR_FILE
  2536. extern int warn_integer_division;
  2537. #else
  2538. int x_warn_integer_division;
  2539. #define warn_integer_division global_options.x_warn_integer_division
  2540. #endif
  2541. #ifdef GENERATOR_FILE
  2542. extern int warn_intrinsic_shadow;
  2543. #else
  2544. int x_warn_intrinsic_shadow;
  2545. #define warn_intrinsic_shadow global_options.x_warn_intrinsic_shadow
  2546. #endif
  2547. #ifdef GENERATOR_FILE
  2548. extern int warn_intrinsics_std;
  2549. #else
  2550. int x_warn_intrinsics_std;
  2551. #define warn_intrinsics_std global_options.x_warn_intrinsics_std
  2552. #endif
  2553. #ifdef GENERATOR_FILE
  2554. extern int warn_invalid_memory_model;
  2555. #else
  2556. int x_warn_invalid_memory_model;
  2557. #define warn_invalid_memory_model global_options.x_warn_invalid_memory_model
  2558. #endif
  2559. #ifdef GENERATOR_FILE
  2560. extern int warn_invalid_offsetof;
  2561. #else
  2562. int x_warn_invalid_offsetof;
  2563. #define warn_invalid_offsetof global_options.x_warn_invalid_offsetof
  2564. #endif
  2565. #ifdef GENERATOR_FILE
  2566. extern int cpp_warn_invalid_pch;
  2567. #else
  2568. int x_cpp_warn_invalid_pch;
  2569. #define cpp_warn_invalid_pch global_options.x_cpp_warn_invalid_pch
  2570. #endif
  2571. #ifdef GENERATOR_FILE
  2572. extern int warn_jump_misses_init;
  2573. #else
  2574. int x_warn_jump_misses_init;
  2575. #define warn_jump_misses_init global_options.x_warn_jump_misses_init
  2576. #endif
  2577. #ifdef GENERATOR_FILE
  2578. extern HOST_WIDE_INT warn_larger_than_size;
  2579. #else
  2580. HOST_WIDE_INT x_warn_larger_than_size;
  2581. #define warn_larger_than_size global_options.x_warn_larger_than_size
  2582. #endif
  2583. #ifdef GENERATOR_FILE
  2584. extern int warn_line_truncation;
  2585. #else
  2586. int x_warn_line_truncation;
  2587. #define warn_line_truncation global_options.x_warn_line_truncation
  2588. #endif
  2589. #ifdef GENERATOR_FILE
  2590. extern int cpp_warn_literal_suffix;
  2591. #else
  2592. int x_cpp_warn_literal_suffix;
  2593. #define cpp_warn_literal_suffix global_options.x_cpp_warn_literal_suffix
  2594. #endif
  2595. #ifdef GENERATOR_FILE
  2596. extern int warn_logical_not_paren;
  2597. #else
  2598. int x_warn_logical_not_paren;
  2599. #define warn_logical_not_paren global_options.x_warn_logical_not_paren
  2600. #endif
  2601. #ifdef GENERATOR_FILE
  2602. extern int warn_logical_op;
  2603. #else
  2604. int x_warn_logical_op;
  2605. #define warn_logical_op global_options.x_warn_logical_op
  2606. #endif
  2607. #ifdef GENERATOR_FILE
  2608. extern int warn_long_long;
  2609. #else
  2610. int x_warn_long_long;
  2611. #define warn_long_long global_options.x_warn_long_long
  2612. #endif
  2613. #ifdef GENERATOR_FILE
  2614. extern int warn_lto_type_mismatch;
  2615. #else
  2616. int x_warn_lto_type_mismatch;
  2617. #define warn_lto_type_mismatch global_options.x_warn_lto_type_mismatch
  2618. #endif
  2619. #ifdef GENERATOR_FILE
  2620. extern int warn_main;
  2621. #else
  2622. int x_warn_main;
  2623. #define warn_main global_options.x_warn_main
  2624. #endif
  2625. #ifdef GENERATOR_FILE
  2626. extern int warn_maybe_uninitialized;
  2627. #else
  2628. int x_warn_maybe_uninitialized;
  2629. #define warn_maybe_uninitialized global_options.x_warn_maybe_uninitialized
  2630. #endif
  2631. #ifdef GENERATOR_FILE
  2632. extern int warn_memset_elt_size;
  2633. #else
  2634. int x_warn_memset_elt_size;
  2635. #define warn_memset_elt_size global_options.x_warn_memset_elt_size
  2636. #endif
  2637. #ifdef GENERATOR_FILE
  2638. extern int warn_memset_transposed_args;
  2639. #else
  2640. int x_warn_memset_transposed_args;
  2641. #define warn_memset_transposed_args global_options.x_warn_memset_transposed_args
  2642. #endif
  2643. #ifdef GENERATOR_FILE
  2644. extern int warn_misleading_indentation;
  2645. #else
  2646. int x_warn_misleading_indentation;
  2647. #define warn_misleading_indentation global_options.x_warn_misleading_indentation
  2648. #endif
  2649. #ifdef GENERATOR_FILE
  2650. extern int warn_mismatched_tags;
  2651. #else
  2652. int x_warn_mismatched_tags;
  2653. #define warn_mismatched_tags global_options.x_warn_mismatched_tags
  2654. #endif
  2655. #ifdef GENERATOR_FILE
  2656. extern int warn_missing_attributes;
  2657. #else
  2658. int x_warn_missing_attributes;
  2659. #define warn_missing_attributes global_options.x_warn_missing_attributes
  2660. #endif
  2661. #ifdef GENERATOR_FILE
  2662. extern int warn_missing_braces;
  2663. #else
  2664. int x_warn_missing_braces;
  2665. #define warn_missing_braces global_options.x_warn_missing_braces
  2666. #endif
  2667. #ifdef GENERATOR_FILE
  2668. extern int warn_missing_declarations;
  2669. #else
  2670. int x_warn_missing_declarations;
  2671. #define warn_missing_declarations global_options.x_warn_missing_declarations
  2672. #endif
  2673. #ifdef GENERATOR_FILE
  2674. extern int warn_missing_field_initializers;
  2675. #else
  2676. int x_warn_missing_field_initializers;
  2677. #define warn_missing_field_initializers global_options.x_warn_missing_field_initializers
  2678. #endif
  2679. #ifdef GENERATOR_FILE
  2680. extern int cpp_warn_missing_include_dirs;
  2681. #else
  2682. int x_cpp_warn_missing_include_dirs;
  2683. #define cpp_warn_missing_include_dirs global_options.x_cpp_warn_missing_include_dirs
  2684. #endif
  2685. #ifdef GENERATOR_FILE
  2686. extern int warn_missing_parameter_type;
  2687. #else
  2688. int x_warn_missing_parameter_type;
  2689. #define warn_missing_parameter_type global_options.x_warn_missing_parameter_type
  2690. #endif
  2691. #ifdef GENERATOR_FILE
  2692. extern int warn_missing_profile;
  2693. #else
  2694. int x_warn_missing_profile;
  2695. #define warn_missing_profile global_options.x_warn_missing_profile
  2696. #endif
  2697. #ifdef GENERATOR_FILE
  2698. extern int warn_missing_prototypes;
  2699. #else
  2700. int x_warn_missing_prototypes;
  2701. #define warn_missing_prototypes global_options.x_warn_missing_prototypes
  2702. #endif
  2703. #ifdef GENERATOR_FILE
  2704. extern int cpp_warn_multichar;
  2705. #else
  2706. int x_cpp_warn_multichar;
  2707. #define cpp_warn_multichar global_options.x_cpp_warn_multichar
  2708. #endif
  2709. #ifdef GENERATOR_FILE
  2710. extern int warn_multiple_inheritance;
  2711. #else
  2712. int x_warn_multiple_inheritance;
  2713. #define warn_multiple_inheritance global_options.x_warn_multiple_inheritance
  2714. #endif
  2715. #ifdef GENERATOR_FILE
  2716. extern int warn_multistatement_macros;
  2717. #else
  2718. int x_warn_multistatement_macros;
  2719. #define warn_multistatement_macros global_options.x_warn_multistatement_macros
  2720. #endif
  2721. #ifdef GENERATOR_FILE
  2722. extern int warn_namespaces;
  2723. #else
  2724. int x_warn_namespaces;
  2725. #define warn_namespaces global_options.x_warn_namespaces
  2726. #endif
  2727. #ifdef GENERATOR_FILE
  2728. extern int warn_narrowing;
  2729. #else
  2730. int x_warn_narrowing;
  2731. #define warn_narrowing global_options.x_warn_narrowing
  2732. #endif
  2733. #ifdef GENERATOR_FILE
  2734. extern int warn_nested_externs;
  2735. #else
  2736. int x_warn_nested_externs;
  2737. #define warn_nested_externs global_options.x_warn_nested_externs
  2738. #endif
  2739. #ifdef GENERATOR_FILE
  2740. extern int warn_noexcept;
  2741. #else
  2742. int x_warn_noexcept;
  2743. #define warn_noexcept global_options.x_warn_noexcept
  2744. #endif
  2745. #ifdef GENERATOR_FILE
  2746. extern int warn_noexcept_type;
  2747. #else
  2748. int x_warn_noexcept_type;
  2749. #define warn_noexcept_type global_options.x_warn_noexcept_type
  2750. #endif
  2751. #ifdef GENERATOR_FILE
  2752. extern int warn_nontemplate_friend;
  2753. #else
  2754. int x_warn_nontemplate_friend;
  2755. #define warn_nontemplate_friend global_options.x_warn_nontemplate_friend
  2756. #endif
  2757. #ifdef GENERATOR_FILE
  2758. extern int warn_nonvdtor;
  2759. #else
  2760. int x_warn_nonvdtor;
  2761. #define warn_nonvdtor global_options.x_warn_nonvdtor
  2762. #endif
  2763. #ifdef GENERATOR_FILE
  2764. extern int warn_nonnull;
  2765. #else
  2766. int x_warn_nonnull;
  2767. #define warn_nonnull global_options.x_warn_nonnull
  2768. #endif
  2769. #ifdef GENERATOR_FILE
  2770. extern int warn_nonnull_compare;
  2771. #else
  2772. int x_warn_nonnull_compare;
  2773. #define warn_nonnull_compare global_options.x_warn_nonnull_compare
  2774. #endif
  2775. #ifdef GENERATOR_FILE
  2776. extern int cpp_warn_normalize;
  2777. #else
  2778. int x_cpp_warn_normalize;
  2779. #define cpp_warn_normalize global_options.x_cpp_warn_normalize
  2780. #endif
  2781. #ifdef GENERATOR_FILE
  2782. extern int warn_null_dereference;
  2783. #else
  2784. int x_warn_null_dereference;
  2785. #define warn_null_dereference global_options.x_warn_null_dereference
  2786. #endif
  2787. #ifdef GENERATOR_FILE
  2788. extern int warn_odr_violations;
  2789. #else
  2790. int x_warn_odr_violations;
  2791. #define warn_odr_violations global_options.x_warn_odr_violations
  2792. #endif
  2793. #ifdef GENERATOR_FILE
  2794. extern int warn_old_style_cast;
  2795. #else
  2796. int x_warn_old_style_cast;
  2797. #define warn_old_style_cast global_options.x_warn_old_style_cast
  2798. #endif
  2799. #ifdef GENERATOR_FILE
  2800. extern int warn_old_style_declaration;
  2801. #else
  2802. int x_warn_old_style_declaration;
  2803. #define warn_old_style_declaration global_options.x_warn_old_style_declaration
  2804. #endif
  2805. #ifdef GENERATOR_FILE
  2806. extern int warn_old_style_definition;
  2807. #else
  2808. int x_warn_old_style_definition;
  2809. #define warn_old_style_definition global_options.x_warn_old_style_definition
  2810. #endif
  2811. #ifdef GENERATOR_FILE
  2812. extern int warn_openmp_simd;
  2813. #else
  2814. int x_warn_openmp_simd;
  2815. #define warn_openmp_simd global_options.x_warn_openmp_simd
  2816. #endif
  2817. #ifdef GENERATOR_FILE
  2818. extern int warn_overflow;
  2819. #else
  2820. int x_warn_overflow;
  2821. #define warn_overflow global_options.x_warn_overflow
  2822. #endif
  2823. #ifdef GENERATOR_FILE
  2824. extern int warn_overlength_strings;
  2825. #else
  2826. int x_warn_overlength_strings;
  2827. #define warn_overlength_strings global_options.x_warn_overlength_strings
  2828. #endif
  2829. #ifdef GENERATOR_FILE
  2830. extern int warn_overloaded_virtual;
  2831. #else
  2832. int x_warn_overloaded_virtual;
  2833. #define warn_overloaded_virtual global_options.x_warn_overloaded_virtual
  2834. #endif
  2835. #ifdef GENERATOR_FILE
  2836. extern int warn_override_init;
  2837. #else
  2838. int x_warn_override_init;
  2839. #define warn_override_init global_options.x_warn_override_init
  2840. #endif
  2841. #ifdef GENERATOR_FILE
  2842. extern int warn_override_init_side_effects;
  2843. #else
  2844. int x_warn_override_init_side_effects;
  2845. #define warn_override_init_side_effects global_options.x_warn_override_init_side_effects
  2846. #endif
  2847. #ifdef GENERATOR_FILE
  2848. extern int warn_overwrite_recursive;
  2849. #else
  2850. int x_warn_overwrite_recursive;
  2851. #define warn_overwrite_recursive global_options.x_warn_overwrite_recursive
  2852. #endif
  2853. #ifdef GENERATOR_FILE
  2854. extern int warn_packed;
  2855. #else
  2856. int x_warn_packed;
  2857. #define warn_packed global_options.x_warn_packed
  2858. #endif
  2859. #ifdef GENERATOR_FILE
  2860. extern int warn_packed_bitfield_compat;
  2861. #else
  2862. int x_warn_packed_bitfield_compat;
  2863. #define warn_packed_bitfield_compat global_options.x_warn_packed_bitfield_compat
  2864. #endif
  2865. #ifdef GENERATOR_FILE
  2866. extern int warn_packed_not_aligned;
  2867. #else
  2868. int x_warn_packed_not_aligned;
  2869. #define warn_packed_not_aligned global_options.x_warn_packed_not_aligned
  2870. #endif
  2871. #ifdef GENERATOR_FILE
  2872. extern int warn_padded;
  2873. #else
  2874. int x_warn_padded;
  2875. #define warn_padded global_options.x_warn_padded
  2876. #endif
  2877. #ifdef GENERATOR_FILE
  2878. extern int warn_parentheses;
  2879. #else
  2880. int x_warn_parentheses;
  2881. #define warn_parentheses global_options.x_warn_parentheses
  2882. #endif
  2883. #ifdef GENERATOR_FILE
  2884. extern int pedantic;
  2885. #else
  2886. int x_pedantic;
  2887. #define pedantic global_options.x_pedantic
  2888. #endif
  2889. #ifdef GENERATOR_FILE
  2890. extern int warn_pessimizing_move;
  2891. #else
  2892. int x_warn_pessimizing_move;
  2893. #define warn_pessimizing_move global_options.x_warn_pessimizing_move
  2894. #endif
  2895. #ifdef GENERATOR_FILE
  2896. extern int warn_placement_new;
  2897. #else
  2898. int x_warn_placement_new;
  2899. #define warn_placement_new global_options.x_warn_placement_new
  2900. #endif
  2901. #ifdef GENERATOR_FILE
  2902. extern int warn_pmf2ptr;
  2903. #else
  2904. int x_warn_pmf2ptr;
  2905. #define warn_pmf2ptr global_options.x_warn_pmf2ptr
  2906. #endif
  2907. #ifdef GENERATOR_FILE
  2908. extern int warn_pointer_arith;
  2909. #else
  2910. int x_warn_pointer_arith;
  2911. #define warn_pointer_arith global_options.x_warn_pointer_arith
  2912. #endif
  2913. #ifdef GENERATOR_FILE
  2914. extern int warn_pointer_compare;
  2915. #else
  2916. int x_warn_pointer_compare;
  2917. #define warn_pointer_compare global_options.x_warn_pointer_compare
  2918. #endif
  2919. #ifdef GENERATOR_FILE
  2920. extern int warn_pointer_sign;
  2921. #else
  2922. int x_warn_pointer_sign;
  2923. #define warn_pointer_sign global_options.x_warn_pointer_sign
  2924. #endif
  2925. #ifdef GENERATOR_FILE
  2926. extern int warn_pointer_to_int_cast;
  2927. #else
  2928. int x_warn_pointer_to_int_cast;
  2929. #define warn_pointer_to_int_cast global_options.x_warn_pointer_to_int_cast
  2930. #endif
  2931. #ifdef GENERATOR_FILE
  2932. extern int warn_pragmas;
  2933. #else
  2934. int x_warn_pragmas;
  2935. #define warn_pragmas global_options.x_warn_pragmas
  2936. #endif
  2937. #ifdef GENERATOR_FILE
  2938. extern int warn_prio_ctor_dtor;
  2939. #else
  2940. int x_warn_prio_ctor_dtor;
  2941. #define warn_prio_ctor_dtor global_options.x_warn_prio_ctor_dtor
  2942. #endif
  2943. #ifdef GENERATOR_FILE
  2944. extern int warn_property_assign_default;
  2945. #else
  2946. int x_warn_property_assign_default;
  2947. #define warn_property_assign_default global_options.x_warn_property_assign_default
  2948. #endif
  2949. #ifdef GENERATOR_FILE
  2950. extern int warn_protocol;
  2951. #else
  2952. int x_warn_protocol;
  2953. #define warn_protocol global_options.x_warn_protocol
  2954. #endif
  2955. #ifdef GENERATOR_FILE
  2956. extern int warn_psabi;
  2957. #else
  2958. int x_warn_psabi;
  2959. #define warn_psabi global_options.x_warn_psabi
  2960. #endif
  2961. #ifdef GENERATOR_FILE
  2962. extern int warn_real_q_constant;
  2963. #else
  2964. int x_warn_real_q_constant;
  2965. #define warn_real_q_constant global_options.x_warn_real_q_constant
  2966. #endif
  2967. #ifdef GENERATOR_FILE
  2968. extern int warn_realloc_lhs;
  2969. #else
  2970. int x_warn_realloc_lhs;
  2971. #define warn_realloc_lhs global_options.x_warn_realloc_lhs
  2972. #endif
  2973. #ifdef GENERATOR_FILE
  2974. extern int warn_realloc_lhs_all;
  2975. #else
  2976. int x_warn_realloc_lhs_all;
  2977. #define warn_realloc_lhs_all global_options.x_warn_realloc_lhs_all
  2978. #endif
  2979. #ifdef GENERATOR_FILE
  2980. extern int warn_redundant_decls;
  2981. #else
  2982. int x_warn_redundant_decls;
  2983. #define warn_redundant_decls global_options.x_warn_redundant_decls
  2984. #endif
  2985. #ifdef GENERATOR_FILE
  2986. extern int warn_redundant_move;
  2987. #else
  2988. int x_warn_redundant_move;
  2989. #define warn_redundant_move global_options.x_warn_redundant_move
  2990. #endif
  2991. #ifdef GENERATOR_FILE
  2992. extern int warn_redundant_tags;
  2993. #else
  2994. int x_warn_redundant_tags;
  2995. #define warn_redundant_tags global_options.x_warn_redundant_tags
  2996. #endif
  2997. #ifdef GENERATOR_FILE
  2998. extern int warn_register;
  2999. #else
  3000. int x_warn_register;
  3001. #define warn_register global_options.x_warn_register
  3002. #endif
  3003. #ifdef GENERATOR_FILE
  3004. extern int warn_reorder;
  3005. #else
  3006. int x_warn_reorder;
  3007. #define warn_reorder global_options.x_warn_reorder
  3008. #endif
  3009. #ifdef GENERATOR_FILE
  3010. extern int warn_restrict;
  3011. #else
  3012. int x_warn_restrict;
  3013. #define warn_restrict global_options.x_warn_restrict
  3014. #endif
  3015. #ifdef GENERATOR_FILE
  3016. extern int warn_return_local_addr;
  3017. #else
  3018. int x_warn_return_local_addr;
  3019. #define warn_return_local_addr global_options.x_warn_return_local_addr
  3020. #endif
  3021. #ifdef GENERATOR_FILE
  3022. extern int warn_return_type;
  3023. #else
  3024. int x_warn_return_type;
  3025. #define warn_return_type global_options.x_warn_return_type
  3026. #endif
  3027. #ifdef GENERATOR_FILE
  3028. extern int warn_selector;
  3029. #else
  3030. int x_warn_selector;
  3031. #define warn_selector global_options.x_warn_selector
  3032. #endif
  3033. #ifdef GENERATOR_FILE
  3034. extern int warn_sequence_point;
  3035. #else
  3036. int x_warn_sequence_point;
  3037. #define warn_sequence_point global_options.x_warn_sequence_point
  3038. #endif
  3039. #ifdef GENERATOR_FILE
  3040. extern int warn_shadow;
  3041. #else
  3042. int x_warn_shadow;
  3043. #define warn_shadow global_options.x_warn_shadow
  3044. #endif
  3045. #ifdef GENERATOR_FILE
  3046. extern int warn_shadow_ivar;
  3047. #else
  3048. int x_warn_shadow_ivar;
  3049. #define warn_shadow_ivar global_options.x_warn_shadow_ivar
  3050. #endif
  3051. #ifdef GENERATOR_FILE
  3052. extern int warn_shadow_compatible_local;
  3053. #else
  3054. int x_warn_shadow_compatible_local;
  3055. #define warn_shadow_compatible_local global_options.x_warn_shadow_compatible_local
  3056. #endif
  3057. #ifdef GENERATOR_FILE
  3058. extern int warn_shadow_local;
  3059. #else
  3060. int x_warn_shadow_local;
  3061. #define warn_shadow_local global_options.x_warn_shadow_local
  3062. #endif
  3063. #ifdef GENERATOR_FILE
  3064. extern int warn_shift_count_negative;
  3065. #else
  3066. int x_warn_shift_count_negative;
  3067. #define warn_shift_count_negative global_options.x_warn_shift_count_negative
  3068. #endif
  3069. #ifdef GENERATOR_FILE
  3070. extern int warn_shift_count_overflow;
  3071. #else
  3072. int x_warn_shift_count_overflow;
  3073. #define warn_shift_count_overflow global_options.x_warn_shift_count_overflow
  3074. #endif
  3075. #ifdef GENERATOR_FILE
  3076. extern int warn_shift_negative_value;
  3077. #else
  3078. int x_warn_shift_negative_value;
  3079. #define warn_shift_negative_value global_options.x_warn_shift_negative_value
  3080. #endif
  3081. #ifdef GENERATOR_FILE
  3082. extern int warn_shift_overflow;
  3083. #else
  3084. int x_warn_shift_overflow;
  3085. #define warn_shift_overflow global_options.x_warn_shift_overflow
  3086. #endif
  3087. #ifdef GENERATOR_FILE
  3088. extern int warn_sign_compare;
  3089. #else
  3090. int x_warn_sign_compare;
  3091. #define warn_sign_compare global_options.x_warn_sign_compare
  3092. #endif
  3093. #ifdef GENERATOR_FILE
  3094. extern int warn_sign_conversion;
  3095. #else
  3096. int x_warn_sign_conversion;
  3097. #define warn_sign_conversion global_options.x_warn_sign_conversion
  3098. #endif
  3099. #ifdef GENERATOR_FILE
  3100. extern int warn_sign_promo;
  3101. #else
  3102. int x_warn_sign_promo;
  3103. #define warn_sign_promo global_options.x_warn_sign_promo
  3104. #endif
  3105. #ifdef GENERATOR_FILE
  3106. extern int warn_sized_deallocation;
  3107. #else
  3108. int x_warn_sized_deallocation;
  3109. #define warn_sized_deallocation global_options.x_warn_sized_deallocation
  3110. #endif
  3111. #ifdef GENERATOR_FILE
  3112. extern int warn_sizeof_array_argument;
  3113. #else
  3114. int x_warn_sizeof_array_argument;
  3115. #define warn_sizeof_array_argument global_options.x_warn_sizeof_array_argument
  3116. #endif
  3117. #ifdef GENERATOR_FILE
  3118. extern int warn_sizeof_pointer_div;
  3119. #else
  3120. int x_warn_sizeof_pointer_div;
  3121. #define warn_sizeof_pointer_div global_options.x_warn_sizeof_pointer_div
  3122. #endif
  3123. #ifdef GENERATOR_FILE
  3124. extern int warn_sizeof_pointer_memaccess;
  3125. #else
  3126. int x_warn_sizeof_pointer_memaccess;
  3127. #define warn_sizeof_pointer_memaccess global_options.x_warn_sizeof_pointer_memaccess
  3128. #endif
  3129. #ifdef GENERATOR_FILE
  3130. extern int warn_stack_protect;
  3131. #else
  3132. int x_warn_stack_protect;
  3133. #define warn_stack_protect global_options.x_warn_stack_protect
  3134. #endif
  3135. #ifdef GENERATOR_FILE
  3136. extern HOST_WIDE_INT warn_stack_usage;
  3137. #else
  3138. HOST_WIDE_INT x_warn_stack_usage;
  3139. #define warn_stack_usage global_options.x_warn_stack_usage
  3140. #endif
  3141. #ifdef GENERATOR_FILE
  3142. extern int warn_strict_aliasing;
  3143. #else
  3144. int x_warn_strict_aliasing;
  3145. #define warn_strict_aliasing global_options.x_warn_strict_aliasing
  3146. #endif
  3147. #ifdef GENERATOR_FILE
  3148. extern int warn_strict_null_sentinel;
  3149. #else
  3150. int x_warn_strict_null_sentinel;
  3151. #define warn_strict_null_sentinel global_options.x_warn_strict_null_sentinel
  3152. #endif
  3153. #ifdef GENERATOR_FILE
  3154. extern int warn_strict_overflow;
  3155. #else
  3156. int x_warn_strict_overflow;
  3157. #define warn_strict_overflow global_options.x_warn_strict_overflow
  3158. #endif
  3159. #ifdef GENERATOR_FILE
  3160. extern int warn_strict_prototypes;
  3161. #else
  3162. int x_warn_strict_prototypes;
  3163. #define warn_strict_prototypes global_options.x_warn_strict_prototypes
  3164. #endif
  3165. #ifdef GENERATOR_FILE
  3166. extern int warn_strict_selector_match;
  3167. #else
  3168. int x_warn_strict_selector_match;
  3169. #define warn_strict_selector_match global_options.x_warn_strict_selector_match
  3170. #endif
  3171. #ifdef GENERATOR_FILE
  3172. extern int warn_string_compare;
  3173. #else
  3174. int x_warn_string_compare;
  3175. #define warn_string_compare global_options.x_warn_string_compare
  3176. #endif
  3177. #ifdef GENERATOR_FILE
  3178. extern int warn_stringop_overflow;
  3179. #else
  3180. int x_warn_stringop_overflow;
  3181. #define warn_stringop_overflow global_options.x_warn_stringop_overflow
  3182. #endif
  3183. #ifdef GENERATOR_FILE
  3184. extern int warn_stringop_truncation;
  3185. #else
  3186. int x_warn_stringop_truncation;
  3187. #define warn_stringop_truncation global_options.x_warn_stringop_truncation
  3188. #endif
  3189. #ifdef GENERATOR_FILE
  3190. extern int warn_subobject_linkage;
  3191. #else
  3192. int x_warn_subobject_linkage;
  3193. #define warn_subobject_linkage global_options.x_warn_subobject_linkage
  3194. #endif
  3195. #ifdef GENERATOR_FILE
  3196. extern int warn_suggest_attribute_cold;
  3197. #else
  3198. int x_warn_suggest_attribute_cold;
  3199. #define warn_suggest_attribute_cold global_options.x_warn_suggest_attribute_cold
  3200. #endif
  3201. #ifdef GENERATOR_FILE
  3202. extern int warn_suggest_attribute_const;
  3203. #else
  3204. int x_warn_suggest_attribute_const;
  3205. #define warn_suggest_attribute_const global_options.x_warn_suggest_attribute_const
  3206. #endif
  3207. #ifdef GENERATOR_FILE
  3208. extern int warn_suggest_attribute_format;
  3209. #else
  3210. int x_warn_suggest_attribute_format;
  3211. #define warn_suggest_attribute_format global_options.x_warn_suggest_attribute_format
  3212. #endif
  3213. #ifdef GENERATOR_FILE
  3214. extern int warn_suggest_attribute_malloc;
  3215. #else
  3216. int x_warn_suggest_attribute_malloc;
  3217. #define warn_suggest_attribute_malloc global_options.x_warn_suggest_attribute_malloc
  3218. #endif
  3219. #ifdef GENERATOR_FILE
  3220. extern int warn_suggest_attribute_noreturn;
  3221. #else
  3222. int x_warn_suggest_attribute_noreturn;
  3223. #define warn_suggest_attribute_noreturn global_options.x_warn_suggest_attribute_noreturn
  3224. #endif
  3225. #ifdef GENERATOR_FILE
  3226. extern int warn_suggest_attribute_pure;
  3227. #else
  3228. int x_warn_suggest_attribute_pure;
  3229. #define warn_suggest_attribute_pure global_options.x_warn_suggest_attribute_pure
  3230. #endif
  3231. #ifdef GENERATOR_FILE
  3232. extern int warn_suggest_final_methods;
  3233. #else
  3234. int x_warn_suggest_final_methods;
  3235. #define warn_suggest_final_methods global_options.x_warn_suggest_final_methods
  3236. #endif
  3237. #ifdef GENERATOR_FILE
  3238. extern int warn_suggest_final_types;
  3239. #else
  3240. int x_warn_suggest_final_types;
  3241. #define warn_suggest_final_types global_options.x_warn_suggest_final_types
  3242. #endif
  3243. #ifdef GENERATOR_FILE
  3244. extern int warn_override;
  3245. #else
  3246. int x_warn_override;
  3247. #define warn_override global_options.x_warn_override
  3248. #endif
  3249. #ifdef GENERATOR_FILE
  3250. extern int warn_surprising;
  3251. #else
  3252. int x_warn_surprising;
  3253. #define warn_surprising global_options.x_warn_surprising
  3254. #endif
  3255. #ifdef GENERATOR_FILE
  3256. extern int warn_switch;
  3257. #else
  3258. int x_warn_switch;
  3259. #define warn_switch global_options.x_warn_switch
  3260. #endif
  3261. #ifdef GENERATOR_FILE
  3262. extern int warn_switch_bool;
  3263. #else
  3264. int x_warn_switch_bool;
  3265. #define warn_switch_bool global_options.x_warn_switch_bool
  3266. #endif
  3267. #ifdef GENERATOR_FILE
  3268. extern int warn_switch_default;
  3269. #else
  3270. int x_warn_switch_default;
  3271. #define warn_switch_default global_options.x_warn_switch_default
  3272. #endif
  3273. #ifdef GENERATOR_FILE
  3274. extern int warn_switch_enum;
  3275. #else
  3276. int x_warn_switch_enum;
  3277. #define warn_switch_enum global_options.x_warn_switch_enum
  3278. #endif
  3279. #ifdef GENERATOR_FILE
  3280. extern int warn_switch_outside_range;
  3281. #else
  3282. int x_warn_switch_outside_range;
  3283. #define warn_switch_outside_range global_options.x_warn_switch_outside_range
  3284. #endif
  3285. #ifdef GENERATOR_FILE
  3286. extern int warn_switch_unreachable;
  3287. #else
  3288. int x_warn_switch_unreachable;
  3289. #define warn_switch_unreachable global_options.x_warn_switch_unreachable
  3290. #endif
  3291. #ifdef GENERATOR_FILE
  3292. extern int warn_sync_nand;
  3293. #else
  3294. int x_warn_sync_nand;
  3295. #define warn_sync_nand global_options.x_warn_sync_nand
  3296. #endif
  3297. #ifdef GENERATOR_FILE
  3298. extern int warn_synth;
  3299. #else
  3300. int x_warn_synth;
  3301. #define warn_synth global_options.x_warn_synth
  3302. #endif
  3303. #ifdef GENERATOR_FILE
  3304. extern int warn_system_headers;
  3305. #else
  3306. int x_warn_system_headers;
  3307. #define warn_system_headers global_options.x_warn_system_headers
  3308. #endif
  3309. #ifdef GENERATOR_FILE
  3310. extern int warn_tabs;
  3311. #else
  3312. int x_warn_tabs;
  3313. #define warn_tabs global_options.x_warn_tabs
  3314. #endif
  3315. #ifdef GENERATOR_FILE
  3316. extern int warn_target_lifetime;
  3317. #else
  3318. int x_warn_target_lifetime;
  3319. #define warn_target_lifetime global_options.x_warn_target_lifetime
  3320. #endif
  3321. #ifdef GENERATOR_FILE
  3322. extern int warn_tautological_compare;
  3323. #else
  3324. int x_warn_tautological_compare;
  3325. #define warn_tautological_compare global_options.x_warn_tautological_compare
  3326. #endif
  3327. #ifdef GENERATOR_FILE
  3328. extern int warn_templates;
  3329. #else
  3330. int x_warn_templates;
  3331. #define warn_templates global_options.x_warn_templates
  3332. #endif
  3333. #ifdef GENERATOR_FILE
  3334. extern int warn_terminate;
  3335. #else
  3336. int x_warn_terminate;
  3337. #define warn_terminate global_options.x_warn_terminate
  3338. #endif
  3339. #ifdef GENERATOR_FILE
  3340. extern int warn_traditional;
  3341. #else
  3342. int x_warn_traditional;
  3343. #define warn_traditional global_options.x_warn_traditional
  3344. #endif
  3345. #ifdef GENERATOR_FILE
  3346. extern int warn_traditional_conversion;
  3347. #else
  3348. int x_warn_traditional_conversion;
  3349. #define warn_traditional_conversion global_options.x_warn_traditional_conversion
  3350. #endif
  3351. #ifdef GENERATOR_FILE
  3352. extern int warn_trampolines;
  3353. #else
  3354. int x_warn_trampolines;
  3355. #define warn_trampolines global_options.x_warn_trampolines
  3356. #endif
  3357. #ifdef GENERATOR_FILE
  3358. extern int cpp_warn_trigraphs;
  3359. #else
  3360. int x_cpp_warn_trigraphs;
  3361. #define cpp_warn_trigraphs global_options.x_cpp_warn_trigraphs
  3362. #endif
  3363. #ifdef GENERATOR_FILE
  3364. extern int warn_type_limits;
  3365. #else
  3366. int x_warn_type_limits;
  3367. #define warn_type_limits global_options.x_warn_type_limits
  3368. #endif
  3369. #ifdef GENERATOR_FILE
  3370. extern int warn_undeclared_selector;
  3371. #else
  3372. int x_warn_undeclared_selector;
  3373. #define warn_undeclared_selector global_options.x_warn_undeclared_selector
  3374. #endif
  3375. #ifdef GENERATOR_FILE
  3376. extern int cpp_warn_undef;
  3377. #else
  3378. int x_cpp_warn_undef;
  3379. #define cpp_warn_undef global_options.x_cpp_warn_undef
  3380. #endif
  3381. #ifdef GENERATOR_FILE
  3382. extern int warn_undefined_do_loop;
  3383. #else
  3384. int x_warn_undefined_do_loop;
  3385. #define warn_undefined_do_loop global_options.x_warn_undefined_do_loop
  3386. #endif
  3387. #ifdef GENERATOR_FILE
  3388. extern int warn_underflow;
  3389. #else
  3390. int x_warn_underflow;
  3391. #define warn_underflow global_options.x_warn_underflow
  3392. #endif
  3393. #ifdef GENERATOR_FILE
  3394. extern int warn_uninitialized;
  3395. #else
  3396. int x_warn_uninitialized;
  3397. #define warn_uninitialized global_options.x_warn_uninitialized
  3398. #endif
  3399. #ifdef GENERATOR_FILE
  3400. extern int warn_unknown_pragmas;
  3401. #else
  3402. int x_warn_unknown_pragmas;
  3403. #define warn_unknown_pragmas global_options.x_warn_unknown_pragmas
  3404. #endif
  3405. #ifdef GENERATOR_FILE
  3406. extern int warn_unsuffixed_float_constants;
  3407. #else
  3408. int x_warn_unsuffixed_float_constants;
  3409. #define warn_unsuffixed_float_constants global_options.x_warn_unsuffixed_float_constants
  3410. #endif
  3411. #ifdef GENERATOR_FILE
  3412. extern int warn_unused;
  3413. #else
  3414. int x_warn_unused;
  3415. #define warn_unused global_options.x_warn_unused
  3416. #endif
  3417. #ifdef GENERATOR_FILE
  3418. extern int warn_unused_but_set_parameter;
  3419. #else
  3420. int x_warn_unused_but_set_parameter;
  3421. #define warn_unused_but_set_parameter global_options.x_warn_unused_but_set_parameter
  3422. #endif
  3423. #ifdef GENERATOR_FILE
  3424. extern int warn_unused_but_set_variable;
  3425. #else
  3426. int x_warn_unused_but_set_variable;
  3427. #define warn_unused_but_set_variable global_options.x_warn_unused_but_set_variable
  3428. #endif
  3429. #ifdef GENERATOR_FILE
  3430. extern int warn_unused_const_variable;
  3431. #else
  3432. int x_warn_unused_const_variable;
  3433. #define warn_unused_const_variable global_options.x_warn_unused_const_variable
  3434. #endif
  3435. #ifdef GENERATOR_FILE
  3436. extern int warn_unused_dummy_argument;
  3437. #else
  3438. int x_warn_unused_dummy_argument;
  3439. #define warn_unused_dummy_argument global_options.x_warn_unused_dummy_argument
  3440. #endif
  3441. #ifdef GENERATOR_FILE
  3442. extern int warn_unused_function;
  3443. #else
  3444. int x_warn_unused_function;
  3445. #define warn_unused_function global_options.x_warn_unused_function
  3446. #endif
  3447. #ifdef GENERATOR_FILE
  3448. extern int warn_unused_label;
  3449. #else
  3450. int x_warn_unused_label;
  3451. #define warn_unused_label global_options.x_warn_unused_label
  3452. #endif
  3453. #ifdef GENERATOR_FILE
  3454. extern int warn_unused_local_typedefs;
  3455. #else
  3456. int x_warn_unused_local_typedefs;
  3457. #define warn_unused_local_typedefs global_options.x_warn_unused_local_typedefs
  3458. #endif
  3459. #ifdef GENERATOR_FILE
  3460. extern int cpp_warn_unused_macros;
  3461. #else
  3462. int x_cpp_warn_unused_macros;
  3463. #define cpp_warn_unused_macros global_options.x_cpp_warn_unused_macros
  3464. #endif
  3465. #ifdef GENERATOR_FILE
  3466. extern int warn_unused_parameter;
  3467. #else
  3468. int x_warn_unused_parameter;
  3469. #define warn_unused_parameter global_options.x_warn_unused_parameter
  3470. #endif
  3471. #ifdef GENERATOR_FILE
  3472. extern int warn_unused_result;
  3473. #else
  3474. int x_warn_unused_result;
  3475. #define warn_unused_result global_options.x_warn_unused_result
  3476. #endif
  3477. #ifdef GENERATOR_FILE
  3478. extern int warn_unused_value;
  3479. #else
  3480. int x_warn_unused_value;
  3481. #define warn_unused_value global_options.x_warn_unused_value
  3482. #endif
  3483. #ifdef GENERATOR_FILE
  3484. extern int warn_unused_variable;
  3485. #else
  3486. int x_warn_unused_variable;
  3487. #define warn_unused_variable global_options.x_warn_unused_variable
  3488. #endif
  3489. #ifdef GENERATOR_FILE
  3490. extern int warn_use_without_only;
  3491. #else
  3492. int x_warn_use_without_only;
  3493. #define warn_use_without_only global_options.x_warn_use_without_only
  3494. #endif
  3495. #ifdef GENERATOR_FILE
  3496. extern int warn_useless_cast;
  3497. #else
  3498. int x_warn_useless_cast;
  3499. #define warn_useless_cast global_options.x_warn_useless_cast
  3500. #endif
  3501. #ifdef GENERATOR_FILE
  3502. extern int warn_varargs;
  3503. #else
  3504. int x_warn_varargs;
  3505. #define warn_varargs global_options.x_warn_varargs
  3506. #endif
  3507. #ifdef GENERATOR_FILE
  3508. extern int cpp_warn_variadic_macros;
  3509. #else
  3510. int x_cpp_warn_variadic_macros;
  3511. #define cpp_warn_variadic_macros global_options.x_cpp_warn_variadic_macros
  3512. #endif
  3513. #ifdef GENERATOR_FILE
  3514. extern int warn_vector_operation_performance;
  3515. #else
  3516. int x_warn_vector_operation_performance;
  3517. #define warn_vector_operation_performance global_options.x_warn_vector_operation_performance
  3518. #endif
  3519. #ifdef GENERATOR_FILE
  3520. extern int warn_virtual_inheritance;
  3521. #else
  3522. int x_warn_virtual_inheritance;
  3523. #define warn_virtual_inheritance global_options.x_warn_virtual_inheritance
  3524. #endif
  3525. #ifdef GENERATOR_FILE
  3526. extern int warn_virtual_move_assign;
  3527. #else
  3528. int x_warn_virtual_move_assign;
  3529. #define warn_virtual_move_assign global_options.x_warn_virtual_move_assign
  3530. #endif
  3531. #ifdef GENERATOR_FILE
  3532. extern int warn_vla;
  3533. #else
  3534. int x_warn_vla;
  3535. #define warn_vla global_options.x_warn_vla
  3536. #endif
  3537. #ifdef GENERATOR_FILE
  3538. extern HOST_WIDE_INT warn_vla_limit;
  3539. #else
  3540. HOST_WIDE_INT x_warn_vla_limit;
  3541. #define warn_vla_limit global_options.x_warn_vla_limit
  3542. #endif
  3543. #ifdef GENERATOR_FILE
  3544. extern int warn_volatile;
  3545. #else
  3546. int x_warn_volatile;
  3547. #define warn_volatile global_options.x_warn_volatile
  3548. #endif
  3549. #ifdef GENERATOR_FILE
  3550. extern int warn_volatile_register_var;
  3551. #else
  3552. int x_warn_volatile_register_var;
  3553. #define warn_volatile_register_var global_options.x_warn_volatile_register_var
  3554. #endif
  3555. #ifdef GENERATOR_FILE
  3556. extern int warn_write_strings;
  3557. #else
  3558. int x_warn_write_strings;
  3559. #define warn_write_strings global_options.x_warn_write_strings
  3560. #endif
  3561. #ifdef GENERATOR_FILE
  3562. extern int warn_zero_as_null_pointer_constant;
  3563. #else
  3564. int x_warn_zero_as_null_pointer_constant;
  3565. #define warn_zero_as_null_pointer_constant global_options.x_warn_zero_as_null_pointer_constant
  3566. #endif
  3567. #ifdef GENERATOR_FILE
  3568. extern int warn_zero_length_bounds;
  3569. #else
  3570. int x_warn_zero_length_bounds;
  3571. #define warn_zero_length_bounds global_options.x_warn_zero_length_bounds
  3572. #endif
  3573. #ifdef GENERATOR_FILE
  3574. extern int warn_zerotrip;
  3575. #else
  3576. int x_warn_zerotrip;
  3577. #define warn_zerotrip global_options.x_warn_zerotrip
  3578. #endif
  3579. #ifdef GENERATOR_FILE
  3580. extern const char *aux_info_file_name;
  3581. #else
  3582. const char *x_aux_info_file_name;
  3583. #define aux_info_file_name global_options.x_aux_info_file_name
  3584. #endif
  3585. #ifdef GENERATOR_FILE
  3586. extern const char *aux_base_name;
  3587. #else
  3588. const char *x_aux_base_name;
  3589. #define aux_base_name global_options.x_aux_base_name
  3590. #endif
  3591. #ifdef GENERATOR_FILE
  3592. extern int flag_dump_callgraph;
  3593. #else
  3594. int x_flag_dump_callgraph;
  3595. #define flag_dump_callgraph global_options.x_flag_dump_callgraph
  3596. #endif
  3597. #ifdef GENERATOR_FILE
  3598. extern int flag_lto_dump_defined;
  3599. #else
  3600. int x_flag_lto_dump_defined;
  3601. #define flag_lto_dump_defined global_options.x_flag_lto_dump_defined
  3602. #endif
  3603. #ifdef GENERATOR_FILE
  3604. extern int flag_lto_dump_demangle;
  3605. #else
  3606. int x_flag_lto_dump_demangle;
  3607. #define flag_lto_dump_demangle global_options.x_flag_lto_dump_demangle
  3608. #endif
  3609. #ifdef GENERATOR_FILE
  3610. extern const char *flag_dump_body;
  3611. #else
  3612. const char *x_flag_dump_body;
  3613. #define flag_dump_body global_options.x_flag_dump_body
  3614. #endif
  3615. #ifdef GENERATOR_FILE
  3616. extern const char *flag_dump_level;
  3617. #else
  3618. const char *x_flag_dump_level;
  3619. #define flag_dump_level global_options.x_flag_dump_level
  3620. #endif
  3621. #ifdef GENERATOR_FILE
  3622. extern const char *dump_base_name;
  3623. #else
  3624. const char *x_dump_base_name;
  3625. #define dump_base_name global_options.x_dump_base_name
  3626. #endif
  3627. #ifdef GENERATOR_FILE
  3628. extern const char *dump_dir_name;
  3629. #else
  3630. const char *x_dump_dir_name;
  3631. #define dump_dir_name global_options.x_dump_dir_name
  3632. #endif
  3633. #ifdef GENERATOR_FILE
  3634. extern int flag_pic;
  3635. #else
  3636. int x_flag_pic;
  3637. #define flag_pic global_options.x_flag_pic
  3638. #endif
  3639. #ifdef GENERATOR_FILE
  3640. extern int flag_pie;
  3641. #else
  3642. int x_flag_pie;
  3643. #define flag_pie global_options.x_flag_pie
  3644. #endif
  3645. #ifdef GENERATOR_FILE
  3646. extern int flag_abi_compat_version;
  3647. #else
  3648. int x_flag_abi_compat_version;
  3649. #define flag_abi_compat_version global_options.x_flag_abi_compat_version
  3650. #endif
  3651. #ifdef GENERATOR_FILE
  3652. extern int flag_abi_version;
  3653. #else
  3654. int x_flag_abi_version;
  3655. #define flag_abi_version global_options.x_flag_abi_version
  3656. #endif
  3657. #ifdef GENERATOR_FILE
  3658. extern int flag_access_control;
  3659. #else
  3660. int x_flag_access_control;
  3661. #define flag_access_control global_options.x_flag_access_control
  3662. #endif
  3663. #ifdef GENERATOR_FILE
  3664. extern const char *ada_specs_parent;
  3665. #else
  3666. const char *x_ada_specs_parent;
  3667. #define ada_specs_parent global_options.x_ada_specs_parent
  3668. #endif
  3669. #ifdef GENERATOR_FILE
  3670. extern int flag_aggressive_function_elimination;
  3671. #else
  3672. int x_flag_aggressive_function_elimination;
  3673. #define flag_aggressive_function_elimination global_options.x_flag_aggressive_function_elimination
  3674. #endif
  3675. #ifdef GENERATOR_FILE
  3676. extern int flag_aggressive_loop_optimizations;
  3677. #else
  3678. int x_flag_aggressive_loop_optimizations;
  3679. #define flag_aggressive_loop_optimizations global_options.x_flag_aggressive_loop_optimizations
  3680. #endif
  3681. #ifdef GENERATOR_FILE
  3682. extern int flag_align_commons;
  3683. #else
  3684. int x_flag_align_commons;
  3685. #define flag_align_commons global_options.x_flag_align_commons
  3686. #endif
  3687. #ifdef GENERATOR_FILE
  3688. extern int flag_align_functions;
  3689. #else
  3690. int x_flag_align_functions;
  3691. #define flag_align_functions global_options.x_flag_align_functions
  3692. #endif
  3693. #ifdef GENERATOR_FILE
  3694. extern const char *str_align_functions;
  3695. #else
  3696. const char *x_str_align_functions;
  3697. #define str_align_functions global_options.x_str_align_functions
  3698. #endif
  3699. #ifdef GENERATOR_FILE
  3700. extern int flag_align_jumps;
  3701. #else
  3702. int x_flag_align_jumps;
  3703. #define flag_align_jumps global_options.x_flag_align_jumps
  3704. #endif
  3705. #ifdef GENERATOR_FILE
  3706. extern const char *str_align_jumps;
  3707. #else
  3708. const char *x_str_align_jumps;
  3709. #define str_align_jumps global_options.x_str_align_jumps
  3710. #endif
  3711. #ifdef GENERATOR_FILE
  3712. extern int flag_align_labels;
  3713. #else
  3714. int x_flag_align_labels;
  3715. #define flag_align_labels global_options.x_flag_align_labels
  3716. #endif
  3717. #ifdef GENERATOR_FILE
  3718. extern const char *str_align_labels;
  3719. #else
  3720. const char *x_str_align_labels;
  3721. #define str_align_labels global_options.x_str_align_labels
  3722. #endif
  3723. #ifdef GENERATOR_FILE
  3724. extern int flag_align_loops;
  3725. #else
  3726. int x_flag_align_loops;
  3727. #define flag_align_loops global_options.x_flag_align_loops
  3728. #endif
  3729. #ifdef GENERATOR_FILE
  3730. extern const char *str_align_loops;
  3731. #else
  3732. const char *x_str_align_loops;
  3733. #define str_align_loops global_options.x_str_align_loops
  3734. #endif
  3735. #ifdef GENERATOR_FILE
  3736. extern int aligned_new_threshold;
  3737. #else
  3738. int x_aligned_new_threshold;
  3739. #define aligned_new_threshold global_options.x_aligned_new_threshold
  3740. #endif
  3741. #ifdef GENERATOR_FILE
  3742. extern int flag_all_intrinsics;
  3743. #else
  3744. int x_flag_all_intrinsics;
  3745. #define flag_all_intrinsics global_options.x_flag_all_intrinsics
  3746. #endif
  3747. #ifdef GENERATOR_FILE
  3748. extern int flag_allocation_dce;
  3749. #else
  3750. int x_flag_allocation_dce;
  3751. #define flag_allocation_dce global_options.x_flag_allocation_dce
  3752. #endif
  3753. #ifdef GENERATOR_FILE
  3754. extern int flag_allow_argument_mismatch;
  3755. #else
  3756. int x_flag_allow_argument_mismatch;
  3757. #define flag_allow_argument_mismatch global_options.x_flag_allow_argument_mismatch
  3758. #endif
  3759. #ifdef GENERATOR_FILE
  3760. extern int flag_allow_invalid_boz;
  3761. #else
  3762. int x_flag_allow_invalid_boz;
  3763. #define flag_allow_invalid_boz global_options.x_flag_allow_invalid_boz
  3764. #endif
  3765. #ifdef GENERATOR_FILE
  3766. extern int flag_allow_leading_underscore;
  3767. #else
  3768. int x_flag_allow_leading_underscore;
  3769. #define flag_allow_leading_underscore global_options.x_flag_allow_leading_underscore
  3770. #endif
  3771. #ifdef GENERATOR_FILE
  3772. extern int flag_allow_parameterless_variadic_functions;
  3773. #else
  3774. int x_flag_allow_parameterless_variadic_functions;
  3775. #define flag_allow_parameterless_variadic_functions global_options.x_flag_allow_parameterless_variadic_functions
  3776. #endif
  3777. #ifdef GENERATOR_FILE
  3778. extern int flag_store_data_races;
  3779. #else
  3780. int x_flag_store_data_races;
  3781. #define flag_store_data_races global_options.x_flag_store_data_races
  3782. #endif
  3783. #ifdef GENERATOR_FILE
  3784. extern int flag_analyzer;
  3785. #else
  3786. int x_flag_analyzer;
  3787. #define flag_analyzer global_options.x_flag_analyzer
  3788. #endif
  3789. #ifdef GENERATOR_FILE
  3790. extern int flag_analyzer_call_summaries;
  3791. #else
  3792. int x_flag_analyzer_call_summaries;
  3793. #define flag_analyzer_call_summaries global_options.x_flag_analyzer_call_summaries
  3794. #endif
  3795. #ifdef GENERATOR_FILE
  3796. extern const char *flag_analyzer_checker;
  3797. #else
  3798. const char *x_flag_analyzer_checker;
  3799. #define flag_analyzer_checker global_options.x_flag_analyzer_checker
  3800. #endif
  3801. #ifdef GENERATOR_FILE
  3802. extern int flag_analyzer_fine_grained;
  3803. #else
  3804. int x_flag_analyzer_fine_grained;
  3805. #define flag_analyzer_fine_grained global_options.x_flag_analyzer_fine_grained
  3806. #endif
  3807. #ifdef GENERATOR_FILE
  3808. extern int flag_analyzer_show_duplicate_count;
  3809. #else
  3810. int x_flag_analyzer_show_duplicate_count;
  3811. #define flag_analyzer_show_duplicate_count global_options.x_flag_analyzer_show_duplicate_count
  3812. #endif
  3813. #ifdef GENERATOR_FILE
  3814. extern int flag_analyzer_state_merge;
  3815. #else
  3816. int x_flag_analyzer_state_merge;
  3817. #define flag_analyzer_state_merge global_options.x_flag_analyzer_state_merge
  3818. #endif
  3819. #ifdef GENERATOR_FILE
  3820. extern int flag_analyzer_state_purge;
  3821. #else
  3822. int x_flag_analyzer_state_purge;
  3823. #define flag_analyzer_state_purge global_options.x_flag_analyzer_state_purge
  3824. #endif
  3825. #ifdef GENERATOR_FILE
  3826. extern int flag_analyzer_transitivity;
  3827. #else
  3828. int x_flag_analyzer_transitivity;
  3829. #define flag_analyzer_transitivity global_options.x_flag_analyzer_transitivity
  3830. #endif
  3831. #ifdef GENERATOR_FILE
  3832. extern int flag_analyzer_verbose_edges;
  3833. #else
  3834. int x_flag_analyzer_verbose_edges;
  3835. #define flag_analyzer_verbose_edges global_options.x_flag_analyzer_verbose_edges
  3836. #endif
  3837. #ifdef GENERATOR_FILE
  3838. extern int flag_analyzer_verbose_state_changes;
  3839. #else
  3840. int x_flag_analyzer_verbose_state_changes;
  3841. #define flag_analyzer_verbose_state_changes global_options.x_flag_analyzer_verbose_state_changes
  3842. #endif
  3843. #ifdef GENERATOR_FILE
  3844. extern int analyzer_verbosity;
  3845. #else
  3846. int x_analyzer_verbosity;
  3847. #define analyzer_verbosity global_options.x_analyzer_verbosity
  3848. #endif
  3849. #ifdef GENERATOR_FILE
  3850. extern void *common_deferred_options;
  3851. #else
  3852. void *x_common_deferred_options;
  3853. #define common_deferred_options global_options.x_common_deferred_options
  3854. #endif
  3855. #ifdef GENERATOR_FILE
  3856. extern int flag_no_asm;
  3857. #else
  3858. int x_flag_no_asm;
  3859. #define flag_no_asm global_options.x_flag_no_asm
  3860. #endif
  3861. #ifdef GENERATOR_FILE
  3862. extern int flag_assert;
  3863. #else
  3864. int x_flag_assert;
  3865. #define flag_assert global_options.x_flag_assert
  3866. #endif
  3867. #ifdef GENERATOR_FILE
  3868. extern int flag_associative_math;
  3869. #else
  3870. int x_flag_associative_math;
  3871. #define flag_associative_math global_options.x_flag_associative_math
  3872. #endif
  3873. #ifdef GENERATOR_FILE
  3874. extern int flag_assume_phsa;
  3875. #else
  3876. int x_flag_assume_phsa;
  3877. #define flag_assume_phsa global_options.x_flag_assume_phsa
  3878. #endif
  3879. #ifdef GENERATOR_FILE
  3880. extern int flag_asynchronous_unwind_tables;
  3881. #else
  3882. int x_flag_asynchronous_unwind_tables;
  3883. #define flag_asynchronous_unwind_tables global_options.x_flag_asynchronous_unwind_tables
  3884. #endif
  3885. #ifdef GENERATOR_FILE
  3886. extern int flag_auto_inc_dec;
  3887. #else
  3888. int x_flag_auto_inc_dec;
  3889. #define flag_auto_inc_dec global_options.x_flag_auto_inc_dec
  3890. #endif
  3891. #ifdef GENERATOR_FILE
  3892. extern int flag_auto_profile;
  3893. #else
  3894. int x_flag_auto_profile;
  3895. #define flag_auto_profile global_options.x_flag_auto_profile
  3896. #endif
  3897. #ifdef GENERATOR_FILE
  3898. extern const char *auto_profile_file;
  3899. #else
  3900. const char *x_auto_profile_file;
  3901. #define auto_profile_file global_options.x_auto_profile_file
  3902. #endif
  3903. #ifdef GENERATOR_FILE
  3904. extern int flag_automatic;
  3905. #else
  3906. int x_flag_automatic;
  3907. #define flag_automatic global_options.x_flag_automatic
  3908. #endif
  3909. #ifdef GENERATOR_FILE
  3910. extern int flag_backslash;
  3911. #else
  3912. int x_flag_backslash;
  3913. #define flag_backslash global_options.x_flag_backslash
  3914. #endif
  3915. #ifdef GENERATOR_FILE
  3916. extern int flag_backtrace;
  3917. #else
  3918. int x_flag_backtrace;
  3919. #define flag_backtrace global_options.x_flag_backtrace
  3920. #endif
  3921. #ifdef GENERATOR_FILE
  3922. extern int flag_blas_matmul_limit;
  3923. #else
  3924. int x_flag_blas_matmul_limit;
  3925. #define flag_blas_matmul_limit global_options.x_flag_blas_matmul_limit
  3926. #endif
  3927. #ifdef GENERATOR_FILE
  3928. extern int flag_bounds_check;
  3929. #else
  3930. int x_flag_bounds_check;
  3931. #define flag_bounds_check global_options.x_flag_bounds_check
  3932. #endif
  3933. #ifdef GENERATOR_FILE
  3934. extern int flag_branch_on_count_reg;
  3935. #else
  3936. int x_flag_branch_on_count_reg;
  3937. #define flag_branch_on_count_reg global_options.x_flag_branch_on_count_reg
  3938. #endif
  3939. #ifdef GENERATOR_FILE
  3940. extern int flag_branch_probabilities;
  3941. #else
  3942. int x_flag_branch_probabilities;
  3943. #define flag_branch_probabilities global_options.x_flag_branch_probabilities
  3944. #endif
  3945. #ifdef GENERATOR_FILE
  3946. extern int flag_building_libgcc;
  3947. #else
  3948. int x_flag_building_libgcc;
  3949. #define flag_building_libgcc global_options.x_flag_building_libgcc
  3950. #endif
  3951. #ifdef GENERATOR_FILE
  3952. extern int flag_building_libphobos_tests;
  3953. #else
  3954. int x_flag_building_libphobos_tests;
  3955. #define flag_building_libphobos_tests global_options.x_flag_building_libphobos_tests
  3956. #endif
  3957. #ifdef GENERATOR_FILE
  3958. extern int flag_no_builtin;
  3959. #else
  3960. int x_flag_no_builtin;
  3961. #define flag_no_builtin global_options.x_flag_no_builtin
  3962. #endif
  3963. #ifdef GENERATOR_FILE
  3964. extern int flag_c_prototypes;
  3965. #else
  3966. int x_flag_c_prototypes;
  3967. #define flag_c_prototypes global_options.x_flag_c_prototypes
  3968. #endif
  3969. #ifdef GENERATOR_FILE
  3970. extern int flag_c_prototypes_external;
  3971. #else
  3972. int x_flag_c_prototypes_external;
  3973. #define flag_c_prototypes_external global_options.x_flag_c_prototypes_external
  3974. #endif
  3975. #ifdef GENERATOR_FILE
  3976. extern int flag_caller_saves;
  3977. #else
  3978. int x_flag_caller_saves;
  3979. #define flag_caller_saves global_options.x_flag_caller_saves
  3980. #endif
  3981. #ifdef GENERATOR_FILE
  3982. extern int flag_callgraph_info;
  3983. #else
  3984. int x_flag_callgraph_info;
  3985. #define flag_callgraph_info global_options.x_flag_callgraph_info
  3986. #endif
  3987. #ifdef GENERATOR_FILE
  3988. extern enum cf_protection_level flag_cf_protection;
  3989. #else
  3990. enum cf_protection_level x_flag_cf_protection;
  3991. #define flag_cf_protection global_options.x_flag_cf_protection
  3992. #endif
  3993. #ifdef GENERATOR_FILE
  3994. extern int flag_char8_t;
  3995. #else
  3996. int x_flag_char8_t;
  3997. #define flag_char8_t global_options.x_flag_char8_t
  3998. #endif
  3999. #ifdef GENERATOR_FILE
  4000. extern int flag_check_new;
  4001. #else
  4002. int x_flag_check_new;
  4003. #define flag_check_new global_options.x_flag_check_new
  4004. #endif
  4005. #ifdef GENERATOR_FILE
  4006. extern int flag_checking;
  4007. #else
  4008. int x_flag_checking;
  4009. #define flag_checking global_options.x_flag_checking
  4010. #endif
  4011. #ifdef GENERATOR_FILE
  4012. extern enum gfc_fcoarray flag_coarray;
  4013. #else
  4014. enum gfc_fcoarray x_flag_coarray;
  4015. #define flag_coarray global_options.x_flag_coarray
  4016. #endif
  4017. #ifdef GENERATOR_FILE
  4018. extern int flag_code_hoisting;
  4019. #else
  4020. int x_flag_code_hoisting;
  4021. #define flag_code_hoisting global_options.x_flag_code_hoisting
  4022. #endif
  4023. #ifdef GENERATOR_FILE
  4024. extern int flag_combine_stack_adjustments;
  4025. #else
  4026. int x_flag_combine_stack_adjustments;
  4027. #define flag_combine_stack_adjustments global_options.x_flag_combine_stack_adjustments
  4028. #endif
  4029. #ifdef GENERATOR_FILE
  4030. extern int flag_no_common;
  4031. #else
  4032. int x_flag_no_common;
  4033. #define flag_no_common global_options.x_flag_no_common
  4034. #endif
  4035. #ifdef GENERATOR_FILE
  4036. extern int flag_compare_debug;
  4037. #else
  4038. int x_flag_compare_debug;
  4039. #define flag_compare_debug global_options.x_flag_compare_debug
  4040. #endif
  4041. #ifdef GENERATOR_FILE
  4042. extern const char *flag_compare_debug_opt;
  4043. #else
  4044. const char *x_flag_compare_debug_opt;
  4045. #define flag_compare_debug_opt global_options.x_flag_compare_debug_opt
  4046. #endif
  4047. #ifdef GENERATOR_FILE
  4048. extern int flag_compare_elim_after_reload;
  4049. #else
  4050. int x_flag_compare_elim_after_reload;
  4051. #define flag_compare_elim_after_reload global_options.x_flag_compare_elim_after_reload
  4052. #endif
  4053. #ifdef GENERATOR_FILE
  4054. extern int flag_concepts;
  4055. #else
  4056. int x_flag_concepts;
  4057. #define flag_concepts global_options.x_flag_concepts
  4058. #endif
  4059. #ifdef GENERATOR_FILE
  4060. extern int concepts_diagnostics_max_depth;
  4061. #else
  4062. int x_concepts_diagnostics_max_depth;
  4063. #define concepts_diagnostics_max_depth global_options.x_concepts_diagnostics_max_depth
  4064. #endif
  4065. #ifdef GENERATOR_FILE
  4066. extern int flag_concepts_ts;
  4067. #else
  4068. int x_flag_concepts_ts;
  4069. #define flag_concepts_ts global_options.x_flag_concepts_ts
  4070. #endif
  4071. #ifdef GENERATOR_FILE
  4072. extern int flag_conserve_stack;
  4073. #else
  4074. int x_flag_conserve_stack;
  4075. #define flag_conserve_stack global_options.x_flag_conserve_stack
  4076. #endif
  4077. #ifdef GENERATOR_FILE
  4078. extern int constexpr_cache_depth;
  4079. #else
  4080. int x_constexpr_cache_depth;
  4081. #define constexpr_cache_depth global_options.x_constexpr_cache_depth
  4082. #endif
  4083. #ifdef GENERATOR_FILE
  4084. extern int max_constexpr_depth;
  4085. #else
  4086. int x_max_constexpr_depth;
  4087. #define max_constexpr_depth global_options.x_max_constexpr_depth
  4088. #endif
  4089. #ifdef GENERATOR_FILE
  4090. extern int constexpr_loop_limit;
  4091. #else
  4092. int x_constexpr_loop_limit;
  4093. #define constexpr_loop_limit global_options.x_constexpr_loop_limit
  4094. #endif
  4095. #ifdef GENERATOR_FILE
  4096. extern HOST_WIDE_INT constexpr_ops_limit;
  4097. #else
  4098. HOST_WIDE_INT x_constexpr_ops_limit;
  4099. #define constexpr_ops_limit global_options.x_constexpr_ops_limit
  4100. #endif
  4101. #ifdef GENERATOR_FILE
  4102. extern enum gfc_convert flag_convert;
  4103. #else
  4104. enum gfc_convert x_flag_convert;
  4105. #define flag_convert global_options.x_flag_convert
  4106. #endif
  4107. #ifdef GENERATOR_FILE
  4108. extern int flag_coroutines;
  4109. #else
  4110. int x_flag_coroutines;
  4111. #define flag_coroutines global_options.x_flag_coroutines
  4112. #endif
  4113. #ifdef GENERATOR_FILE
  4114. extern int flag_cprop_registers;
  4115. #else
  4116. int x_flag_cprop_registers;
  4117. #define flag_cprop_registers global_options.x_flag_cprop_registers
  4118. #endif
  4119. #ifdef GENERATOR_FILE
  4120. extern int flag_cray_pointer;
  4121. #else
  4122. int x_flag_cray_pointer;
  4123. #define flag_cray_pointer global_options.x_flag_cray_pointer
  4124. #endif
  4125. #ifdef GENERATOR_FILE
  4126. extern int flag_crossjumping;
  4127. #else
  4128. int x_flag_crossjumping;
  4129. #define flag_crossjumping global_options.x_flag_crossjumping
  4130. #endif
  4131. #ifdef GENERATOR_FILE
  4132. extern int flag_cse_follow_jumps;
  4133. #else
  4134. int x_flag_cse_follow_jumps;
  4135. #define flag_cse_follow_jumps global_options.x_flag_cse_follow_jumps
  4136. #endif
  4137. #ifdef GENERATOR_FILE
  4138. extern int flag_cx_fortran_rules;
  4139. #else
  4140. int x_flag_cx_fortran_rules;
  4141. #define flag_cx_fortran_rules global_options.x_flag_cx_fortran_rules
  4142. #endif
  4143. #ifdef GENERATOR_FILE
  4144. extern int flag_cx_limited_range;
  4145. #else
  4146. int x_flag_cx_limited_range;
  4147. #define flag_cx_limited_range global_options.x_flag_cx_limited_range
  4148. #endif
  4149. #ifdef GENERATOR_FILE
  4150. extern int flag_data_sections;
  4151. #else
  4152. int x_flag_data_sections;
  4153. #define flag_data_sections global_options.x_flag_data_sections
  4154. #endif
  4155. #ifdef GENERATOR_FILE
  4156. extern int flag_dce;
  4157. #else
  4158. int x_flag_dce;
  4159. #define flag_dce global_options.x_flag_dce
  4160. #endif
  4161. #ifdef GENERATOR_FILE
  4162. extern int flag_debug_types_section;
  4163. #else
  4164. int x_flag_debug_types_section;
  4165. #define flag_debug_types_section global_options.x_flag_debug_types_section
  4166. #endif
  4167. #ifdef GENERATOR_FILE
  4168. extern int flag_dec;
  4169. #else
  4170. int x_flag_dec;
  4171. #define flag_dec global_options.x_flag_dec
  4172. #endif
  4173. #ifdef GENERATOR_FILE
  4174. extern int flag_dec_blank_format_item;
  4175. #else
  4176. int x_flag_dec_blank_format_item;
  4177. #define flag_dec_blank_format_item global_options.x_flag_dec_blank_format_item
  4178. #endif
  4179. #ifdef GENERATOR_FILE
  4180. extern int flag_dec_char_conversions;
  4181. #else
  4182. int x_flag_dec_char_conversions;
  4183. #define flag_dec_char_conversions global_options.x_flag_dec_char_conversions
  4184. #endif
  4185. #ifdef GENERATOR_FILE
  4186. extern int flag_dec_format_defaults;
  4187. #else
  4188. int x_flag_dec_format_defaults;
  4189. #define flag_dec_format_defaults global_options.x_flag_dec_format_defaults
  4190. #endif
  4191. #ifdef GENERATOR_FILE
  4192. extern int flag_dec_include;
  4193. #else
  4194. int x_flag_dec_include;
  4195. #define flag_dec_include global_options.x_flag_dec_include
  4196. #endif
  4197. #ifdef GENERATOR_FILE
  4198. extern int flag_dec_intrinsic_ints;
  4199. #else
  4200. int x_flag_dec_intrinsic_ints;
  4201. #define flag_dec_intrinsic_ints global_options.x_flag_dec_intrinsic_ints
  4202. #endif
  4203. #ifdef GENERATOR_FILE
  4204. extern int flag_dec_math;
  4205. #else
  4206. int x_flag_dec_math;
  4207. #define flag_dec_math global_options.x_flag_dec_math
  4208. #endif
  4209. #ifdef GENERATOR_FILE
  4210. extern int flag_dec_static;
  4211. #else
  4212. int x_flag_dec_static;
  4213. #define flag_dec_static global_options.x_flag_dec_static
  4214. #endif
  4215. #ifdef GENERATOR_FILE
  4216. extern int flag_dec_structure;
  4217. #else
  4218. int x_flag_dec_structure;
  4219. #define flag_dec_structure global_options.x_flag_dec_structure
  4220. #endif
  4221. #ifdef GENERATOR_FILE
  4222. extern int flag_declone_ctor_dtor;
  4223. #else
  4224. int x_flag_declone_ctor_dtor;
  4225. #define flag_declone_ctor_dtor global_options.x_flag_declone_ctor_dtor
  4226. #endif
  4227. #ifdef GENERATOR_FILE
  4228. extern int flag_default_double;
  4229. #else
  4230. int x_flag_default_double;
  4231. #define flag_default_double global_options.x_flag_default_double
  4232. #endif
  4233. #ifdef GENERATOR_FILE
  4234. extern int flag_default_integer;
  4235. #else
  4236. int x_flag_default_integer;
  4237. #define flag_default_integer global_options.x_flag_default_integer
  4238. #endif
  4239. #ifdef GENERATOR_FILE
  4240. extern int flag_default_real_10;
  4241. #else
  4242. int x_flag_default_real_10;
  4243. #define flag_default_real_10 global_options.x_flag_default_real_10
  4244. #endif
  4245. #ifdef GENERATOR_FILE
  4246. extern int flag_default_real_16;
  4247. #else
  4248. int x_flag_default_real_16;
  4249. #define flag_default_real_16 global_options.x_flag_default_real_16
  4250. #endif
  4251. #ifdef GENERATOR_FILE
  4252. extern int flag_default_real_8;
  4253. #else
  4254. int x_flag_default_real_8;
  4255. #define flag_default_real_8 global_options.x_flag_default_real_8
  4256. #endif
  4257. #ifdef GENERATOR_FILE
  4258. extern int flag_defer_pop;
  4259. #else
  4260. int x_flag_defer_pop;
  4261. #define flag_defer_pop global_options.x_flag_defer_pop
  4262. #endif
  4263. #ifdef GENERATOR_FILE
  4264. extern int flag_delayed_branch;
  4265. #else
  4266. int x_flag_delayed_branch;
  4267. #define flag_delayed_branch global_options.x_flag_delayed_branch
  4268. #endif
  4269. #ifdef GENERATOR_FILE
  4270. extern int flag_delete_dead_exceptions;
  4271. #else
  4272. int x_flag_delete_dead_exceptions;
  4273. #define flag_delete_dead_exceptions global_options.x_flag_delete_dead_exceptions
  4274. #endif
  4275. #ifdef GENERATOR_FILE
  4276. extern int flag_delete_null_pointer_checks;
  4277. #else
  4278. int x_flag_delete_null_pointer_checks;
  4279. #define flag_delete_null_pointer_checks global_options.x_flag_delete_null_pointer_checks
  4280. #endif
  4281. #ifdef GENERATOR_FILE
  4282. extern int flag_devirtualize;
  4283. #else
  4284. int x_flag_devirtualize;
  4285. #define flag_devirtualize global_options.x_flag_devirtualize
  4286. #endif
  4287. #ifdef GENERATOR_FILE
  4288. extern int flag_ltrans_devirtualize;
  4289. #else
  4290. int x_flag_ltrans_devirtualize;
  4291. #define flag_ltrans_devirtualize global_options.x_flag_ltrans_devirtualize
  4292. #endif
  4293. #ifdef GENERATOR_FILE
  4294. extern int flag_devirtualize_speculatively;
  4295. #else
  4296. int x_flag_devirtualize_speculatively;
  4297. #define flag_devirtualize_speculatively global_options.x_flag_devirtualize_speculatively
  4298. #endif
  4299. #ifdef GENERATOR_FILE
  4300. extern int flag_diagnostics_show_color;
  4301. #else
  4302. int x_flag_diagnostics_show_color;
  4303. #define flag_diagnostics_show_color global_options.x_flag_diagnostics_show_color
  4304. #endif
  4305. #ifdef GENERATOR_FILE
  4306. extern int flag_diagnostics_generate_patch;
  4307. #else
  4308. int x_flag_diagnostics_generate_patch;
  4309. #define flag_diagnostics_generate_patch global_options.x_flag_diagnostics_generate_patch
  4310. #endif
  4311. #ifdef GENERATOR_FILE
  4312. extern int diagnostics_minimum_margin_width;
  4313. #else
  4314. int x_diagnostics_minimum_margin_width;
  4315. #define diagnostics_minimum_margin_width global_options.x_diagnostics_minimum_margin_width
  4316. #endif
  4317. #ifdef GENERATOR_FILE
  4318. extern int flag_diagnostics_parseable_fixits;
  4319. #else
  4320. int x_flag_diagnostics_parseable_fixits;
  4321. #define flag_diagnostics_parseable_fixits global_options.x_flag_diagnostics_parseable_fixits
  4322. #endif
  4323. #ifdef GENERATOR_FILE
  4324. extern int flag_diagnostics_path_format;
  4325. #else
  4326. int x_flag_diagnostics_path_format;
  4327. #define flag_diagnostics_path_format global_options.x_flag_diagnostics_path_format
  4328. #endif
  4329. #ifdef GENERATOR_FILE
  4330. extern int flag_diagnostics_show_caret;
  4331. #else
  4332. int x_flag_diagnostics_show_caret;
  4333. #define flag_diagnostics_show_caret global_options.x_flag_diagnostics_show_caret
  4334. #endif
  4335. #ifdef GENERATOR_FILE
  4336. extern int flag_diagnostics_show_cwe;
  4337. #else
  4338. int x_flag_diagnostics_show_cwe;
  4339. #define flag_diagnostics_show_cwe global_options.x_flag_diagnostics_show_cwe
  4340. #endif
  4341. #ifdef GENERATOR_FILE
  4342. extern int flag_diagnostics_show_labels;
  4343. #else
  4344. int x_flag_diagnostics_show_labels;
  4345. #define flag_diagnostics_show_labels global_options.x_flag_diagnostics_show_labels
  4346. #endif
  4347. #ifdef GENERATOR_FILE
  4348. extern int flag_diagnostics_show_line_numbers;
  4349. #else
  4350. int x_flag_diagnostics_show_line_numbers;
  4351. #define flag_diagnostics_show_line_numbers global_options.x_flag_diagnostics_show_line_numbers
  4352. #endif
  4353. #ifdef GENERATOR_FILE
  4354. extern int flag_diagnostics_show_option;
  4355. #else
  4356. int x_flag_diagnostics_show_option;
  4357. #define flag_diagnostics_show_option global_options.x_flag_diagnostics_show_option
  4358. #endif
  4359. #ifdef GENERATOR_FILE
  4360. extern int flag_diagnostics_show_path_depths;
  4361. #else
  4362. int x_flag_diagnostics_show_path_depths;
  4363. #define flag_diagnostics_show_path_depths global_options.x_flag_diagnostics_show_path_depths
  4364. #endif
  4365. #ifdef GENERATOR_FILE
  4366. extern int flag_diagnostics_show_template_tree;
  4367. #else
  4368. int x_flag_diagnostics_show_template_tree;
  4369. #define flag_diagnostics_show_template_tree global_options.x_flag_diagnostics_show_template_tree
  4370. #endif
  4371. #ifdef GENERATOR_FILE
  4372. extern int flag_diagnostics_show_urls;
  4373. #else
  4374. int x_flag_diagnostics_show_urls;
  4375. #define flag_diagnostics_show_urls global_options.x_flag_diagnostics_show_urls
  4376. #endif
  4377. #ifdef GENERATOR_FILE
  4378. extern int flag_dollar_ok;
  4379. #else
  4380. int x_flag_dollar_ok;
  4381. #define flag_dollar_ok global_options.x_flag_dollar_ok
  4382. #endif
  4383. #ifdef GENERATOR_FILE
  4384. extern int flag_dse;
  4385. #else
  4386. int x_flag_dse;
  4387. #define flag_dse global_options.x_flag_dse
  4388. #endif
  4389. #ifdef GENERATOR_FILE
  4390. extern int flag_dump_ada_spec;
  4391. #else
  4392. int x_flag_dump_ada_spec;
  4393. #define flag_dump_ada_spec global_options.x_flag_dump_ada_spec
  4394. #endif
  4395. #ifdef GENERATOR_FILE
  4396. extern int flag_dump_ada_spec_slim;
  4397. #else
  4398. int x_flag_dump_ada_spec_slim;
  4399. #define flag_dump_ada_spec_slim global_options.x_flag_dump_ada_spec_slim
  4400. #endif
  4401. #ifdef GENERATOR_FILE
  4402. extern int flag_dump_analyzer;
  4403. #else
  4404. int x_flag_dump_analyzer;
  4405. #define flag_dump_analyzer global_options.x_flag_dump_analyzer
  4406. #endif
  4407. #ifdef GENERATOR_FILE
  4408. extern int flag_dump_analyzer_callgraph;
  4409. #else
  4410. int x_flag_dump_analyzer_callgraph;
  4411. #define flag_dump_analyzer_callgraph global_options.x_flag_dump_analyzer_callgraph
  4412. #endif
  4413. #ifdef GENERATOR_FILE
  4414. extern int flag_dump_analyzer_exploded_graph;
  4415. #else
  4416. int x_flag_dump_analyzer_exploded_graph;
  4417. #define flag_dump_analyzer_exploded_graph global_options.x_flag_dump_analyzer_exploded_graph
  4418. #endif
  4419. #ifdef GENERATOR_FILE
  4420. extern int flag_dump_analyzer_exploded_nodes;
  4421. #else
  4422. int x_flag_dump_analyzer_exploded_nodes;
  4423. #define flag_dump_analyzer_exploded_nodes global_options.x_flag_dump_analyzer_exploded_nodes
  4424. #endif
  4425. #ifdef GENERATOR_FILE
  4426. extern int flag_dump_analyzer_exploded_nodes_2;
  4427. #else
  4428. int x_flag_dump_analyzer_exploded_nodes_2;
  4429. #define flag_dump_analyzer_exploded_nodes_2 global_options.x_flag_dump_analyzer_exploded_nodes_2
  4430. #endif
  4431. #ifdef GENERATOR_FILE
  4432. extern int flag_dump_analyzer_exploded_nodes_3;
  4433. #else
  4434. int x_flag_dump_analyzer_exploded_nodes_3;
  4435. #define flag_dump_analyzer_exploded_nodes_3 global_options.x_flag_dump_analyzer_exploded_nodes_3
  4436. #endif
  4437. #ifdef GENERATOR_FILE
  4438. extern int flag_dump_analyzer_state_purge;
  4439. #else
  4440. int x_flag_dump_analyzer_state_purge;
  4441. #define flag_dump_analyzer_state_purge global_options.x_flag_dump_analyzer_state_purge
  4442. #endif
  4443. #ifdef GENERATOR_FILE
  4444. extern int flag_dump_analyzer_stderr;
  4445. #else
  4446. int x_flag_dump_analyzer_stderr;
  4447. #define flag_dump_analyzer_stderr global_options.x_flag_dump_analyzer_stderr
  4448. #endif
  4449. #ifdef GENERATOR_FILE
  4450. extern int flag_dump_analyzer_supergraph;
  4451. #else
  4452. int x_flag_dump_analyzer_supergraph;
  4453. #define flag_dump_analyzer_supergraph global_options.x_flag_dump_analyzer_supergraph
  4454. #endif
  4455. #ifdef GENERATOR_FILE
  4456. extern const char *flag_dump_final_insns;
  4457. #else
  4458. const char *x_flag_dump_final_insns;
  4459. #define flag_dump_final_insns global_options.x_flag_dump_final_insns
  4460. #endif
  4461. #ifdef GENERATOR_FILE
  4462. extern int flag_dump_fortran_global;
  4463. #else
  4464. int x_flag_dump_fortran_global;
  4465. #define flag_dump_fortran_global global_options.x_flag_dump_fortran_global
  4466. #endif
  4467. #ifdef GENERATOR_FILE
  4468. extern int flag_dump_fortran_optimized;
  4469. #else
  4470. int x_flag_dump_fortran_optimized;
  4471. #define flag_dump_fortran_optimized global_options.x_flag_dump_fortran_optimized
  4472. #endif
  4473. #ifdef GENERATOR_FILE
  4474. extern int flag_dump_fortran_original;
  4475. #else
  4476. int x_flag_dump_fortran_original;
  4477. #define flag_dump_fortran_original global_options.x_flag_dump_fortran_original
  4478. #endif
  4479. #ifdef GENERATOR_FILE
  4480. extern const char *flag_dump_go_spec;
  4481. #else
  4482. const char *x_flag_dump_go_spec;
  4483. #define flag_dump_go_spec global_options.x_flag_dump_go_spec
  4484. #endif
  4485. #ifdef GENERATOR_FILE
  4486. extern int flag_dump_locations;
  4487. #else
  4488. int x_flag_dump_locations;
  4489. #define flag_dump_locations global_options.x_flag_dump_locations
  4490. #endif
  4491. #ifdef GENERATOR_FILE
  4492. extern int flag_dump_noaddr;
  4493. #else
  4494. int x_flag_dump_noaddr;
  4495. #define flag_dump_noaddr global_options.x_flag_dump_noaddr
  4496. #endif
  4497. #ifdef GENERATOR_FILE
  4498. extern int flag_dump_passes;
  4499. #else
  4500. int x_flag_dump_passes;
  4501. #define flag_dump_passes global_options.x_flag_dump_passes
  4502. #endif
  4503. #ifdef GENERATOR_FILE
  4504. extern int flag_dump_scos;
  4505. #else
  4506. int x_flag_dump_scos;
  4507. #define flag_dump_scos global_options.x_flag_dump_scos
  4508. #endif
  4509. #ifdef GENERATOR_FILE
  4510. extern int flag_dump_unnumbered;
  4511. #else
  4512. int x_flag_dump_unnumbered;
  4513. #define flag_dump_unnumbered global_options.x_flag_dump_unnumbered
  4514. #endif
  4515. #ifdef GENERATOR_FILE
  4516. extern int flag_dump_unnumbered_links;
  4517. #else
  4518. int x_flag_dump_unnumbered_links;
  4519. #define flag_dump_unnumbered_links global_options.x_flag_dump_unnumbered_links
  4520. #endif
  4521. #ifdef GENERATOR_FILE
  4522. extern int flag_dwarf2_cfi_asm;
  4523. #else
  4524. int x_flag_dwarf2_cfi_asm;
  4525. #define flag_dwarf2_cfi_asm global_options.x_flag_dwarf2_cfi_asm
  4526. #endif
  4527. #ifdef GENERATOR_FILE
  4528. extern int flag_early_inlining;
  4529. #else
  4530. int x_flag_early_inlining;
  4531. #define flag_early_inlining global_options.x_flag_early_inlining
  4532. #endif
  4533. #ifdef GENERATOR_FILE
  4534. extern int flag_elide_constructors;
  4535. #else
  4536. int x_flag_elide_constructors;
  4537. #define flag_elide_constructors global_options.x_flag_elide_constructors
  4538. #endif
  4539. #ifdef GENERATOR_FILE
  4540. extern int flag_elide_type;
  4541. #else
  4542. int x_flag_elide_type;
  4543. #define flag_elide_type global_options.x_flag_elide_type
  4544. #endif
  4545. #ifdef GENERATOR_FILE
  4546. extern int flag_debug_only_used_symbols;
  4547. #else
  4548. int x_flag_debug_only_used_symbols;
  4549. #define flag_debug_only_used_symbols global_options.x_flag_debug_only_used_symbols
  4550. #endif
  4551. #ifdef GENERATOR_FILE
  4552. extern int flag_eliminate_unused_debug_types;
  4553. #else
  4554. int x_flag_eliminate_unused_debug_types;
  4555. #define flag_eliminate_unused_debug_types global_options.x_flag_eliminate_unused_debug_types
  4556. #endif
  4557. #ifdef GENERATOR_FILE
  4558. extern int flag_emit_class_debug_always;
  4559. #else
  4560. int x_flag_emit_class_debug_always;
  4561. #define flag_emit_class_debug_always global_options.x_flag_emit_class_debug_always
  4562. #endif
  4563. #ifdef GENERATOR_FILE
  4564. extern int flag_enforce_eh_specs;
  4565. #else
  4566. int x_flag_enforce_eh_specs;
  4567. #define flag_enforce_eh_specs global_options.x_flag_enforce_eh_specs
  4568. #endif
  4569. #ifdef GENERATOR_FILE
  4570. extern int flag_exceptions;
  4571. #else
  4572. int x_flag_exceptions;
  4573. #define flag_exceptions global_options.x_flag_exceptions
  4574. #endif
  4575. #ifdef GENERATOR_FILE
  4576. extern enum excess_precision flag_excess_precision;
  4577. #else
  4578. enum excess_precision x_flag_excess_precision;
  4579. #define flag_excess_precision global_options.x_flag_excess_precision
  4580. #endif
  4581. #ifdef GENERATOR_FILE
  4582. extern int flag_expensive_optimizations;
  4583. #else
  4584. int x_flag_expensive_optimizations;
  4585. #define flag_expensive_optimizations global_options.x_flag_expensive_optimizations
  4586. #endif
  4587. #ifdef GENERATOR_FILE
  4588. extern int flag_ext_numeric_literals;
  4589. #else
  4590. int x_flag_ext_numeric_literals;
  4591. #define flag_ext_numeric_literals global_options.x_flag_ext_numeric_literals
  4592. #endif
  4593. #ifdef GENERATOR_FILE
  4594. extern int flag_extern_tls_init;
  4595. #else
  4596. int x_flag_extern_tls_init;
  4597. #define flag_extern_tls_init global_options.x_flag_extern_tls_init
  4598. #endif
  4599. #ifdef GENERATOR_FILE
  4600. extern int flag_external_blas;
  4601. #else
  4602. int x_flag_external_blas;
  4603. #define flag_external_blas global_options.x_flag_external_blas
  4604. #endif
  4605. #ifdef GENERATOR_FILE
  4606. extern int flag_f2c;
  4607. #else
  4608. int x_flag_f2c;
  4609. #define flag_f2c global_options.x_flag_f2c
  4610. #endif
  4611. #ifdef GENERATOR_FILE
  4612. extern int flag_fat_lto_objects;
  4613. #else
  4614. int x_flag_fat_lto_objects;
  4615. #define flag_fat_lto_objects global_options.x_flag_fat_lto_objects
  4616. #endif
  4617. #ifdef GENERATOR_FILE
  4618. extern int flag_finite_loops;
  4619. #else
  4620. int x_flag_finite_loops;
  4621. #define flag_finite_loops global_options.x_flag_finite_loops
  4622. #endif
  4623. #ifdef GENERATOR_FILE
  4624. extern int flag_finite_math_only;
  4625. #else
  4626. int x_flag_finite_math_only;
  4627. #define flag_finite_math_only global_options.x_flag_finite_math_only
  4628. #endif
  4629. #ifdef GENERATOR_FILE
  4630. extern int flag_fixed_line_length;
  4631. #else
  4632. int x_flag_fixed_line_length;
  4633. #define flag_fixed_line_length global_options.x_flag_fixed_line_length
  4634. #endif
  4635. #ifdef GENERATOR_FILE
  4636. extern int flag_float_store;
  4637. #else
  4638. int x_flag_float_store;
  4639. #define flag_float_store global_options.x_flag_float_store
  4640. #endif
  4641. #ifdef GENERATOR_FILE
  4642. extern int flag_forward_propagate;
  4643. #else
  4644. int x_flag_forward_propagate;
  4645. #define flag_forward_propagate global_options.x_flag_forward_propagate
  4646. #endif
  4647. #ifdef GENERATOR_FILE
  4648. extern enum fp_contract_mode flag_fp_contract_mode;
  4649. #else
  4650. enum fp_contract_mode x_flag_fp_contract_mode;
  4651. #define flag_fp_contract_mode global_options.x_flag_fp_contract_mode
  4652. #endif
  4653. #ifdef GENERATOR_FILE
  4654. extern int flag_fp_int_builtin_inexact;
  4655. #else
  4656. int x_flag_fp_int_builtin_inexact;
  4657. #define flag_fp_int_builtin_inexact global_options.x_flag_fp_int_builtin_inexact
  4658. #endif
  4659. #ifdef GENERATOR_FILE
  4660. extern int flag_free_line_length;
  4661. #else
  4662. int x_flag_free_line_length;
  4663. #define flag_free_line_length global_options.x_flag_free_line_length
  4664. #endif
  4665. #ifdef GENERATOR_FILE
  4666. extern int flag_frontend_loop_interchange;
  4667. #else
  4668. int x_flag_frontend_loop_interchange;
  4669. #define flag_frontend_loop_interchange global_options.x_flag_frontend_loop_interchange
  4670. #endif
  4671. #ifdef GENERATOR_FILE
  4672. extern int flag_frontend_optimize;
  4673. #else
  4674. int x_flag_frontend_optimize;
  4675. #define flag_frontend_optimize global_options.x_flag_frontend_optimize
  4676. #endif
  4677. #ifdef GENERATOR_FILE
  4678. extern int flag_no_function_cse;
  4679. #else
  4680. int x_flag_no_function_cse;
  4681. #define flag_no_function_cse global_options.x_flag_no_function_cse
  4682. #endif
  4683. #ifdef GENERATOR_FILE
  4684. extern int flag_function_sections;
  4685. #else
  4686. int x_flag_function_sections;
  4687. #define flag_function_sections global_options.x_flag_function_sections
  4688. #endif
  4689. #ifdef GENERATOR_FILE
  4690. extern int flag_gcse;
  4691. #else
  4692. int x_flag_gcse;
  4693. #define flag_gcse global_options.x_flag_gcse
  4694. #endif
  4695. #ifdef GENERATOR_FILE
  4696. extern int flag_gcse_after_reload;
  4697. #else
  4698. int x_flag_gcse_after_reload;
  4699. #define flag_gcse_after_reload global_options.x_flag_gcse_after_reload
  4700. #endif
  4701. #ifdef GENERATOR_FILE
  4702. extern int flag_gcse_las;
  4703. #else
  4704. int x_flag_gcse_las;
  4705. #define flag_gcse_las global_options.x_flag_gcse_las
  4706. #endif
  4707. #ifdef GENERATOR_FILE
  4708. extern int flag_gcse_lm;
  4709. #else
  4710. int x_flag_gcse_lm;
  4711. #define flag_gcse_lm global_options.x_flag_gcse_lm
  4712. #endif
  4713. #ifdef GENERATOR_FILE
  4714. extern int flag_gcse_sm;
  4715. #else
  4716. int x_flag_gcse_sm;
  4717. #define flag_gcse_sm global_options.x_flag_gcse_sm
  4718. #endif
  4719. #ifdef GENERATOR_FILE
  4720. extern int flag_gimple;
  4721. #else
  4722. int x_flag_gimple;
  4723. #define flag_gimple global_options.x_flag_gimple
  4724. #endif
  4725. #ifdef GENERATOR_FILE
  4726. extern int flag_no_gnu_keywords;
  4727. #else
  4728. int x_flag_no_gnu_keywords;
  4729. #define flag_no_gnu_keywords global_options.x_flag_no_gnu_keywords
  4730. #endif
  4731. #ifdef GENERATOR_FILE
  4732. extern int flag_next_runtime;
  4733. #else
  4734. int x_flag_next_runtime;
  4735. #define flag_next_runtime global_options.x_flag_next_runtime
  4736. #endif
  4737. #ifdef GENERATOR_FILE
  4738. extern int flag_tm;
  4739. #else
  4740. int x_flag_tm;
  4741. #define flag_tm global_options.x_flag_tm
  4742. #endif
  4743. #ifdef GENERATOR_FILE
  4744. extern int flag_gnu_unique;
  4745. #else
  4746. int x_flag_gnu_unique;
  4747. #define flag_gnu_unique global_options.x_flag_gnu_unique
  4748. #endif
  4749. #ifdef GENERATOR_FILE
  4750. extern int flag_gnu89_inline;
  4751. #else
  4752. int x_flag_gnu89_inline;
  4753. #define flag_gnu89_inline global_options.x_flag_gnu89_inline
  4754. #endif
  4755. #ifdef GENERATOR_FILE
  4756. extern int go_check_divide_overflow;
  4757. #else
  4758. int x_go_check_divide_overflow;
  4759. #define go_check_divide_overflow global_options.x_go_check_divide_overflow
  4760. #endif
  4761. #ifdef GENERATOR_FILE
  4762. extern int go_check_divide_zero;
  4763. #else
  4764. int x_go_check_divide_zero;
  4765. #define go_check_divide_zero global_options.x_go_check_divide_zero
  4766. #endif
  4767. #ifdef GENERATOR_FILE
  4768. extern int go_compiling_runtime;
  4769. #else
  4770. int x_go_compiling_runtime;
  4771. #define go_compiling_runtime global_options.x_go_compiling_runtime
  4772. #endif
  4773. #ifdef GENERATOR_FILE
  4774. extern int go_debug_escape_level;
  4775. #else
  4776. int x_go_debug_escape_level;
  4777. #define go_debug_escape_level global_options.x_go_debug_escape_level
  4778. #endif
  4779. #ifdef GENERATOR_FILE
  4780. extern const char *go_debug_escape_hash;
  4781. #else
  4782. const char *x_go_debug_escape_hash;
  4783. #define go_debug_escape_hash global_options.x_go_debug_escape_hash
  4784. #endif
  4785. #ifdef GENERATOR_FILE
  4786. extern int go_debug_optimization;
  4787. #else
  4788. int x_go_debug_optimization;
  4789. #define go_debug_optimization global_options.x_go_debug_optimization
  4790. #endif
  4791. #ifdef GENERATOR_FILE
  4792. extern int flag_graphite;
  4793. #else
  4794. int x_flag_graphite;
  4795. #define flag_graphite global_options.x_flag_graphite
  4796. #endif
  4797. #ifdef GENERATOR_FILE
  4798. extern int flag_graphite_identity;
  4799. #else
  4800. int x_flag_graphite_identity;
  4801. #define flag_graphite_identity global_options.x_flag_graphite_identity
  4802. #endif
  4803. #ifdef GENERATOR_FILE
  4804. extern int flag_guess_branch_prob;
  4805. #else
  4806. int x_flag_guess_branch_prob;
  4807. #define flag_guess_branch_prob global_options.x_flag_guess_branch_prob
  4808. #endif
  4809. #ifdef GENERATOR_FILE
  4810. extern int flag_hoist_adjacent_loads;
  4811. #else
  4812. int x_flag_hoist_adjacent_loads;
  4813. #define flag_hoist_adjacent_loads global_options.x_flag_hoist_adjacent_loads
  4814. #endif
  4815. #ifdef GENERATOR_FILE
  4816. extern int flag_no_ident;
  4817. #else
  4818. int x_flag_no_ident;
  4819. #define flag_no_ident global_options.x_flag_no_ident
  4820. #endif
  4821. #ifdef GENERATOR_FILE
  4822. extern int flag_if_conversion;
  4823. #else
  4824. int x_flag_if_conversion;
  4825. #define flag_if_conversion global_options.x_flag_if_conversion
  4826. #endif
  4827. #ifdef GENERATOR_FILE
  4828. extern int flag_if_conversion2;
  4829. #else
  4830. int x_flag_if_conversion2;
  4831. #define flag_if_conversion2 global_options.x_flag_if_conversion2
  4832. #endif
  4833. #ifdef GENERATOR_FILE
  4834. extern int flag_implement_inlines;
  4835. #else
  4836. int x_flag_implement_inlines;
  4837. #define flag_implement_inlines global_options.x_flag_implement_inlines
  4838. #endif
  4839. #ifdef GENERATOR_FILE
  4840. extern int flag_implicit_inline_templates;
  4841. #else
  4842. int x_flag_implicit_inline_templates;
  4843. #define flag_implicit_inline_templates global_options.x_flag_implicit_inline_templates
  4844. #endif
  4845. #ifdef GENERATOR_FILE
  4846. extern int flag_implicit_none;
  4847. #else
  4848. int x_flag_implicit_none;
  4849. #define flag_implicit_none global_options.x_flag_implicit_none
  4850. #endif
  4851. #ifdef GENERATOR_FILE
  4852. extern int flag_implicit_templates;
  4853. #else
  4854. int x_flag_implicit_templates;
  4855. #define flag_implicit_templates global_options.x_flag_implicit_templates
  4856. #endif
  4857. #ifdef GENERATOR_FILE
  4858. extern int flag_indirect_inlining;
  4859. #else
  4860. int x_flag_indirect_inlining;
  4861. #define flag_indirect_inlining global_options.x_flag_indirect_inlining
  4862. #endif
  4863. #ifdef GENERATOR_FILE
  4864. extern int flag_inhibit_size_directive;
  4865. #else
  4866. int x_flag_inhibit_size_directive;
  4867. #define flag_inhibit_size_directive global_options.x_flag_inhibit_size_directive
  4868. #endif
  4869. #ifdef GENERATOR_FILE
  4870. extern int flag_init_derived;
  4871. #else
  4872. int x_flag_init_derived;
  4873. #define flag_init_derived global_options.x_flag_init_derived
  4874. #endif
  4875. #ifdef GENERATOR_FILE
  4876. extern enum gfc_init_local_real flag_init_real;
  4877. #else
  4878. enum gfc_init_local_real x_flag_init_real;
  4879. #define flag_init_real global_options.x_flag_init_real
  4880. #endif
  4881. #ifdef GENERATOR_FILE
  4882. extern int flag_no_inline;
  4883. #else
  4884. int x_flag_no_inline;
  4885. #define flag_no_inline global_options.x_flag_no_inline
  4886. #endif
  4887. #ifdef GENERATOR_FILE
  4888. extern int flag_inline_arg_packing;
  4889. #else
  4890. int x_flag_inline_arg_packing;
  4891. #define flag_inline_arg_packing global_options.x_flag_inline_arg_packing
  4892. #endif
  4893. #ifdef GENERATOR_FILE
  4894. extern int flag_inline_atomics;
  4895. #else
  4896. int x_flag_inline_atomics;
  4897. #define flag_inline_atomics global_options.x_flag_inline_atomics
  4898. #endif
  4899. #ifdef GENERATOR_FILE
  4900. extern int flag_inline_functions;
  4901. #else
  4902. int x_flag_inline_functions;
  4903. #define flag_inline_functions global_options.x_flag_inline_functions
  4904. #endif
  4905. #ifdef GENERATOR_FILE
  4906. extern int flag_inline_functions_called_once;
  4907. #else
  4908. int x_flag_inline_functions_called_once;
  4909. #define flag_inline_functions_called_once global_options.x_flag_inline_functions_called_once
  4910. #endif
  4911. #ifdef GENERATOR_FILE
  4912. extern int flag_inline_matmul_limit;
  4913. #else
  4914. int x_flag_inline_matmul_limit;
  4915. #define flag_inline_matmul_limit global_options.x_flag_inline_matmul_limit
  4916. #endif
  4917. #ifdef GENERATOR_FILE
  4918. extern int flag_inline_small_functions;
  4919. #else
  4920. int x_flag_inline_small_functions;
  4921. #define flag_inline_small_functions global_options.x_flag_inline_small_functions
  4922. #endif
  4923. #ifdef GENERATOR_FILE
  4924. extern int flag_instrument_function_entry_exit;
  4925. #else
  4926. int x_flag_instrument_function_entry_exit;
  4927. #define flag_instrument_function_entry_exit global_options.x_flag_instrument_function_entry_exit
  4928. #endif
  4929. #ifdef GENERATOR_FILE
  4930. extern int flag_integer4_kind;
  4931. #else
  4932. int x_flag_integer4_kind;
  4933. #define flag_integer4_kind global_options.x_flag_integer4_kind
  4934. #endif
  4935. #ifdef GENERATOR_FILE
  4936. extern int flag_invariants;
  4937. #else
  4938. int x_flag_invariants;
  4939. #define flag_invariants global_options.x_flag_invariants
  4940. #endif
  4941. #ifdef GENERATOR_FILE
  4942. extern int flag_ipa_bit_cp;
  4943. #else
  4944. int x_flag_ipa_bit_cp;
  4945. #define flag_ipa_bit_cp global_options.x_flag_ipa_bit_cp
  4946. #endif
  4947. #ifdef GENERATOR_FILE
  4948. extern int flag_ipa_cp;
  4949. #else
  4950. int x_flag_ipa_cp;
  4951. #define flag_ipa_cp global_options.x_flag_ipa_cp
  4952. #endif
  4953. #ifdef GENERATOR_FILE
  4954. extern int flag_ipa_cp_clone;
  4955. #else
  4956. int x_flag_ipa_cp_clone;
  4957. #define flag_ipa_cp_clone global_options.x_flag_ipa_cp_clone
  4958. #endif
  4959. #ifdef GENERATOR_FILE
  4960. extern int flag_ipa_icf;
  4961. #else
  4962. int x_flag_ipa_icf;
  4963. #define flag_ipa_icf global_options.x_flag_ipa_icf
  4964. #endif
  4965. #ifdef GENERATOR_FILE
  4966. extern int flag_ipa_icf_functions;
  4967. #else
  4968. int x_flag_ipa_icf_functions;
  4969. #define flag_ipa_icf_functions global_options.x_flag_ipa_icf_functions
  4970. #endif
  4971. #ifdef GENERATOR_FILE
  4972. extern int flag_ipa_icf_variables;
  4973. #else
  4974. int x_flag_ipa_icf_variables;
  4975. #define flag_ipa_icf_variables global_options.x_flag_ipa_icf_variables
  4976. #endif
  4977. #ifdef GENERATOR_FILE
  4978. extern int flag_ipa_profile;
  4979. #else
  4980. int x_flag_ipa_profile;
  4981. #define flag_ipa_profile global_options.x_flag_ipa_profile
  4982. #endif
  4983. #ifdef GENERATOR_FILE
  4984. extern int flag_ipa_pta;
  4985. #else
  4986. int x_flag_ipa_pta;
  4987. #define flag_ipa_pta global_options.x_flag_ipa_pta
  4988. #endif
  4989. #ifdef GENERATOR_FILE
  4990. extern int flag_ipa_pure_const;
  4991. #else
  4992. int x_flag_ipa_pure_const;
  4993. #define flag_ipa_pure_const global_options.x_flag_ipa_pure_const
  4994. #endif
  4995. #ifdef GENERATOR_FILE
  4996. extern int flag_ipa_ra;
  4997. #else
  4998. int x_flag_ipa_ra;
  4999. #define flag_ipa_ra global_options.x_flag_ipa_ra
  5000. #endif
  5001. #ifdef GENERATOR_FILE
  5002. extern int flag_ipa_reference;
  5003. #else
  5004. int x_flag_ipa_reference;
  5005. #define flag_ipa_reference global_options.x_flag_ipa_reference
  5006. #endif
  5007. #ifdef GENERATOR_FILE
  5008. extern int flag_ipa_reference_addressable;
  5009. #else
  5010. int x_flag_ipa_reference_addressable;
  5011. #define flag_ipa_reference_addressable global_options.x_flag_ipa_reference_addressable
  5012. #endif
  5013. #ifdef GENERATOR_FILE
  5014. extern int flag_ipa_sra;
  5015. #else
  5016. int x_flag_ipa_sra;
  5017. #define flag_ipa_sra global_options.x_flag_ipa_sra
  5018. #endif
  5019. #ifdef GENERATOR_FILE
  5020. extern int flag_ipa_stack_alignment;
  5021. #else
  5022. int x_flag_ipa_stack_alignment;
  5023. #define flag_ipa_stack_alignment global_options.x_flag_ipa_stack_alignment
  5024. #endif
  5025. #ifdef GENERATOR_FILE
  5026. extern int flag_ipa_vrp;
  5027. #else
  5028. int x_flag_ipa_vrp;
  5029. #define flag_ipa_vrp global_options.x_flag_ipa_vrp
  5030. #endif
  5031. #ifdef GENERATOR_FILE
  5032. extern enum ira_algorithm flag_ira_algorithm;
  5033. #else
  5034. enum ira_algorithm x_flag_ira_algorithm;
  5035. #define flag_ira_algorithm global_options.x_flag_ira_algorithm
  5036. #endif
  5037. #ifdef GENERATOR_FILE
  5038. extern int flag_ira_hoist_pressure;
  5039. #else
  5040. int x_flag_ira_hoist_pressure;
  5041. #define flag_ira_hoist_pressure global_options.x_flag_ira_hoist_pressure
  5042. #endif
  5043. #ifdef GENERATOR_FILE
  5044. extern int flag_ira_loop_pressure;
  5045. #else
  5046. int x_flag_ira_loop_pressure;
  5047. #define flag_ira_loop_pressure global_options.x_flag_ira_loop_pressure
  5048. #endif
  5049. #ifdef GENERATOR_FILE
  5050. extern enum ira_region flag_ira_region;
  5051. #else
  5052. enum ira_region x_flag_ira_region;
  5053. #define flag_ira_region global_options.x_flag_ira_region
  5054. #endif
  5055. #ifdef GENERATOR_FILE
  5056. extern int flag_ira_share_save_slots;
  5057. #else
  5058. int x_flag_ira_share_save_slots;
  5059. #define flag_ira_share_save_slots global_options.x_flag_ira_share_save_slots
  5060. #endif
  5061. #ifdef GENERATOR_FILE
  5062. extern int flag_ira_share_spill_slots;
  5063. #else
  5064. int x_flag_ira_share_spill_slots;
  5065. #define flag_ira_share_spill_slots global_options.x_flag_ira_share_spill_slots
  5066. #endif
  5067. #ifdef GENERATOR_FILE
  5068. extern int flag_ira_verbose;
  5069. #else
  5070. int x_flag_ira_verbose;
  5071. #define flag_ira_verbose global_options.x_flag_ira_verbose
  5072. #endif
  5073. #ifdef GENERATOR_FILE
  5074. extern int flag_isolate_erroneous_paths_attribute;
  5075. #else
  5076. int x_flag_isolate_erroneous_paths_attribute;
  5077. #define flag_isolate_erroneous_paths_attribute global_options.x_flag_isolate_erroneous_paths_attribute
  5078. #endif
  5079. #ifdef GENERATOR_FILE
  5080. extern int flag_isolate_erroneous_paths_dereference;
  5081. #else
  5082. int x_flag_isolate_erroneous_paths_dereference;
  5083. #define flag_isolate_erroneous_paths_dereference global_options.x_flag_isolate_erroneous_paths_dereference
  5084. #endif
  5085. #ifdef GENERATOR_FILE
  5086. extern enum ivar_visibility default_ivar_visibility;
  5087. #else
  5088. enum ivar_visibility x_default_ivar_visibility;
  5089. #define default_ivar_visibility global_options.x_default_ivar_visibility
  5090. #endif
  5091. #ifdef GENERATOR_FILE
  5092. extern int flag_ivopts;
  5093. #else
  5094. int x_flag_ivopts;
  5095. #define flag_ivopts global_options.x_flag_ivopts
  5096. #endif
  5097. #ifdef GENERATOR_FILE
  5098. extern int flag_jump_tables;
  5099. #else
  5100. int x_flag_jump_tables;
  5101. #define flag_jump_tables global_options.x_flag_jump_tables
  5102. #endif
  5103. #ifdef GENERATOR_FILE
  5104. extern int flag_keep_gc_roots_live;
  5105. #else
  5106. int x_flag_keep_gc_roots_live;
  5107. #define flag_keep_gc_roots_live global_options.x_flag_keep_gc_roots_live
  5108. #endif
  5109. #ifdef GENERATOR_FILE
  5110. extern int flag_keep_inline_dllexport;
  5111. #else
  5112. int x_flag_keep_inline_dllexport;
  5113. #define flag_keep_inline_dllexport global_options.x_flag_keep_inline_dllexport
  5114. #endif
  5115. #ifdef GENERATOR_FILE
  5116. extern int flag_keep_inline_functions;
  5117. #else
  5118. int x_flag_keep_inline_functions;
  5119. #define flag_keep_inline_functions global_options.x_flag_keep_inline_functions
  5120. #endif
  5121. #ifdef GENERATOR_FILE
  5122. extern int flag_keep_static_consts;
  5123. #else
  5124. int x_flag_keep_static_consts;
  5125. #define flag_keep_static_consts global_options.x_flag_keep_static_consts
  5126. #endif
  5127. #ifdef GENERATOR_FILE
  5128. extern int flag_keep_static_functions;
  5129. #else
  5130. int x_flag_keep_static_functions;
  5131. #define flag_keep_static_functions global_options.x_flag_keep_static_functions
  5132. #endif
  5133. #ifdef GENERATOR_FILE
  5134. extern int flag_lax_vector_conversions;
  5135. #else
  5136. int x_flag_lax_vector_conversions;
  5137. #define flag_lax_vector_conversions global_options.x_flag_lax_vector_conversions
  5138. #endif
  5139. #ifdef GENERATOR_FILE
  5140. extern int flag_leading_underscore;
  5141. #else
  5142. int x_flag_leading_underscore;
  5143. #define flag_leading_underscore global_options.x_flag_leading_underscore
  5144. #endif
  5145. #ifdef GENERATOR_FILE
  5146. extern int flag_lifetime_dse;
  5147. #else
  5148. int x_flag_lifetime_dse;
  5149. #define flag_lifetime_dse global_options.x_flag_lifetime_dse
  5150. #endif
  5151. #ifdef GENERATOR_FILE
  5152. extern int flag_limit_function_alignment;
  5153. #else
  5154. int x_flag_limit_function_alignment;
  5155. #define flag_limit_function_alignment global_options.x_flag_limit_function_alignment
  5156. #endif
  5157. #ifdef GENERATOR_FILE
  5158. extern enum lto_linker_output flag_lto_linker_output;
  5159. #else
  5160. enum lto_linker_output x_flag_lto_linker_output;
  5161. #define flag_lto_linker_output global_options.x_flag_lto_linker_output
  5162. #endif
  5163. #ifdef GENERATOR_FILE
  5164. extern enum live_patching_level flag_live_patching;
  5165. #else
  5166. enum live_patching_level x_flag_live_patching;
  5167. #define flag_live_patching global_options.x_flag_live_patching
  5168. #endif
  5169. #ifdef GENERATOR_FILE
  5170. extern int flag_live_range_shrinkage;
  5171. #else
  5172. int x_flag_live_range_shrinkage;
  5173. #define flag_live_range_shrinkage global_options.x_flag_live_range_shrinkage
  5174. #endif
  5175. #ifdef GENERATOR_FILE
  5176. extern int flag_local_ivars;
  5177. #else
  5178. int x_flag_local_ivars;
  5179. #define flag_local_ivars global_options.x_flag_local_ivars
  5180. #endif
  5181. #ifdef GENERATOR_FILE
  5182. extern int flag_loop_interchange;
  5183. #else
  5184. int x_flag_loop_interchange;
  5185. #define flag_loop_interchange global_options.x_flag_loop_interchange
  5186. #endif
  5187. #ifdef GENERATOR_FILE
  5188. extern int flag_loop_nest_optimize;
  5189. #else
  5190. int x_flag_loop_nest_optimize;
  5191. #define flag_loop_nest_optimize global_options.x_flag_loop_nest_optimize
  5192. #endif
  5193. #ifdef GENERATOR_FILE
  5194. extern int flag_loop_parallelize_all;
  5195. #else
  5196. int x_flag_loop_parallelize_all;
  5197. #define flag_loop_parallelize_all global_options.x_flag_loop_parallelize_all
  5198. #endif
  5199. #ifdef GENERATOR_FILE
  5200. extern int flag_unroll_jam;
  5201. #else
  5202. int x_flag_unroll_jam;
  5203. #define flag_unroll_jam global_options.x_flag_unroll_jam
  5204. #endif
  5205. #ifdef GENERATOR_FILE
  5206. extern int flag_lra_remat;
  5207. #else
  5208. int x_flag_lra_remat;
  5209. #define flag_lra_remat global_options.x_flag_lra_remat
  5210. #endif
  5211. #ifdef GENERATOR_FILE
  5212. extern int flag_lto_compression_level;
  5213. #else
  5214. int x_flag_lto_compression_level;
  5215. #define flag_lto_compression_level global_options.x_flag_lto_compression_level
  5216. #endif
  5217. #ifdef GENERATOR_FILE
  5218. extern enum lto_partition_model flag_lto_partition;
  5219. #else
  5220. enum lto_partition_model x_flag_lto_partition;
  5221. #define flag_lto_partition global_options.x_flag_lto_partition
  5222. #endif
  5223. #ifdef GENERATOR_FILE
  5224. extern int flag_lto_report;
  5225. #else
  5226. int x_flag_lto_report;
  5227. #define flag_lto_report global_options.x_flag_lto_report
  5228. #endif
  5229. #ifdef GENERATOR_FILE
  5230. extern int flag_lto_report_wpa;
  5231. #else
  5232. int x_flag_lto_report_wpa;
  5233. #define flag_lto_report_wpa global_options.x_flag_lto_report_wpa
  5234. #endif
  5235. #ifdef GENERATOR_FILE
  5236. extern const char *flag_lto;
  5237. #else
  5238. const char *x_flag_lto;
  5239. #define flag_lto global_options.x_flag_lto
  5240. #endif
  5241. #ifdef GENERATOR_FILE
  5242. extern int flag_ltrans;
  5243. #else
  5244. int x_flag_ltrans;
  5245. #define flag_ltrans global_options.x_flag_ltrans
  5246. #endif
  5247. #ifdef GENERATOR_FILE
  5248. extern const char *ltrans_output_list;
  5249. #else
  5250. const char *x_ltrans_output_list;
  5251. #define ltrans_output_list global_options.x_ltrans_output_list
  5252. #endif
  5253. #ifdef GENERATOR_FILE
  5254. extern int flag_errno_math;
  5255. #else
  5256. int x_flag_errno_math;
  5257. #define flag_errno_math global_options.x_flag_errno_math
  5258. #endif
  5259. #ifdef GENERATOR_FILE
  5260. extern int flag_max_array_constructor;
  5261. #else
  5262. int x_flag_max_array_constructor;
  5263. #define flag_max_array_constructor global_options.x_flag_max_array_constructor
  5264. #endif
  5265. #ifdef GENERATOR_FILE
  5266. extern int flag_max_errors;
  5267. #else
  5268. int x_flag_max_errors;
  5269. #define flag_max_errors global_options.x_flag_max_errors
  5270. #endif
  5271. #ifdef GENERATOR_FILE
  5272. extern int flag_max_stack_var_size;
  5273. #else
  5274. int x_flag_max_stack_var_size;
  5275. #define flag_max_stack_var_size global_options.x_flag_max_stack_var_size
  5276. #endif
  5277. #ifdef GENERATOR_FILE
  5278. extern int flag_max_subrecord_length;
  5279. #else
  5280. int x_flag_max_subrecord_length;
  5281. #define flag_max_subrecord_length global_options.x_flag_max_subrecord_length
  5282. #endif
  5283. #ifdef GENERATOR_FILE
  5284. extern int mem_report;
  5285. #else
  5286. int x_mem_report;
  5287. #define mem_report global_options.x_mem_report
  5288. #endif
  5289. #ifdef GENERATOR_FILE
  5290. extern int mem_report_wpa;
  5291. #else
  5292. int x_mem_report_wpa;
  5293. #define mem_report_wpa global_options.x_mem_report_wpa
  5294. #endif
  5295. #ifdef GENERATOR_FILE
  5296. extern int flag_merge_constants;
  5297. #else
  5298. int x_flag_merge_constants;
  5299. #define flag_merge_constants global_options.x_flag_merge_constants
  5300. #endif
  5301. #ifdef GENERATOR_FILE
  5302. extern int flag_merge_debug_strings;
  5303. #else
  5304. int x_flag_merge_debug_strings;
  5305. #define flag_merge_debug_strings global_options.x_flag_merge_debug_strings
  5306. #endif
  5307. #ifdef GENERATOR_FILE
  5308. extern int flag_module_private;
  5309. #else
  5310. int x_flag_module_private;
  5311. #define flag_module_private global_options.x_flag_module_private
  5312. #endif
  5313. #ifdef GENERATOR_FILE
  5314. extern int flag_moduleinfo;
  5315. #else
  5316. int x_flag_moduleinfo;
  5317. #define flag_moduleinfo global_options.x_flag_moduleinfo
  5318. #endif
  5319. #ifdef GENERATOR_FILE
  5320. extern int flag_modulo_sched;
  5321. #else
  5322. int x_flag_modulo_sched;
  5323. #define flag_modulo_sched global_options.x_flag_modulo_sched
  5324. #endif
  5325. #ifdef GENERATOR_FILE
  5326. extern int flag_modulo_sched_allow_regmoves;
  5327. #else
  5328. int x_flag_modulo_sched_allow_regmoves;
  5329. #define flag_modulo_sched_allow_regmoves global_options.x_flag_modulo_sched_allow_regmoves
  5330. #endif
  5331. #ifdef GENERATOR_FILE
  5332. extern int flag_move_loop_invariants;
  5333. #else
  5334. int x_flag_move_loop_invariants;
  5335. #define flag_move_loop_invariants global_options.x_flag_move_loop_invariants
  5336. #endif
  5337. #ifdef GENERATOR_FILE
  5338. extern int flag_ms_extensions;
  5339. #else
  5340. int x_flag_ms_extensions;
  5341. #define flag_ms_extensions global_options.x_flag_ms_extensions
  5342. #endif
  5343. #ifdef GENERATOR_FILE
  5344. extern int flag_new_inheriting_ctors;
  5345. #else
  5346. int x_flag_new_inheriting_ctors;
  5347. #define flag_new_inheriting_ctors global_options.x_flag_new_inheriting_ctors
  5348. #endif
  5349. #ifdef GENERATOR_FILE
  5350. extern int flag_new_ttp;
  5351. #else
  5352. int x_flag_new_ttp;
  5353. #define flag_new_ttp global_options.x_flag_new_ttp
  5354. #endif
  5355. #ifdef GENERATOR_FILE
  5356. extern int flag_nil_receivers;
  5357. #else
  5358. int x_flag_nil_receivers;
  5359. #define flag_nil_receivers global_options.x_flag_nil_receivers
  5360. #endif
  5361. #ifdef GENERATOR_FILE
  5362. extern int flag_non_call_exceptions;
  5363. #else
  5364. int x_flag_non_call_exceptions;
  5365. #define flag_non_call_exceptions global_options.x_flag_non_call_exceptions
  5366. #endif
  5367. #ifdef GENERATOR_FILE
  5368. extern int flag_no_nonansi_builtin;
  5369. #else
  5370. int x_flag_no_nonansi_builtin;
  5371. #define flag_no_nonansi_builtin global_options.x_flag_no_nonansi_builtin
  5372. #endif
  5373. #ifdef GENERATOR_FILE
  5374. extern int flag_nothrow_opt;
  5375. #else
  5376. int x_flag_nothrow_opt;
  5377. #define flag_nothrow_opt global_options.x_flag_nothrow_opt
  5378. #endif
  5379. #ifdef GENERATOR_FILE
  5380. extern int flag_objc_abi;
  5381. #else
  5382. int x_flag_objc_abi;
  5383. #define flag_objc_abi global_options.x_flag_objc_abi
  5384. #endif
  5385. #ifdef GENERATOR_FILE
  5386. extern int flag_objc_call_cxx_cdtors;
  5387. #else
  5388. int x_flag_objc_call_cxx_cdtors;
  5389. #define flag_objc_call_cxx_cdtors global_options.x_flag_objc_call_cxx_cdtors
  5390. #endif
  5391. #ifdef GENERATOR_FILE
  5392. extern int flag_objc_direct_dispatch;
  5393. #else
  5394. int x_flag_objc_direct_dispatch;
  5395. #define flag_objc_direct_dispatch global_options.x_flag_objc_direct_dispatch
  5396. #endif
  5397. #ifdef GENERATOR_FILE
  5398. extern int flag_objc_exceptions;
  5399. #else
  5400. int x_flag_objc_exceptions;
  5401. #define flag_objc_exceptions global_options.x_flag_objc_exceptions
  5402. #endif
  5403. #ifdef GENERATOR_FILE
  5404. extern int flag_objc_gc;
  5405. #else
  5406. int x_flag_objc_gc;
  5407. #define flag_objc_gc global_options.x_flag_objc_gc
  5408. #endif
  5409. #ifdef GENERATOR_FILE
  5410. extern int flag_objc_nilcheck;
  5411. #else
  5412. int x_flag_objc_nilcheck;
  5413. #define flag_objc_nilcheck global_options.x_flag_objc_nilcheck
  5414. #endif
  5415. #ifdef GENERATOR_FILE
  5416. extern int flag_objc_sjlj_exceptions;
  5417. #else
  5418. int x_flag_objc_sjlj_exceptions;
  5419. #define flag_objc_sjlj_exceptions global_options.x_flag_objc_sjlj_exceptions
  5420. #endif
  5421. #ifdef GENERATOR_FILE
  5422. extern int flag_objc1_only;
  5423. #else
  5424. int x_flag_objc1_only;
  5425. #define flag_objc1_only global_options.x_flag_objc1_only
  5426. #endif
  5427. #ifdef GENERATOR_FILE
  5428. extern enum offload_abi flag_offload_abi;
  5429. #else
  5430. enum offload_abi x_flag_offload_abi;
  5431. #define flag_offload_abi global_options.x_flag_offload_abi
  5432. #endif
  5433. #ifdef GENERATOR_FILE
  5434. extern int flag_omit_frame_pointer;
  5435. #else
  5436. int x_flag_omit_frame_pointer;
  5437. #define flag_omit_frame_pointer global_options.x_flag_omit_frame_pointer
  5438. #endif
  5439. #ifdef GENERATOR_FILE
  5440. extern int flag_openacc;
  5441. #else
  5442. int x_flag_openacc;
  5443. #define flag_openacc global_options.x_flag_openacc
  5444. #endif
  5445. #ifdef GENERATOR_FILE
  5446. extern const char *flag_openacc_dims;
  5447. #else
  5448. const char *x_flag_openacc_dims;
  5449. #define flag_openacc_dims global_options.x_flag_openacc_dims
  5450. #endif
  5451. #ifdef GENERATOR_FILE
  5452. extern int flag_openmp;
  5453. #else
  5454. int x_flag_openmp;
  5455. #define flag_openmp global_options.x_flag_openmp
  5456. #endif
  5457. #ifdef GENERATOR_FILE
  5458. extern int flag_openmp_simd;
  5459. #else
  5460. int x_flag_openmp_simd;
  5461. #define flag_openmp_simd global_options.x_flag_openmp_simd
  5462. #endif
  5463. #ifdef GENERATOR_FILE
  5464. extern int flag_opt_info;
  5465. #else
  5466. int x_flag_opt_info;
  5467. #define flag_opt_info global_options.x_flag_opt_info
  5468. #endif
  5469. #ifdef GENERATOR_FILE
  5470. extern int flag_optimize_sibling_calls;
  5471. #else
  5472. int x_flag_optimize_sibling_calls;
  5473. #define flag_optimize_sibling_calls global_options.x_flag_optimize_sibling_calls
  5474. #endif
  5475. #ifdef GENERATOR_FILE
  5476. extern int flag_optimize_strlen;
  5477. #else
  5478. int x_flag_optimize_strlen;
  5479. #define flag_optimize_strlen global_options.x_flag_optimize_strlen
  5480. #endif
  5481. #ifdef GENERATOR_FILE
  5482. extern int flag_pack_derived;
  5483. #else
  5484. int x_flag_pack_derived;
  5485. #define flag_pack_derived global_options.x_flag_pack_derived
  5486. #endif
  5487. #ifdef GENERATOR_FILE
  5488. extern int flag_pack_struct;
  5489. #else
  5490. int x_flag_pack_struct;
  5491. #define flag_pack_struct global_options.x_flag_pack_struct
  5492. #endif
  5493. #ifdef GENERATOR_FILE
  5494. extern int flag_pad_source;
  5495. #else
  5496. int x_flag_pad_source;
  5497. #define flag_pad_source global_options.x_flag_pad_source
  5498. #endif
  5499. #ifdef GENERATOR_FILE
  5500. extern int flag_partial_inlining;
  5501. #else
  5502. int x_flag_partial_inlining;
  5503. #define flag_partial_inlining global_options.x_flag_partial_inlining
  5504. #endif
  5505. #ifdef GENERATOR_FILE
  5506. extern int flag_pcc_struct_return;
  5507. #else
  5508. int x_flag_pcc_struct_return;
  5509. #define flag_pcc_struct_return global_options.x_flag_pcc_struct_return
  5510. #endif
  5511. #ifdef GENERATOR_FILE
  5512. extern int flag_peel_loops;
  5513. #else
  5514. int x_flag_peel_loops;
  5515. #define flag_peel_loops global_options.x_flag_peel_loops
  5516. #endif
  5517. #ifdef GENERATOR_FILE
  5518. extern int flag_no_peephole;
  5519. #else
  5520. int x_flag_no_peephole;
  5521. #define flag_no_peephole global_options.x_flag_no_peephole
  5522. #endif
  5523. #ifdef GENERATOR_FILE
  5524. extern int flag_peephole2;
  5525. #else
  5526. int x_flag_peephole2;
  5527. #define flag_peephole2 global_options.x_flag_peephole2
  5528. #endif
  5529. #ifdef GENERATOR_FILE
  5530. extern int flag_permissive;
  5531. #else
  5532. int x_flag_permissive;
  5533. #define flag_permissive global_options.x_flag_permissive
  5534. #endif
  5535. #ifdef GENERATOR_FILE
  5536. extern enum permitted_flt_eval_methods flag_permitted_flt_eval_methods;
  5537. #else
  5538. enum permitted_flt_eval_methods x_flag_permitted_flt_eval_methods;
  5539. #define flag_permitted_flt_eval_methods global_options.x_flag_permitted_flt_eval_methods
  5540. #endif
  5541. #ifdef GENERATOR_FILE
  5542. extern int flag_plan9_extensions;
  5543. #else
  5544. int x_flag_plan9_extensions;
  5545. #define flag_plan9_extensions global_options.x_flag_plan9_extensions
  5546. #endif
  5547. #ifdef GENERATOR_FILE
  5548. extern int flag_plt;
  5549. #else
  5550. int x_flag_plt;
  5551. #define flag_plt global_options.x_flag_plt
  5552. #endif
  5553. #ifdef GENERATOR_FILE
  5554. extern int post_ipa_mem_report;
  5555. #else
  5556. int x_post_ipa_mem_report;
  5557. #define post_ipa_mem_report global_options.x_post_ipa_mem_report
  5558. #endif
  5559. #ifdef GENERATOR_FILE
  5560. extern int flag_postconditions;
  5561. #else
  5562. int x_flag_postconditions;
  5563. #define flag_postconditions global_options.x_flag_postconditions
  5564. #endif
  5565. #ifdef GENERATOR_FILE
  5566. extern const char *flag_pre_include;
  5567. #else
  5568. const char *x_flag_pre_include;
  5569. #define flag_pre_include global_options.x_flag_pre_include
  5570. #endif
  5571. #ifdef GENERATOR_FILE
  5572. extern int pre_ipa_mem_report;
  5573. #else
  5574. int x_pre_ipa_mem_report;
  5575. #define pre_ipa_mem_report global_options.x_pre_ipa_mem_report
  5576. #endif
  5577. #ifdef GENERATOR_FILE
  5578. extern int flag_preconditions;
  5579. #else
  5580. int x_flag_preconditions;
  5581. #define flag_preconditions global_options.x_flag_preconditions
  5582. #endif
  5583. #ifdef GENERATOR_FILE
  5584. extern int flag_predictive_commoning;
  5585. #else
  5586. int x_flag_predictive_commoning;
  5587. #define flag_predictive_commoning global_options.x_flag_predictive_commoning
  5588. #endif
  5589. #ifdef GENERATOR_FILE
  5590. extern int flag_prefetch_loop_arrays;
  5591. #else
  5592. int x_flag_prefetch_loop_arrays;
  5593. #define flag_prefetch_loop_arrays global_options.x_flag_prefetch_loop_arrays
  5594. #endif
  5595. #ifdef GENERATOR_FILE
  5596. extern int flag_pretty_templates;
  5597. #else
  5598. int x_flag_pretty_templates;
  5599. #define flag_pretty_templates global_options.x_flag_pretty_templates
  5600. #endif
  5601. #ifdef GENERATOR_FILE
  5602. extern int flag_printf_return_value;
  5603. #else
  5604. int x_flag_printf_return_value;
  5605. #define flag_printf_return_value global_options.x_flag_printf_return_value
  5606. #endif
  5607. #ifdef GENERATOR_FILE
  5608. extern int profile_flag;
  5609. #else
  5610. int x_profile_flag;
  5611. #define profile_flag global_options.x_profile_flag
  5612. #endif
  5613. #ifdef GENERATOR_FILE
  5614. extern int profile_abs_path_flag;
  5615. #else
  5616. int x_profile_abs_path_flag;
  5617. #define profile_abs_path_flag global_options.x_profile_abs_path_flag
  5618. #endif
  5619. #ifdef GENERATOR_FILE
  5620. extern int profile_arc_flag;
  5621. #else
  5622. int x_profile_arc_flag;
  5623. #define profile_arc_flag global_options.x_profile_arc_flag
  5624. #endif
  5625. #ifdef GENERATOR_FILE
  5626. extern int flag_profile_correction;
  5627. #else
  5628. int x_flag_profile_correction;
  5629. #define flag_profile_correction global_options.x_flag_profile_correction
  5630. #endif
  5631. #ifdef GENERATOR_FILE
  5632. extern const char *profile_data_prefix;
  5633. #else
  5634. const char *x_profile_data_prefix;
  5635. #define profile_data_prefix global_options.x_profile_data_prefix
  5636. #endif
  5637. #ifdef GENERATOR_FILE
  5638. extern const char *flag_profile_exclude_files;
  5639. #else
  5640. const char *x_flag_profile_exclude_files;
  5641. #define flag_profile_exclude_files global_options.x_flag_profile_exclude_files
  5642. #endif
  5643. #ifdef GENERATOR_FILE
  5644. extern const char *flag_profile_filter_files;
  5645. #else
  5646. const char *x_flag_profile_filter_files;
  5647. #define flag_profile_filter_files global_options.x_flag_profile_filter_files
  5648. #endif
  5649. #ifdef GENERATOR_FILE
  5650. extern const char *profile_note_location;
  5651. #else
  5652. const char *x_profile_note_location;
  5653. #define profile_note_location global_options.x_profile_note_location
  5654. #endif
  5655. #ifdef GENERATOR_FILE
  5656. extern int flag_profile_partial_training;
  5657. #else
  5658. int x_flag_profile_partial_training;
  5659. #define flag_profile_partial_training global_options.x_flag_profile_partial_training
  5660. #endif
  5661. #ifdef GENERATOR_FILE
  5662. extern const char *profile_prefix_path;
  5663. #else
  5664. const char *x_profile_prefix_path;
  5665. #define profile_prefix_path global_options.x_profile_prefix_path
  5666. #endif
  5667. #ifdef GENERATOR_FILE
  5668. extern int flag_profile_reorder_functions;
  5669. #else
  5670. int x_flag_profile_reorder_functions;
  5671. #define flag_profile_reorder_functions global_options.x_flag_profile_reorder_functions
  5672. #endif
  5673. #ifdef GENERATOR_FILE
  5674. extern int profile_report;
  5675. #else
  5676. int x_profile_report;
  5677. #define profile_report global_options.x_profile_report
  5678. #endif
  5679. #ifdef GENERATOR_FILE
  5680. extern enum profile_reproducibility flag_profile_reproducible;
  5681. #else
  5682. enum profile_reproducibility x_flag_profile_reproducible;
  5683. #define flag_profile_reproducible global_options.x_flag_profile_reproducible
  5684. #endif
  5685. #ifdef GENERATOR_FILE
  5686. extern enum profile_update flag_profile_update;
  5687. #else
  5688. enum profile_update x_flag_profile_update;
  5689. #define flag_profile_update global_options.x_flag_profile_update
  5690. #endif
  5691. #ifdef GENERATOR_FILE
  5692. extern int flag_profile_use;
  5693. #else
  5694. int x_flag_profile_use;
  5695. #define flag_profile_use global_options.x_flag_profile_use
  5696. #endif
  5697. #ifdef GENERATOR_FILE
  5698. extern int flag_profile_values;
  5699. #else
  5700. int x_flag_profile_values;
  5701. #define flag_profile_values global_options.x_flag_profile_values
  5702. #endif
  5703. #ifdef GENERATOR_FILE
  5704. extern int flag_protect_parens;
  5705. #else
  5706. int x_flag_protect_parens;
  5707. #define flag_protect_parens global_options.x_flag_protect_parens
  5708. #endif
  5709. #ifdef GENERATOR_FILE
  5710. extern int flag_range_check;
  5711. #else
  5712. int x_flag_range_check;
  5713. #define flag_range_check global_options.x_flag_range_check
  5714. #endif
  5715. #ifdef GENERATOR_FILE
  5716. extern int flag_real4_kind;
  5717. #else
  5718. int x_flag_real4_kind;
  5719. #define flag_real4_kind global_options.x_flag_real4_kind
  5720. #endif
  5721. #ifdef GENERATOR_FILE
  5722. extern int flag_real8_kind;
  5723. #else
  5724. int x_flag_real8_kind;
  5725. #define flag_real8_kind global_options.x_flag_real8_kind
  5726. #endif
  5727. #ifdef GENERATOR_FILE
  5728. extern int flag_realloc_lhs;
  5729. #else
  5730. int x_flag_realloc_lhs;
  5731. #define flag_realloc_lhs global_options.x_flag_realloc_lhs
  5732. #endif
  5733. #ifdef GENERATOR_FILE
  5734. extern int flag_reciprocal_math;
  5735. #else
  5736. int x_flag_reciprocal_math;
  5737. #define flag_reciprocal_math global_options.x_flag_reciprocal_math
  5738. #endif
  5739. #ifdef GENERATOR_FILE
  5740. extern int flag_record_gcc_switches;
  5741. #else
  5742. int x_flag_record_gcc_switches;
  5743. #define flag_record_gcc_switches global_options.x_flag_record_gcc_switches
  5744. #endif
  5745. #ifdef GENERATOR_FILE
  5746. extern int flag_record_marker;
  5747. #else
  5748. int x_flag_record_marker;
  5749. #define flag_record_marker global_options.x_flag_record_marker
  5750. #endif
  5751. #ifdef GENERATOR_FILE
  5752. extern int flag_recursive;
  5753. #else
  5754. int x_flag_recursive;
  5755. #define flag_recursive global_options.x_flag_recursive
  5756. #endif
  5757. #ifdef GENERATOR_FILE
  5758. extern int flag_ree;
  5759. #else
  5760. int x_flag_ree;
  5761. #define flag_ree global_options.x_flag_ree
  5762. #endif
  5763. #ifdef GENERATOR_FILE
  5764. extern int flag_rename_registers;
  5765. #else
  5766. int x_flag_rename_registers;
  5767. #define flag_rename_registers global_options.x_flag_rename_registers
  5768. #endif
  5769. #ifdef GENERATOR_FILE
  5770. extern int flag_reorder_blocks;
  5771. #else
  5772. int x_flag_reorder_blocks;
  5773. #define flag_reorder_blocks global_options.x_flag_reorder_blocks
  5774. #endif
  5775. #ifdef GENERATOR_FILE
  5776. extern enum reorder_blocks_algorithm flag_reorder_blocks_algorithm;
  5777. #else
  5778. enum reorder_blocks_algorithm x_flag_reorder_blocks_algorithm;
  5779. #define flag_reorder_blocks_algorithm global_options.x_flag_reorder_blocks_algorithm
  5780. #endif
  5781. #ifdef GENERATOR_FILE
  5782. extern int flag_reorder_blocks_and_partition;
  5783. #else
  5784. int x_flag_reorder_blocks_and_partition;
  5785. #define flag_reorder_blocks_and_partition global_options.x_flag_reorder_blocks_and_partition
  5786. #endif
  5787. #ifdef GENERATOR_FILE
  5788. extern int flag_reorder_functions;
  5789. #else
  5790. int x_flag_reorder_functions;
  5791. #define flag_reorder_functions global_options.x_flag_reorder_functions
  5792. #endif
  5793. #ifdef GENERATOR_FILE
  5794. extern int flag_repack_arrays;
  5795. #else
  5796. int x_flag_repack_arrays;
  5797. #define flag_repack_arrays global_options.x_flag_repack_arrays
  5798. #endif
  5799. #ifdef GENERATOR_FILE
  5800. extern int flag_replace_objc_classes;
  5801. #else
  5802. int x_flag_replace_objc_classes;
  5803. #define flag_replace_objc_classes global_options.x_flag_replace_objc_classes
  5804. #endif
  5805. #ifdef GENERATOR_FILE
  5806. extern int flag_report_bug;
  5807. #else
  5808. int x_flag_report_bug;
  5809. #define flag_report_bug global_options.x_flag_report_bug
  5810. #endif
  5811. #ifdef GENERATOR_FILE
  5812. extern int go_require_return_statement;
  5813. #else
  5814. int x_go_require_return_statement;
  5815. #define go_require_return_statement global_options.x_go_require_return_statement
  5816. #endif
  5817. #ifdef GENERATOR_FILE
  5818. extern int flag_rerun_cse_after_loop;
  5819. #else
  5820. int x_flag_rerun_cse_after_loop;
  5821. #define flag_rerun_cse_after_loop global_options.x_flag_rerun_cse_after_loop
  5822. #endif
  5823. #ifdef GENERATOR_FILE
  5824. extern int flag_resched_modulo_sched;
  5825. #else
  5826. int x_flag_resched_modulo_sched;
  5827. #define flag_resched_modulo_sched global_options.x_flag_resched_modulo_sched
  5828. #endif
  5829. #ifdef GENERATOR_FILE
  5830. extern int flag_rounding_math;
  5831. #else
  5832. int x_flag_rounding_math;
  5833. #define flag_rounding_math global_options.x_flag_rounding_math
  5834. #endif
  5835. #ifdef GENERATOR_FILE
  5836. extern int flag_rtti;
  5837. #else
  5838. int x_flag_rtti;
  5839. #define flag_rtti global_options.x_flag_rtti
  5840. #endif
  5841. #ifdef GENERATOR_FILE
  5842. extern int flag_sanitize_address_use_after_scope;
  5843. #else
  5844. int x_flag_sanitize_address_use_after_scope;
  5845. #define flag_sanitize_address_use_after_scope global_options.x_flag_sanitize_address_use_after_scope
  5846. #endif
  5847. #ifdef GENERATOR_FILE
  5848. extern int flag_sanitize_undefined_trap_on_error;
  5849. #else
  5850. int x_flag_sanitize_undefined_trap_on_error;
  5851. #define flag_sanitize_undefined_trap_on_error global_options.x_flag_sanitize_undefined_trap_on_error
  5852. #endif
  5853. #ifdef GENERATOR_FILE
  5854. extern int flag_save_optimization_record;
  5855. #else
  5856. int x_flag_save_optimization_record;
  5857. #define flag_save_optimization_record global_options.x_flag_save_optimization_record
  5858. #endif
  5859. #ifdef GENERATOR_FILE
  5860. extern int flag_sched_critical_path_heuristic;
  5861. #else
  5862. int x_flag_sched_critical_path_heuristic;
  5863. #define flag_sched_critical_path_heuristic global_options.x_flag_sched_critical_path_heuristic
  5864. #endif
  5865. #ifdef GENERATOR_FILE
  5866. extern int flag_sched_dep_count_heuristic;
  5867. #else
  5868. int x_flag_sched_dep_count_heuristic;
  5869. #define flag_sched_dep_count_heuristic global_options.x_flag_sched_dep_count_heuristic
  5870. #endif
  5871. #ifdef GENERATOR_FILE
  5872. extern int flag_sched_group_heuristic;
  5873. #else
  5874. int x_flag_sched_group_heuristic;
  5875. #define flag_sched_group_heuristic global_options.x_flag_sched_group_heuristic
  5876. #endif
  5877. #ifdef GENERATOR_FILE
  5878. extern int flag_schedule_interblock;
  5879. #else
  5880. int x_flag_schedule_interblock;
  5881. #define flag_schedule_interblock global_options.x_flag_schedule_interblock
  5882. #endif
  5883. #ifdef GENERATOR_FILE
  5884. extern int flag_sched_last_insn_heuristic;
  5885. #else
  5886. int x_flag_sched_last_insn_heuristic;
  5887. #define flag_sched_last_insn_heuristic global_options.x_flag_sched_last_insn_heuristic
  5888. #endif
  5889. #ifdef GENERATOR_FILE
  5890. extern int flag_sched_pressure;
  5891. #else
  5892. int x_flag_sched_pressure;
  5893. #define flag_sched_pressure global_options.x_flag_sched_pressure
  5894. #endif
  5895. #ifdef GENERATOR_FILE
  5896. extern int flag_sched_rank_heuristic;
  5897. #else
  5898. int x_flag_sched_rank_heuristic;
  5899. #define flag_sched_rank_heuristic global_options.x_flag_sched_rank_heuristic
  5900. #endif
  5901. #ifdef GENERATOR_FILE
  5902. extern int flag_schedule_speculative;
  5903. #else
  5904. int x_flag_schedule_speculative;
  5905. #define flag_schedule_speculative global_options.x_flag_schedule_speculative
  5906. #endif
  5907. #ifdef GENERATOR_FILE
  5908. extern int flag_sched_spec_insn_heuristic;
  5909. #else
  5910. int x_flag_sched_spec_insn_heuristic;
  5911. #define flag_sched_spec_insn_heuristic global_options.x_flag_sched_spec_insn_heuristic
  5912. #endif
  5913. #ifdef GENERATOR_FILE
  5914. extern int flag_schedule_speculative_load;
  5915. #else
  5916. int x_flag_schedule_speculative_load;
  5917. #define flag_schedule_speculative_load global_options.x_flag_schedule_speculative_load
  5918. #endif
  5919. #ifdef GENERATOR_FILE
  5920. extern int flag_schedule_speculative_load_dangerous;
  5921. #else
  5922. int x_flag_schedule_speculative_load_dangerous;
  5923. #define flag_schedule_speculative_load_dangerous global_options.x_flag_schedule_speculative_load_dangerous
  5924. #endif
  5925. #ifdef GENERATOR_FILE
  5926. extern int flag_sched_stalled_insns;
  5927. #else
  5928. int x_flag_sched_stalled_insns;
  5929. #define flag_sched_stalled_insns global_options.x_flag_sched_stalled_insns
  5930. #endif
  5931. #ifdef GENERATOR_FILE
  5932. extern int flag_sched_stalled_insns_dep;
  5933. #else
  5934. int x_flag_sched_stalled_insns_dep;
  5935. #define flag_sched_stalled_insns_dep global_options.x_flag_sched_stalled_insns_dep
  5936. #endif
  5937. #ifdef GENERATOR_FILE
  5938. extern int sched_verbose_param;
  5939. #else
  5940. int x_sched_verbose_param;
  5941. #define sched_verbose_param global_options.x_sched_verbose_param
  5942. #endif
  5943. #ifdef GENERATOR_FILE
  5944. extern int flag_sched2_use_superblocks;
  5945. #else
  5946. int x_flag_sched2_use_superblocks;
  5947. #define flag_sched2_use_superblocks global_options.x_flag_sched2_use_superblocks
  5948. #endif
  5949. #ifdef GENERATOR_FILE
  5950. extern int flag_schedule_fusion;
  5951. #else
  5952. int x_flag_schedule_fusion;
  5953. #define flag_schedule_fusion global_options.x_flag_schedule_fusion
  5954. #endif
  5955. #ifdef GENERATOR_FILE
  5956. extern int flag_schedule_insns;
  5957. #else
  5958. int x_flag_schedule_insns;
  5959. #define flag_schedule_insns global_options.x_flag_schedule_insns
  5960. #endif
  5961. #ifdef GENERATOR_FILE
  5962. extern int flag_schedule_insns_after_reload;
  5963. #else
  5964. int x_flag_schedule_insns_after_reload;
  5965. #define flag_schedule_insns_after_reload global_options.x_flag_schedule_insns_after_reload
  5966. #endif
  5967. #ifdef GENERATOR_FILE
  5968. extern int flag_second_underscore;
  5969. #else
  5970. int x_flag_second_underscore;
  5971. #define flag_second_underscore global_options.x_flag_second_underscore
  5972. #endif
  5973. #ifdef GENERATOR_FILE
  5974. extern int flag_section_anchors;
  5975. #else
  5976. int x_flag_section_anchors;
  5977. #define flag_section_anchors global_options.x_flag_section_anchors
  5978. #endif
  5979. #ifdef GENERATOR_FILE
  5980. extern int flag_sel_sched_pipelining;
  5981. #else
  5982. int x_flag_sel_sched_pipelining;
  5983. #define flag_sel_sched_pipelining global_options.x_flag_sel_sched_pipelining
  5984. #endif
  5985. #ifdef GENERATOR_FILE
  5986. extern int flag_sel_sched_pipelining_outer_loops;
  5987. #else
  5988. int x_flag_sel_sched_pipelining_outer_loops;
  5989. #define flag_sel_sched_pipelining_outer_loops global_options.x_flag_sel_sched_pipelining_outer_loops
  5990. #endif
  5991. #ifdef GENERATOR_FILE
  5992. extern int flag_sel_sched_reschedule_pipelined;
  5993. #else
  5994. int x_flag_sel_sched_reschedule_pipelined;
  5995. #define flag_sel_sched_reschedule_pipelined global_options.x_flag_sel_sched_reschedule_pipelined
  5996. #endif
  5997. #ifdef GENERATOR_FILE
  5998. extern int flag_selective_scheduling;
  5999. #else
  6000. int x_flag_selective_scheduling;
  6001. #define flag_selective_scheduling global_options.x_flag_selective_scheduling
  6002. #endif
  6003. #ifdef GENERATOR_FILE
  6004. extern int flag_selective_scheduling2;
  6005. #else
  6006. int x_flag_selective_scheduling2;
  6007. #define flag_selective_scheduling2 global_options.x_flag_selective_scheduling2
  6008. #endif
  6009. #ifdef GENERATOR_FILE
  6010. extern const char *flag_self_test;
  6011. #else
  6012. const char *x_flag_self_test;
  6013. #define flag_self_test global_options.x_flag_self_test
  6014. #endif
  6015. #ifdef GENERATOR_FILE
  6016. extern int flag_semantic_interposition;
  6017. #else
  6018. int x_flag_semantic_interposition;
  6019. #define flag_semantic_interposition global_options.x_flag_semantic_interposition
  6020. #endif
  6021. #ifdef GENERATOR_FILE
  6022. extern int flag_short_enums;
  6023. #else
  6024. int x_flag_short_enums;
  6025. #define flag_short_enums global_options.x_flag_short_enums
  6026. #endif
  6027. #ifdef GENERATOR_FILE
  6028. extern int flag_short_wchar;
  6029. #else
  6030. int x_flag_short_wchar;
  6031. #define flag_short_wchar global_options.x_flag_short_wchar
  6032. #endif
  6033. #ifdef GENERATOR_FILE
  6034. extern int flag_show_column;
  6035. #else
  6036. int x_flag_show_column;
  6037. #define flag_show_column global_options.x_flag_show_column
  6038. #endif
  6039. #ifdef GENERATOR_FILE
  6040. extern int flag_shrink_wrap;
  6041. #else
  6042. int x_flag_shrink_wrap;
  6043. #define flag_shrink_wrap global_options.x_flag_shrink_wrap
  6044. #endif
  6045. #ifdef GENERATOR_FILE
  6046. extern int flag_shrink_wrap_separate;
  6047. #else
  6048. int x_flag_shrink_wrap_separate;
  6049. #define flag_shrink_wrap_separate global_options.x_flag_shrink_wrap_separate
  6050. #endif
  6051. #ifdef GENERATOR_FILE
  6052. extern int flag_sign_zero;
  6053. #else
  6054. int x_flag_sign_zero;
  6055. #define flag_sign_zero global_options.x_flag_sign_zero
  6056. #endif
  6057. #ifdef GENERATOR_FILE
  6058. extern int flag_signaling_nans;
  6059. #else
  6060. int x_flag_signaling_nans;
  6061. #define flag_signaling_nans global_options.x_flag_signaling_nans
  6062. #endif
  6063. #ifdef GENERATOR_FILE
  6064. extern int flag_signed_bitfields;
  6065. #else
  6066. int x_flag_signed_bitfields;
  6067. #define flag_signed_bitfields global_options.x_flag_signed_bitfields
  6068. #endif
  6069. #ifdef GENERATOR_FILE
  6070. extern int flag_signed_char;
  6071. #else
  6072. int x_flag_signed_char;
  6073. #define flag_signed_char global_options.x_flag_signed_char
  6074. #endif
  6075. #ifdef GENERATOR_FILE
  6076. extern int flag_signed_zeros;
  6077. #else
  6078. int x_flag_signed_zeros;
  6079. #define flag_signed_zeros global_options.x_flag_signed_zeros
  6080. #endif
  6081. #ifdef GENERATOR_FILE
  6082. extern enum vect_cost_model flag_simd_cost_model;
  6083. #else
  6084. enum vect_cost_model x_flag_simd_cost_model;
  6085. #define flag_simd_cost_model global_options.x_flag_simd_cost_model
  6086. #endif
  6087. #ifdef GENERATOR_FILE
  6088. extern int flag_single_precision_constant;
  6089. #else
  6090. int x_flag_single_precision_constant;
  6091. #define flag_single_precision_constant global_options.x_flag_single_precision_constant
  6092. #endif
  6093. #ifdef GENERATOR_FILE
  6094. extern int flag_sized_deallocation;
  6095. #else
  6096. int x_flag_sized_deallocation;
  6097. #define flag_sized_deallocation global_options.x_flag_sized_deallocation
  6098. #endif
  6099. #ifdef GENERATOR_FILE
  6100. extern int flag_split_ivs_in_unroller;
  6101. #else
  6102. int x_flag_split_ivs_in_unroller;
  6103. #define flag_split_ivs_in_unroller global_options.x_flag_split_ivs_in_unroller
  6104. #endif
  6105. #ifdef GENERATOR_FILE
  6106. extern int flag_split_loops;
  6107. #else
  6108. int x_flag_split_loops;
  6109. #define flag_split_loops global_options.x_flag_split_loops
  6110. #endif
  6111. #ifdef GENERATOR_FILE
  6112. extern int flag_split_paths;
  6113. #else
  6114. int x_flag_split_paths;
  6115. #define flag_split_paths global_options.x_flag_split_paths
  6116. #endif
  6117. #ifdef GENERATOR_FILE
  6118. extern int flag_split_stack;
  6119. #else
  6120. int x_flag_split_stack;
  6121. #define flag_split_stack global_options.x_flag_split_stack
  6122. #endif
  6123. #ifdef GENERATOR_FILE
  6124. extern int flag_split_wide_types;
  6125. #else
  6126. int x_flag_split_wide_types;
  6127. #define flag_split_wide_types global_options.x_flag_split_wide_types
  6128. #endif
  6129. #ifdef GENERATOR_FILE
  6130. extern int flag_split_wide_types_early;
  6131. #else
  6132. int x_flag_split_wide_types_early;
  6133. #define flag_split_wide_types_early global_options.x_flag_split_wide_types_early
  6134. #endif
  6135. #ifdef GENERATOR_FILE
  6136. extern int flag_ssa_backprop;
  6137. #else
  6138. int x_flag_ssa_backprop;
  6139. #define flag_ssa_backprop global_options.x_flag_ssa_backprop
  6140. #endif
  6141. #ifdef GENERATOR_FILE
  6142. extern int flag_ssa_phiopt;
  6143. #else
  6144. int x_flag_ssa_phiopt;
  6145. #define flag_ssa_phiopt global_options.x_flag_ssa_phiopt
  6146. #endif
  6147. #ifdef GENERATOR_FILE
  6148. extern enum scalar_storage_order_kind default_sso;
  6149. #else
  6150. enum scalar_storage_order_kind x_default_sso;
  6151. #define default_sso global_options.x_default_sso
  6152. #endif
  6153. #ifdef GENERATOR_FILE
  6154. extern int flag_stack_arrays;
  6155. #else
  6156. int x_flag_stack_arrays;
  6157. #define flag_stack_arrays global_options.x_flag_stack_arrays
  6158. #endif
  6159. #ifdef GENERATOR_FILE
  6160. extern int flag_stack_clash_protection;
  6161. #else
  6162. int x_flag_stack_clash_protection;
  6163. #define flag_stack_clash_protection global_options.x_flag_stack_clash_protection
  6164. #endif
  6165. #ifdef GENERATOR_FILE
  6166. extern int flag_stack_protect;
  6167. #else
  6168. int x_flag_stack_protect;
  6169. #define flag_stack_protect global_options.x_flag_stack_protect
  6170. #endif
  6171. #ifdef GENERATOR_FILE
  6172. extern enum stack_reuse_level flag_stack_reuse;
  6173. #else
  6174. enum stack_reuse_level x_flag_stack_reuse;
  6175. #define flag_stack_reuse global_options.x_flag_stack_reuse
  6176. #endif
  6177. #ifdef GENERATOR_FILE
  6178. extern int flag_stack_usage;
  6179. #else
  6180. int x_flag_stack_usage;
  6181. #define flag_stack_usage global_options.x_flag_stack_usage
  6182. #endif
  6183. #ifdef GENERATOR_FILE
  6184. extern int flag_detailed_statistics;
  6185. #else
  6186. int x_flag_detailed_statistics;
  6187. #define flag_detailed_statistics global_options.x_flag_detailed_statistics
  6188. #endif
  6189. #ifdef GENERATOR_FILE
  6190. extern int flag_stdarg_opt;
  6191. #else
  6192. int x_flag_stdarg_opt;
  6193. #define flag_stdarg_opt global_options.x_flag_stdarg_opt
  6194. #endif
  6195. #ifdef GENERATOR_FILE
  6196. extern int flag_store_merging;
  6197. #else
  6198. int x_flag_store_merging;
  6199. #define flag_store_merging global_options.x_flag_store_merging
  6200. #endif
  6201. #ifdef GENERATOR_FILE
  6202. extern int flag_strict_aliasing;
  6203. #else
  6204. int x_flag_strict_aliasing;
  6205. #define flag_strict_aliasing global_options.x_flag_strict_aliasing
  6206. #endif
  6207. #ifdef GENERATOR_FILE
  6208. extern int flag_strict_enums;
  6209. #else
  6210. int x_flag_strict_enums;
  6211. #define flag_strict_enums global_options.x_flag_strict_enums
  6212. #endif
  6213. #ifdef GENERATOR_FILE
  6214. extern int flag_strict_volatile_bitfields;
  6215. #else
  6216. int x_flag_strict_volatile_bitfields;
  6217. #define flag_strict_volatile_bitfields global_options.x_flag_strict_volatile_bitfields
  6218. #endif
  6219. #ifdef GENERATOR_FILE
  6220. extern int flag_strong_eval_order;
  6221. #else
  6222. int x_flag_strong_eval_order;
  6223. #define flag_strong_eval_order global_options.x_flag_strong_eval_order
  6224. #endif
  6225. #ifdef GENERATOR_FILE
  6226. extern int flag_switch_errors;
  6227. #else
  6228. int x_flag_switch_errors;
  6229. #define flag_switch_errors global_options.x_flag_switch_errors
  6230. #endif
  6231. #ifdef GENERATOR_FILE
  6232. extern int flag_sync_libcalls;
  6233. #else
  6234. int x_flag_sync_libcalls;
  6235. #define flag_sync_libcalls global_options.x_flag_sync_libcalls
  6236. #endif
  6237. #ifdef GENERATOR_FILE
  6238. extern int flag_syntax_only;
  6239. #else
  6240. int x_flag_syntax_only;
  6241. #define flag_syntax_only global_options.x_flag_syntax_only
  6242. #endif
  6243. #ifdef GENERATOR_FILE
  6244. extern int flag_tail_call_workaround;
  6245. #else
  6246. int x_flag_tail_call_workaround;
  6247. #define flag_tail_call_workaround global_options.x_flag_tail_call_workaround
  6248. #endif
  6249. #ifdef GENERATOR_FILE
  6250. extern int template_backtrace_limit;
  6251. #else
  6252. int x_template_backtrace_limit;
  6253. #define template_backtrace_limit global_options.x_template_backtrace_limit
  6254. #endif
  6255. #ifdef GENERATOR_FILE
  6256. extern int flag_test_coverage;
  6257. #else
  6258. int x_flag_test_coverage;
  6259. #define flag_test_coverage global_options.x_flag_test_coverage
  6260. #endif
  6261. #ifdef GENERATOR_FILE
  6262. extern int flag_test_forall_temp;
  6263. #else
  6264. int x_flag_test_forall_temp;
  6265. #define flag_test_forall_temp global_options.x_flag_test_forall_temp
  6266. #endif
  6267. #ifdef GENERATOR_FILE
  6268. extern int flag_thread_jumps;
  6269. #else
  6270. int x_flag_thread_jumps;
  6271. #define flag_thread_jumps global_options.x_flag_thread_jumps
  6272. #endif
  6273. #ifdef GENERATOR_FILE
  6274. extern int flag_threadsafe_statics;
  6275. #else
  6276. int x_flag_threadsafe_statics;
  6277. #define flag_threadsafe_statics global_options.x_flag_threadsafe_statics
  6278. #endif
  6279. #ifdef GENERATOR_FILE
  6280. extern int time_report;
  6281. #else
  6282. int x_time_report;
  6283. #define time_report global_options.x_time_report
  6284. #endif
  6285. #ifdef GENERATOR_FILE
  6286. extern int time_report_details;
  6287. #else
  6288. int x_time_report_details;
  6289. #define time_report_details global_options.x_time_report_details
  6290. #endif
  6291. #ifdef GENERATOR_FILE
  6292. extern enum tls_model flag_tls_default;
  6293. #else
  6294. enum tls_model x_flag_tls_default;
  6295. #define flag_tls_default global_options.x_flag_tls_default
  6296. #endif
  6297. #ifdef GENERATOR_FILE
  6298. extern int flag_toplevel_reorder;
  6299. #else
  6300. int x_flag_toplevel_reorder;
  6301. #define flag_toplevel_reorder global_options.x_flag_toplevel_reorder
  6302. #endif
  6303. #ifdef GENERATOR_FILE
  6304. extern int flag_tracer;
  6305. #else
  6306. int x_flag_tracer;
  6307. #define flag_tracer global_options.x_flag_tracer
  6308. #endif
  6309. #ifdef GENERATOR_FILE
  6310. extern int flag_trampolines;
  6311. #else
  6312. int x_flag_trampolines;
  6313. #define flag_trampolines global_options.x_flag_trampolines
  6314. #endif
  6315. #ifdef GENERATOR_FILE
  6316. extern int flag_trapping_math;
  6317. #else
  6318. int x_flag_trapping_math;
  6319. #define flag_trapping_math global_options.x_flag_trapping_math
  6320. #endif
  6321. #ifdef GENERATOR_FILE
  6322. extern int flag_trapv;
  6323. #else
  6324. int x_flag_trapv;
  6325. #define flag_trapv global_options.x_flag_trapv
  6326. #endif
  6327. #ifdef GENERATOR_FILE
  6328. extern int flag_tree_bit_ccp;
  6329. #else
  6330. int x_flag_tree_bit_ccp;
  6331. #define flag_tree_bit_ccp global_options.x_flag_tree_bit_ccp
  6332. #endif
  6333. #ifdef GENERATOR_FILE
  6334. extern int flag_tree_builtin_call_dce;
  6335. #else
  6336. int x_flag_tree_builtin_call_dce;
  6337. #define flag_tree_builtin_call_dce global_options.x_flag_tree_builtin_call_dce
  6338. #endif
  6339. #ifdef GENERATOR_FILE
  6340. extern int flag_tree_ccp;
  6341. #else
  6342. int x_flag_tree_ccp;
  6343. #define flag_tree_ccp global_options.x_flag_tree_ccp
  6344. #endif
  6345. #ifdef GENERATOR_FILE
  6346. extern int flag_tree_ch;
  6347. #else
  6348. int x_flag_tree_ch;
  6349. #define flag_tree_ch global_options.x_flag_tree_ch
  6350. #endif
  6351. #ifdef GENERATOR_FILE
  6352. extern int flag_tree_coalesce_vars;
  6353. #else
  6354. int x_flag_tree_coalesce_vars;
  6355. #define flag_tree_coalesce_vars global_options.x_flag_tree_coalesce_vars
  6356. #endif
  6357. #ifdef GENERATOR_FILE
  6358. extern int flag_tree_copy_prop;
  6359. #else
  6360. int x_flag_tree_copy_prop;
  6361. #define flag_tree_copy_prop global_options.x_flag_tree_copy_prop
  6362. #endif
  6363. #ifdef GENERATOR_FILE
  6364. extern int flag_tree_cselim;
  6365. #else
  6366. int x_flag_tree_cselim;
  6367. #define flag_tree_cselim global_options.x_flag_tree_cselim
  6368. #endif
  6369. #ifdef GENERATOR_FILE
  6370. extern int flag_tree_dce;
  6371. #else
  6372. int x_flag_tree_dce;
  6373. #define flag_tree_dce global_options.x_flag_tree_dce
  6374. #endif
  6375. #ifdef GENERATOR_FILE
  6376. extern int flag_tree_dom;
  6377. #else
  6378. int x_flag_tree_dom;
  6379. #define flag_tree_dom global_options.x_flag_tree_dom
  6380. #endif
  6381. #ifdef GENERATOR_FILE
  6382. extern int flag_tree_dse;
  6383. #else
  6384. int x_flag_tree_dse;
  6385. #define flag_tree_dse global_options.x_flag_tree_dse
  6386. #endif
  6387. #ifdef GENERATOR_FILE
  6388. extern int flag_tree_forwprop;
  6389. #else
  6390. int x_flag_tree_forwprop;
  6391. #define flag_tree_forwprop global_options.x_flag_tree_forwprop
  6392. #endif
  6393. #ifdef GENERATOR_FILE
  6394. extern int flag_tree_fre;
  6395. #else
  6396. int x_flag_tree_fre;
  6397. #define flag_tree_fre global_options.x_flag_tree_fre
  6398. #endif
  6399. #ifdef GENERATOR_FILE
  6400. extern int flag_tree_loop_distribute_patterns;
  6401. #else
  6402. int x_flag_tree_loop_distribute_patterns;
  6403. #define flag_tree_loop_distribute_patterns global_options.x_flag_tree_loop_distribute_patterns
  6404. #endif
  6405. #ifdef GENERATOR_FILE
  6406. extern int flag_tree_loop_distribution;
  6407. #else
  6408. int x_flag_tree_loop_distribution;
  6409. #define flag_tree_loop_distribution global_options.x_flag_tree_loop_distribution
  6410. #endif
  6411. #ifdef GENERATOR_FILE
  6412. extern int flag_tree_loop_if_convert;
  6413. #else
  6414. int x_flag_tree_loop_if_convert;
  6415. #define flag_tree_loop_if_convert global_options.x_flag_tree_loop_if_convert
  6416. #endif
  6417. #ifdef GENERATOR_FILE
  6418. extern int flag_tree_loop_im;
  6419. #else
  6420. int x_flag_tree_loop_im;
  6421. #define flag_tree_loop_im global_options.x_flag_tree_loop_im
  6422. #endif
  6423. #ifdef GENERATOR_FILE
  6424. extern int flag_tree_loop_ivcanon;
  6425. #else
  6426. int x_flag_tree_loop_ivcanon;
  6427. #define flag_tree_loop_ivcanon global_options.x_flag_tree_loop_ivcanon
  6428. #endif
  6429. #ifdef GENERATOR_FILE
  6430. extern int flag_tree_loop_optimize;
  6431. #else
  6432. int x_flag_tree_loop_optimize;
  6433. #define flag_tree_loop_optimize global_options.x_flag_tree_loop_optimize
  6434. #endif
  6435. #ifdef GENERATOR_FILE
  6436. extern int flag_tree_loop_vectorize;
  6437. #else
  6438. int x_flag_tree_loop_vectorize;
  6439. #define flag_tree_loop_vectorize global_options.x_flag_tree_loop_vectorize
  6440. #endif
  6441. #ifdef GENERATOR_FILE
  6442. extern int flag_tree_live_range_split;
  6443. #else
  6444. int x_flag_tree_live_range_split;
  6445. #define flag_tree_live_range_split global_options.x_flag_tree_live_range_split
  6446. #endif
  6447. #ifdef GENERATOR_FILE
  6448. extern int flag_tree_parallelize_loops;
  6449. #else
  6450. int x_flag_tree_parallelize_loops;
  6451. #define flag_tree_parallelize_loops global_options.x_flag_tree_parallelize_loops
  6452. #endif
  6453. #ifdef GENERATOR_FILE
  6454. extern int flag_tree_partial_pre;
  6455. #else
  6456. int x_flag_tree_partial_pre;
  6457. #define flag_tree_partial_pre global_options.x_flag_tree_partial_pre
  6458. #endif
  6459. #ifdef GENERATOR_FILE
  6460. extern int flag_tree_phiprop;
  6461. #else
  6462. int x_flag_tree_phiprop;
  6463. #define flag_tree_phiprop global_options.x_flag_tree_phiprop
  6464. #endif
  6465. #ifdef GENERATOR_FILE
  6466. extern int flag_tree_pre;
  6467. #else
  6468. int x_flag_tree_pre;
  6469. #define flag_tree_pre global_options.x_flag_tree_pre
  6470. #endif
  6471. #ifdef GENERATOR_FILE
  6472. extern int flag_tree_pta;
  6473. #else
  6474. int x_flag_tree_pta;
  6475. #define flag_tree_pta global_options.x_flag_tree_pta
  6476. #endif
  6477. #ifdef GENERATOR_FILE
  6478. extern int flag_tree_reassoc;
  6479. #else
  6480. int x_flag_tree_reassoc;
  6481. #define flag_tree_reassoc global_options.x_flag_tree_reassoc
  6482. #endif
  6483. #ifdef GENERATOR_FILE
  6484. extern int flag_tree_scev_cprop;
  6485. #else
  6486. int x_flag_tree_scev_cprop;
  6487. #define flag_tree_scev_cprop global_options.x_flag_tree_scev_cprop
  6488. #endif
  6489. #ifdef GENERATOR_FILE
  6490. extern int flag_tree_sink;
  6491. #else
  6492. int x_flag_tree_sink;
  6493. #define flag_tree_sink global_options.x_flag_tree_sink
  6494. #endif
  6495. #ifdef GENERATOR_FILE
  6496. extern int flag_tree_slp_vectorize;
  6497. #else
  6498. int x_flag_tree_slp_vectorize;
  6499. #define flag_tree_slp_vectorize global_options.x_flag_tree_slp_vectorize
  6500. #endif
  6501. #ifdef GENERATOR_FILE
  6502. extern int flag_tree_slsr;
  6503. #else
  6504. int x_flag_tree_slsr;
  6505. #define flag_tree_slsr global_options.x_flag_tree_slsr
  6506. #endif
  6507. #ifdef GENERATOR_FILE
  6508. extern int flag_tree_sra;
  6509. #else
  6510. int x_flag_tree_sra;
  6511. #define flag_tree_sra global_options.x_flag_tree_sra
  6512. #endif
  6513. #ifdef GENERATOR_FILE
  6514. extern int flag_tree_switch_conversion;
  6515. #else
  6516. int x_flag_tree_switch_conversion;
  6517. #define flag_tree_switch_conversion global_options.x_flag_tree_switch_conversion
  6518. #endif
  6519. #ifdef GENERATOR_FILE
  6520. extern int flag_tree_tail_merge;
  6521. #else
  6522. int x_flag_tree_tail_merge;
  6523. #define flag_tree_tail_merge global_options.x_flag_tree_tail_merge
  6524. #endif
  6525. #ifdef GENERATOR_FILE
  6526. extern int flag_tree_ter;
  6527. #else
  6528. int x_flag_tree_ter;
  6529. #define flag_tree_ter global_options.x_flag_tree_ter
  6530. #endif
  6531. #ifdef GENERATOR_FILE
  6532. extern int flag_tree_vrp;
  6533. #else
  6534. int x_flag_tree_vrp;
  6535. #define flag_tree_vrp global_options.x_flag_tree_vrp
  6536. #endif
  6537. #ifdef GENERATOR_FILE
  6538. extern int flag_unconstrained_commons;
  6539. #else
  6540. int x_flag_unconstrained_commons;
  6541. #define flag_unconstrained_commons global_options.x_flag_unconstrained_commons
  6542. #endif
  6543. #ifdef GENERATOR_FILE
  6544. extern int flag_underscoring;
  6545. #else
  6546. int x_flag_underscoring;
  6547. #define flag_underscoring global_options.x_flag_underscoring
  6548. #endif
  6549. #ifdef GENERATOR_FILE
  6550. extern int flag_unit_at_a_time;
  6551. #else
  6552. int x_flag_unit_at_a_time;
  6553. #define flag_unit_at_a_time global_options.x_flag_unit_at_a_time
  6554. #endif
  6555. #ifdef GENERATOR_FILE
  6556. extern int flag_unroll_all_loops;
  6557. #else
  6558. int x_flag_unroll_all_loops;
  6559. #define flag_unroll_all_loops global_options.x_flag_unroll_all_loops
  6560. #endif
  6561. #ifdef GENERATOR_FILE
  6562. extern int flag_cunroll_grow_size;
  6563. #else
  6564. int x_flag_cunroll_grow_size;
  6565. #define flag_cunroll_grow_size global_options.x_flag_cunroll_grow_size
  6566. #endif
  6567. #ifdef GENERATOR_FILE
  6568. extern int flag_unroll_loops;
  6569. #else
  6570. int x_flag_unroll_loops;
  6571. #define flag_unroll_loops global_options.x_flag_unroll_loops
  6572. #endif
  6573. #ifdef GENERATOR_FILE
  6574. extern int flag_unsafe_math_optimizations;
  6575. #else
  6576. int x_flag_unsafe_math_optimizations;
  6577. #define flag_unsafe_math_optimizations global_options.x_flag_unsafe_math_optimizations
  6578. #endif
  6579. #ifdef GENERATOR_FILE
  6580. extern int flag_unswitch_loops;
  6581. #else
  6582. int x_flag_unswitch_loops;
  6583. #define flag_unswitch_loops global_options.x_flag_unswitch_loops
  6584. #endif
  6585. #ifdef GENERATOR_FILE
  6586. extern int flag_unwind_tables;
  6587. #else
  6588. int x_flag_unwind_tables;
  6589. #define flag_unwind_tables global_options.x_flag_unwind_tables
  6590. #endif
  6591. #ifdef GENERATOR_FILE
  6592. extern int flag_use_cxa_atexit;
  6593. #else
  6594. int x_flag_use_cxa_atexit;
  6595. #define flag_use_cxa_atexit global_options.x_flag_use_cxa_atexit
  6596. #endif
  6597. #ifdef GENERATOR_FILE
  6598. extern int flag_use_cxa_get_exception_ptr;
  6599. #else
  6600. int x_flag_use_cxa_get_exception_ptr;
  6601. #define flag_use_cxa_get_exception_ptr global_options.x_flag_use_cxa_get_exception_ptr
  6602. #endif
  6603. #ifdef GENERATOR_FILE
  6604. extern int flag_use_linker_plugin;
  6605. #else
  6606. int x_flag_use_linker_plugin;
  6607. #define flag_use_linker_plugin global_options.x_flag_use_linker_plugin
  6608. #endif
  6609. #ifdef GENERATOR_FILE
  6610. extern int flag_var_tracking;
  6611. #else
  6612. int x_flag_var_tracking;
  6613. #define flag_var_tracking global_options.x_flag_var_tracking
  6614. #endif
  6615. #ifdef GENERATOR_FILE
  6616. extern int flag_var_tracking_assignments;
  6617. #else
  6618. int x_flag_var_tracking_assignments;
  6619. #define flag_var_tracking_assignments global_options.x_flag_var_tracking_assignments
  6620. #endif
  6621. #ifdef GENERATOR_FILE
  6622. extern int flag_var_tracking_assignments_toggle;
  6623. #else
  6624. int x_flag_var_tracking_assignments_toggle;
  6625. #define flag_var_tracking_assignments_toggle global_options.x_flag_var_tracking_assignments_toggle
  6626. #endif
  6627. #ifdef GENERATOR_FILE
  6628. extern int flag_var_tracking_uninit;
  6629. #else
  6630. int x_flag_var_tracking_uninit;
  6631. #define flag_var_tracking_uninit global_options.x_flag_var_tracking_uninit
  6632. #endif
  6633. #ifdef GENERATOR_FILE
  6634. extern int flag_variable_expansion_in_unroller;
  6635. #else
  6636. int x_flag_variable_expansion_in_unroller;
  6637. #define flag_variable_expansion_in_unroller global_options.x_flag_variable_expansion_in_unroller
  6638. #endif
  6639. #ifdef GENERATOR_FILE
  6640. extern enum vect_cost_model flag_vect_cost_model;
  6641. #else
  6642. enum vect_cost_model x_flag_vect_cost_model;
  6643. #define flag_vect_cost_model global_options.x_flag_vect_cost_model
  6644. #endif
  6645. #ifdef GENERATOR_FILE
  6646. extern int flag_verbose_asm;
  6647. #else
  6648. int x_flag_verbose_asm;
  6649. #define flag_verbose_asm global_options.x_flag_verbose_asm
  6650. #endif
  6651. #ifdef GENERATOR_FILE
  6652. extern int flag_version_loops_for_strides;
  6653. #else
  6654. int x_flag_version_loops_for_strides;
  6655. #define flag_version_loops_for_strides global_options.x_flag_version_loops_for_strides
  6656. #endif
  6657. #ifdef GENERATOR_FILE
  6658. extern int flag_visibility_ms_compat;
  6659. #else
  6660. int x_flag_visibility_ms_compat;
  6661. #define flag_visibility_ms_compat global_options.x_flag_visibility_ms_compat
  6662. #endif
  6663. #ifdef GENERATOR_FILE
  6664. extern enum symbol_visibility default_visibility;
  6665. #else
  6666. enum symbol_visibility x_default_visibility;
  6667. #define default_visibility global_options.x_default_visibility
  6668. #endif
  6669. #ifdef GENERATOR_FILE
  6670. extern int flag_value_profile_transformations;
  6671. #else
  6672. int x_flag_value_profile_transformations;
  6673. #define flag_value_profile_transformations global_options.x_flag_value_profile_transformations
  6674. #endif
  6675. #ifdef GENERATOR_FILE
  6676. extern enum vtv_priority flag_vtable_verify;
  6677. #else
  6678. enum vtv_priority x_flag_vtable_verify;
  6679. #define flag_vtable_verify global_options.x_flag_vtable_verify
  6680. #endif
  6681. #ifdef GENERATOR_FILE
  6682. extern int flag_vtv_counts;
  6683. #else
  6684. int x_flag_vtv_counts;
  6685. #define flag_vtv_counts global_options.x_flag_vtv_counts
  6686. #endif
  6687. #ifdef GENERATOR_FILE
  6688. extern int flag_vtv_debug;
  6689. #else
  6690. int x_flag_vtv_debug;
  6691. #define flag_vtv_debug global_options.x_flag_vtv_debug
  6692. #endif
  6693. #ifdef GENERATOR_FILE
  6694. extern int flag_weak;
  6695. #else
  6696. int x_flag_weak;
  6697. #define flag_weak global_options.x_flag_weak
  6698. #endif
  6699. #ifdef GENERATOR_FILE
  6700. extern int flag_web;
  6701. #else
  6702. int x_flag_web;
  6703. #define flag_web global_options.x_flag_web
  6704. #endif
  6705. #ifdef GENERATOR_FILE
  6706. extern int flag_whole_program;
  6707. #else
  6708. int x_flag_whole_program;
  6709. #define flag_whole_program global_options.x_flag_whole_program
  6710. #endif
  6711. #ifdef GENERATOR_FILE
  6712. extern int flag_working_directory;
  6713. #else
  6714. int x_flag_working_directory;
  6715. #define flag_working_directory global_options.x_flag_working_directory
  6716. #endif
  6717. #ifdef GENERATOR_FILE
  6718. extern const char *flag_wpa;
  6719. #else
  6720. const char *x_flag_wpa;
  6721. #define flag_wpa global_options.x_flag_wpa
  6722. #endif
  6723. #ifdef GENERATOR_FILE
  6724. extern int flag_wrapv;
  6725. #else
  6726. int x_flag_wrapv;
  6727. #define flag_wrapv global_options.x_flag_wrapv
  6728. #endif
  6729. #ifdef GENERATOR_FILE
  6730. extern int flag_wrapv_pointer;
  6731. #else
  6732. int x_flag_wrapv_pointer;
  6733. #define flag_wrapv_pointer global_options.x_flag_wrapv_pointer
  6734. #endif
  6735. #ifdef GENERATOR_FILE
  6736. extern int flag_zero_initialized_in_bss;
  6737. #else
  6738. int x_flag_zero_initialized_in_bss;
  6739. #define flag_zero_initialized_in_bss global_options.x_flag_zero_initialized_in_bss
  6740. #endif
  6741. #ifdef GENERATOR_FILE
  6742. extern int flag_zero_link;
  6743. #else
  6744. int x_flag_zero_link;
  6745. #define flag_zero_link global_options.x_flag_zero_link
  6746. #endif
  6747. #ifdef GENERATOR_FILE
  6748. extern int dwarf2out_as_loc_support;
  6749. #else
  6750. int x_dwarf2out_as_loc_support;
  6751. #define dwarf2out_as_loc_support global_options.x_dwarf2out_as_loc_support
  6752. #endif
  6753. #ifdef GENERATOR_FILE
  6754. extern int dwarf2out_as_locview_support;
  6755. #else
  6756. int x_dwarf2out_as_locview_support;
  6757. #define dwarf2out_as_locview_support global_options.x_dwarf2out_as_locview_support
  6758. #endif
  6759. #ifdef GENERATOR_FILE
  6760. extern int debug_column_info;
  6761. #else
  6762. int x_debug_column_info;
  6763. #define debug_column_info global_options.x_debug_column_info
  6764. #endif
  6765. #ifdef GENERATOR_FILE
  6766. extern int flag_describe_dies;
  6767. #else
  6768. int x_flag_describe_dies;
  6769. #define flag_describe_dies global_options.x_flag_describe_dies
  6770. #endif
  6771. #ifdef GENERATOR_FILE
  6772. extern int dwarf_version;
  6773. #else
  6774. int x_dwarf_version;
  6775. #define dwarf_version global_options.x_dwarf_version
  6776. #endif
  6777. #ifdef GENERATOR_FILE
  6778. extern int flag_gen_declaration;
  6779. #else
  6780. int x_flag_gen_declaration;
  6781. #define flag_gen_declaration global_options.x_flag_gen_declaration
  6782. #endif
  6783. #ifdef GENERATOR_FILE
  6784. extern int debug_generate_pub_sections;
  6785. #else
  6786. int x_debug_generate_pub_sections;
  6787. #define debug_generate_pub_sections global_options.x_debug_generate_pub_sections
  6788. #endif
  6789. #ifdef GENERATOR_FILE
  6790. extern int flag_lto_gimple_stats;
  6791. #else
  6792. int x_flag_lto_gimple_stats;
  6793. #define flag_lto_gimple_stats global_options.x_flag_lto_gimple_stats
  6794. #endif
  6795. #ifdef GENERATOR_FILE
  6796. extern int debug_inline_points;
  6797. #else
  6798. int x_debug_inline_points;
  6799. #define debug_inline_points global_options.x_debug_inline_points
  6800. #endif
  6801. #ifdef GENERATOR_FILE
  6802. extern int debug_internal_reset_location_views;
  6803. #else
  6804. int x_debug_internal_reset_location_views;
  6805. #define debug_internal_reset_location_views global_options.x_debug_internal_reset_location_views
  6806. #endif
  6807. #ifdef GENERATOR_FILE
  6808. extern int dwarf_record_gcc_switches;
  6809. #else
  6810. int x_dwarf_record_gcc_switches;
  6811. #define dwarf_record_gcc_switches global_options.x_dwarf_record_gcc_switches
  6812. #endif
  6813. #ifdef GENERATOR_FILE
  6814. extern int dwarf_split_debug_info;
  6815. #else
  6816. int x_dwarf_split_debug_info;
  6817. #define dwarf_split_debug_info global_options.x_dwarf_split_debug_info
  6818. #endif
  6819. #ifdef GENERATOR_FILE
  6820. extern int debug_nonbind_markers_p;
  6821. #else
  6822. int x_debug_nonbind_markers_p;
  6823. #define debug_nonbind_markers_p global_options.x_debug_nonbind_markers_p
  6824. #endif
  6825. #ifdef GENERATOR_FILE
  6826. extern int dwarf_strict;
  6827. #else
  6828. int x_dwarf_strict;
  6829. #define dwarf_strict global_options.x_dwarf_strict
  6830. #endif
  6831. #ifdef GENERATOR_FILE
  6832. extern int flag_gtoggle;
  6833. #else
  6834. int x_flag_gtoggle;
  6835. #define flag_gtoggle global_options.x_flag_gtoggle
  6836. #endif
  6837. #ifdef GENERATOR_FILE
  6838. extern int debug_variable_location_views;
  6839. #else
  6840. int x_debug_variable_location_views;
  6841. #define debug_variable_location_views global_options.x_debug_variable_location_views
  6842. #endif
  6843. #ifdef GENERATOR_FILE
  6844. extern int flag_lto_dump_tool_help;
  6845. #else
  6846. int x_flag_lto_dump_tool_help;
  6847. #define flag_lto_dump_tool_help global_options.x_flag_lto_dump_tool_help
  6848. #endif
  6849. #ifdef GENERATOR_FILE
  6850. extern const char *imultiarch;
  6851. #else
  6852. const char *x_imultiarch;
  6853. #define imultiarch global_options.x_imultiarch
  6854. #endif
  6855. #ifdef GENERATOR_FILE
  6856. extern const char *plugindir_string;
  6857. #else
  6858. const char *x_plugindir_string;
  6859. #define plugindir_string global_options.x_plugindir_string
  6860. #endif
  6861. #ifdef GENERATOR_FILE
  6862. extern int flag_lto_dump_list;
  6863. #else
  6864. int x_flag_lto_dump_list;
  6865. #define flag_lto_dump_list global_options.x_flag_lto_dump_list
  6866. #endif
  6867. #ifdef GENERATOR_FILE
  6868. extern enum arm_abi_type arm_abi;
  6869. #else
  6870. enum arm_abi_type x_arm_abi;
  6871. #define arm_abi global_options.x_arm_abi
  6872. #endif
  6873. #ifdef GENERATOR_FILE
  6874. extern const char *arm_arch_string;
  6875. #else
  6876. const char *x_arm_arch_string;
  6877. #define arm_arch_string global_options.x_arm_arch_string
  6878. #endif
  6879. #ifdef GENERATOR_FILE
  6880. extern int inline_asm_unified;
  6881. #else
  6882. int x_inline_asm_unified;
  6883. #define inline_asm_unified global_options.x_inline_asm_unified
  6884. #endif
  6885. #ifdef GENERATOR_FILE
  6886. extern int arm_branch_cost;
  6887. #else
  6888. int x_arm_branch_cost;
  6889. #define arm_branch_cost global_options.x_arm_branch_cost
  6890. #endif
  6891. #ifdef GENERATOR_FILE
  6892. extern int use_cmse;
  6893. #else
  6894. int x_use_cmse;
  6895. #define use_cmse global_options.x_use_cmse
  6896. #endif
  6897. #ifdef GENERATOR_FILE
  6898. extern const char *arm_cpu_string;
  6899. #else
  6900. const char *x_arm_cpu_string;
  6901. #define arm_cpu_string global_options.x_arm_cpu_string
  6902. #endif
  6903. #ifdef GENERATOR_FILE
  6904. extern int fix_cm3_ldrd;
  6905. #else
  6906. int x_fix_cm3_ldrd;
  6907. #define fix_cm3_ldrd global_options.x_fix_cm3_ldrd
  6908. #endif
  6909. #ifdef GENERATOR_FILE
  6910. extern int TARGET_FLIP_THUMB;
  6911. #else
  6912. int x_TARGET_FLIP_THUMB;
  6913. #define TARGET_FLIP_THUMB global_options.x_TARGET_FLIP_THUMB
  6914. #endif
  6915. #ifdef GENERATOR_FILE
  6916. extern enum float_abi_type arm_float_abi;
  6917. #else
  6918. enum float_abi_type x_arm_float_abi;
  6919. #define arm_float_abi global_options.x_arm_float_abi
  6920. #endif
  6921. #ifdef GENERATOR_FILE
  6922. extern enum arm_fp16_format_type arm_fp16_format;
  6923. #else
  6924. enum arm_fp16_format_type x_arm_fp16_format;
  6925. #define arm_fp16_format global_options.x_arm_fp16_format
  6926. #endif
  6927. #ifdef GENERATOR_FILE
  6928. extern enum fpu_type arm_fpu_index;
  6929. #else
  6930. enum fpu_type x_arm_fpu_index;
  6931. #define arm_fpu_index global_options.x_arm_fpu_index
  6932. #endif
  6933. #ifdef GENERATOR_FILE
  6934. extern int arm_pic_data_is_text_relative;
  6935. #else
  6936. int x_arm_pic_data_is_text_relative;
  6937. #define arm_pic_data_is_text_relative global_options.x_arm_pic_data_is_text_relative
  6938. #endif
  6939. #ifdef GENERATOR_FILE
  6940. extern const char *arm_pic_register_string;
  6941. #else
  6942. const char *x_arm_pic_register_string;
  6943. #define arm_pic_register_string global_options.x_arm_pic_register_string
  6944. #endif
  6945. #ifdef GENERATOR_FILE
  6946. extern int print_tune_info;
  6947. #else
  6948. int x_print_tune_info;
  6949. #define print_tune_info global_options.x_print_tune_info
  6950. #endif
  6951. #ifdef GENERATOR_FILE
  6952. extern int target_pure_code;
  6953. #else
  6954. int x_target_pure_code;
  6955. #define target_pure_code global_options.x_target_pure_code
  6956. #endif
  6957. #ifdef GENERATOR_FILE
  6958. extern int arm_restrict_it;
  6959. #else
  6960. int x_arm_restrict_it;
  6961. #define arm_restrict_it global_options.x_arm_restrict_it
  6962. #endif
  6963. #ifdef GENERATOR_FILE
  6964. extern int target_slow_flash_data;
  6965. #else
  6966. int x_target_slow_flash_data;
  6967. #define target_slow_flash_data global_options.x_target_slow_flash_data
  6968. #endif
  6969. #ifdef GENERATOR_FILE
  6970. extern int arm_structure_size_boundary;
  6971. #else
  6972. int x_arm_structure_size_boundary;
  6973. #define arm_structure_size_boundary global_options.x_arm_structure_size_boundary
  6974. #endif
  6975. #ifdef GENERATOR_FILE
  6976. extern enum arm_tls_type target_tls_dialect;
  6977. #else
  6978. enum arm_tls_type x_target_tls_dialect;
  6979. #define target_tls_dialect global_options.x_target_tls_dialect
  6980. #endif
  6981. #ifdef GENERATOR_FILE
  6982. extern enum arm_tp_type target_thread_pointer;
  6983. #else
  6984. enum arm_tp_type x_target_thread_pointer;
  6985. #define target_thread_pointer global_options.x_target_thread_pointer
  6986. #endif
  6987. #ifdef GENERATOR_FILE
  6988. extern const char *arm_tune_string;
  6989. #else
  6990. const char *x_arm_tune_string;
  6991. #define arm_tune_string global_options.x_arm_tune_string
  6992. #endif
  6993. #ifdef GENERATOR_FILE
  6994. extern int unaligned_access;
  6995. #else
  6996. int x_unaligned_access;
  6997. #define unaligned_access global_options.x_unaligned_access
  6998. #endif
  6999. #ifdef GENERATOR_FILE
  7000. extern int arm_verbose_cost;
  7001. #else
  7002. int x_arm_verbose_cost;
  7003. #define arm_verbose_cost global_options.x_arm_verbose_cost
  7004. #endif
  7005. #ifdef GENERATOR_FILE
  7006. extern int target_word_relocations;
  7007. #else
  7008. int x_target_word_relocations;
  7009. #define target_word_relocations global_options.x_target_word_relocations
  7010. #endif
  7011. #ifdef GENERATOR_FILE
  7012. extern int flag_lto_name_sort;
  7013. #else
  7014. int x_flag_lto_name_sort;
  7015. #define flag_lto_name_sort global_options.x_flag_lto_name_sort
  7016. #endif
  7017. #ifdef GENERATOR_FILE
  7018. extern const char *asm_file_name;
  7019. #else
  7020. const char *x_asm_file_name;
  7021. #define asm_file_name global_options.x_asm_file_name
  7022. #endif
  7023. #ifdef GENERATOR_FILE
  7024. extern int flag_lto_dump_objects;
  7025. #else
  7026. int x_flag_lto_dump_objects;
  7027. #define flag_lto_dump_objects global_options.x_flag_lto_dump_objects
  7028. #endif
  7029. #ifdef GENERATOR_FILE
  7030. extern int pass_exit_codes;
  7031. #else
  7032. int x_pass_exit_codes;
  7033. #define pass_exit_codes global_options.x_pass_exit_codes
  7034. #endif
  7035. #ifdef GENERATOR_FILE
  7036. extern int flag_pedantic_errors;
  7037. #else
  7038. int x_flag_pedantic_errors;
  7039. #define flag_pedantic_errors global_options.x_flag_pedantic_errors
  7040. #endif
  7041. #ifdef GENERATOR_FILE
  7042. extern int use_pipes;
  7043. #else
  7044. int x_use_pipes;
  7045. #define use_pipes global_options.x_use_pipes
  7046. #endif
  7047. #ifdef GENERATOR_FILE
  7048. extern const char *print_file_name;
  7049. #else
  7050. const char *x_print_file_name;
  7051. #define print_file_name global_options.x_print_file_name
  7052. #endif
  7053. #ifdef GENERATOR_FILE
  7054. extern int print_multi_directory;
  7055. #else
  7056. int x_print_multi_directory;
  7057. #define print_multi_directory global_options.x_print_multi_directory
  7058. #endif
  7059. #ifdef GENERATOR_FILE
  7060. extern int print_multi_lib;
  7061. #else
  7062. int x_print_multi_lib;
  7063. #define print_multi_lib global_options.x_print_multi_lib
  7064. #endif
  7065. #ifdef GENERATOR_FILE
  7066. extern int print_multi_os_directory;
  7067. #else
  7068. int x_print_multi_os_directory;
  7069. #define print_multi_os_directory global_options.x_print_multi_os_directory
  7070. #endif
  7071. #ifdef GENERATOR_FILE
  7072. extern int print_multiarch;
  7073. #else
  7074. int x_print_multiarch;
  7075. #define print_multiarch global_options.x_print_multiarch
  7076. #endif
  7077. #ifdef GENERATOR_FILE
  7078. extern const char *print_prog_name;
  7079. #else
  7080. const char *x_print_prog_name;
  7081. #define print_prog_name global_options.x_print_prog_name
  7082. #endif
  7083. #ifdef GENERATOR_FILE
  7084. extern int print_search_dirs;
  7085. #else
  7086. int x_print_search_dirs;
  7087. #define print_search_dirs global_options.x_print_search_dirs
  7088. #endif
  7089. #ifdef GENERATOR_FILE
  7090. extern int print_sysroot;
  7091. #else
  7092. int x_print_sysroot;
  7093. #define print_sysroot global_options.x_print_sysroot
  7094. #endif
  7095. #ifdef GENERATOR_FILE
  7096. extern int print_sysroot_headers_suffix;
  7097. #else
  7098. int x_print_sysroot_headers_suffix;
  7099. #define print_sysroot_headers_suffix global_options.x_print_sysroot_headers_suffix
  7100. #endif
  7101. #ifdef GENERATOR_FILE
  7102. extern int flag_lto_print_value;
  7103. #else
  7104. int x_flag_lto_print_value;
  7105. #define flag_lto_print_value global_options.x_flag_lto_print_value
  7106. #endif
  7107. #ifdef GENERATOR_FILE
  7108. extern int quiet_flag;
  7109. #else
  7110. int x_quiet_flag;
  7111. #define quiet_flag global_options.x_quiet_flag
  7112. #endif
  7113. #ifdef GENERATOR_FILE
  7114. extern int flag_lto_reverse_sort;
  7115. #else
  7116. int x_flag_lto_reverse_sort;
  7117. #define flag_lto_reverse_sort global_options.x_flag_lto_reverse_sort
  7118. #endif
  7119. #ifdef GENERATOR_FILE
  7120. extern int flag_lto_size_sort;
  7121. #else
  7122. int x_flag_lto_size_sort;
  7123. #define flag_lto_size_sort global_options.x_flag_lto_size_sort
  7124. #endif
  7125. #ifdef GENERATOR_FILE
  7126. extern const char *flag_lto_dump_symbol;
  7127. #else
  7128. const char *x_flag_lto_dump_symbol;
  7129. #define flag_lto_dump_symbol global_options.x_flag_lto_dump_symbol
  7130. #endif
  7131. #ifdef GENERATOR_FILE
  7132. extern int report_times;
  7133. #else
  7134. int x_report_times;
  7135. #define report_times global_options.x_report_times
  7136. #endif
  7137. #ifdef GENERATOR_FILE
  7138. extern int flag_lto_tree_stats;
  7139. #else
  7140. int x_flag_lto_tree_stats;
  7141. #define flag_lto_tree_stats global_options.x_flag_lto_tree_stats
  7142. #endif
  7143. #ifdef GENERATOR_FILE
  7144. extern int flag_lto_dump_type_stats;
  7145. #else
  7146. int x_flag_lto_dump_type_stats;
  7147. #define flag_lto_dump_type_stats global_options.x_flag_lto_dump_type_stats
  7148. #endif
  7149. #ifdef GENERATOR_FILE
  7150. extern int flag_undef;
  7151. #else
  7152. int x_flag_undef;
  7153. #define flag_undef global_options.x_flag_undef
  7154. #endif
  7155. #ifdef GENERATOR_FILE
  7156. extern int verbose_flag;
  7157. #else
  7158. int x_verbose_flag;
  7159. #define verbose_flag global_options.x_verbose_flag
  7160. #endif
  7161. #ifdef GENERATOR_FILE
  7162. extern int version_flag;
  7163. #else
  7164. int x_version_flag;
  7165. #define version_flag global_options.x_version_flag
  7166. #endif
  7167. #ifdef GENERATOR_FILE
  7168. extern int inhibit_warnings;
  7169. #else
  7170. int x_inhibit_warnings;
  7171. #define inhibit_warnings global_options.x_inhibit_warnings
  7172. #endif
  7173. #ifdef GENERATOR_FILE
  7174. extern const char *wrapper_string;
  7175. #else
  7176. const char *x_wrapper_string;
  7177. #define wrapper_string global_options.x_wrapper_string
  7178. #endif
  7179. #ifndef GENERATOR_FILE
  7180. int x_VAR_mneon_for_64bits;
  7181. #define x_VAR_mneon_for_64bits do_not_use
  7182. #endif
  7183. #ifndef GENERATOR_FILE
  7184. bool frontend_set_flag_associative_math;
  7185. #endif
  7186. #ifndef GENERATOR_FILE
  7187. bool frontend_set_flag_cx_limited_range;
  7188. #endif
  7189. #ifndef GENERATOR_FILE
  7190. bool frontend_set_flag_excess_precision;
  7191. #endif
  7192. #ifndef GENERATOR_FILE
  7193. bool frontend_set_flag_finite_math_only;
  7194. #endif
  7195. #ifndef GENERATOR_FILE
  7196. bool frontend_set_flag_errno_math;
  7197. #endif
  7198. #ifndef GENERATOR_FILE
  7199. bool frontend_set_flag_reciprocal_math;
  7200. #endif
  7201. #ifndef GENERATOR_FILE
  7202. bool frontend_set_flag_rounding_math;
  7203. #endif
  7204. #ifndef GENERATOR_FILE
  7205. bool frontend_set_flag_signaling_nans;
  7206. #endif
  7207. #ifndef GENERATOR_FILE
  7208. bool frontend_set_flag_signed_zeros;
  7209. #endif
  7210. #ifndef GENERATOR_FILE
  7211. bool frontend_set_flag_trapping_math;
  7212. #endif
  7213. #ifndef GENERATOR_FILE
  7214. bool frontend_set_flag_unsafe_math_optimizations;
  7215. #endif
  7216. #ifndef GENERATOR_FILE
  7217. };
  7218. extern struct gcc_options global_options;
  7219. extern const struct gcc_options global_options_init;
  7220. extern struct gcc_options global_options_set;
  7221. #define target_flags_explicit global_options_set.x_target_flags
  7222. #endif
  7223. #endif
  7224. #if !defined(IN_LIBGCC2) && !defined(IN_TARGET_LIBS) && !defined(IN_RTS)
  7225. /* Structure to save/restore optimization and target specific options. */
  7226. struct GTY(()) cl_optimization
  7227. {
  7228. const char *x_str_align_functions;
  7229. const char *x_str_align_jumps;
  7230. const char *x_str_align_labels;
  7231. const char *x_str_align_loops;
  7232. int x_param_align_loop_iterations;
  7233. int x_param_align_threshold;
  7234. int x_param_asan_protect_allocas;
  7235. int x_param_asan_instrument_reads;
  7236. int x_param_asan_instrument_writes;
  7237. int x_param_asan_instrumentation_with_call_threshold;
  7238. int x_param_asan_memintrin;
  7239. int x_param_asan_stack;
  7240. int x_param_asan_use_after_return;
  7241. int x_param_avg_loop_niter;
  7242. int x_param_avoid_fma_max_bits;
  7243. int x_param_builtin_expect_probability;
  7244. int x_param_builtin_string_cmp_inline_length;
  7245. int x_param_case_values_threshold;
  7246. int x_param_comdat_sharing_probability;
  7247. int x_param_dse_max_alias_queries_per_store;
  7248. int x_param_dse_max_object_size;
  7249. int x_param_early_inlining_insns;
  7250. int x_param_fsm_maximum_phi_arguments;
  7251. int x_param_fsm_scale_path_blocks;
  7252. int x_param_fsm_scale_path_stmts;
  7253. int x_param_gcse_after_reload_critical_fraction;
  7254. int x_param_gcse_after_reload_partial_fraction;
  7255. int x_param_gcse_cost_distance_ratio;
  7256. int x_param_gcse_unrestricted_cost;
  7257. int x_param_graphite_max_arrays_per_scop;
  7258. int x_param_graphite_max_nb_scop_params;
  7259. int x_param_inline_heuristics_hint_percent;
  7260. int x_param_inline_min_speedup;
  7261. int x_param_inline_unit_growth;
  7262. int x_param_ipa_cp_eval_threshold;
  7263. int x_param_ipa_cp_loop_hint_bonus;
  7264. int x_param_ipa_cp_max_recursive_depth;
  7265. int x_param_ipa_cp_min_recursive_probability;
  7266. int x_param_ipa_cp_recursion_penalty;
  7267. int x_param_ipa_cp_single_call_penalty;
  7268. int x_param_ipa_cp_unit_growth;
  7269. int x_param_ipa_cp_value_list_size;
  7270. int x_param_ipa_max_aa_steps;
  7271. int x_param_ipa_max_agg_items;
  7272. int x_param_ipa_max_param_expr_ops;
  7273. int x_param_ipa_max_switch_predicate_bounds;
  7274. int x_param_ipa_sra_max_replacements;
  7275. int x_param_ipa_sra_ptr_growth_factor;
  7276. int x_param_ira_loop_reserved_regs;
  7277. int x_param_ira_max_conflict_table_size;
  7278. int x_param_ira_max_loops_num;
  7279. int x_param_iv_always_prune_cand_set_bound;
  7280. int x_param_iv_consider_all_candidates_bound;
  7281. int x_param_iv_max_considered_uses;
  7282. int x_param_jump_table_max_growth_ratio_for_size;
  7283. int x_param_jump_table_max_growth_ratio_for_speed;
  7284. int x_param_l1_cache_line_size;
  7285. int x_param_l1_cache_size;
  7286. int x_param_l2_cache_size;
  7287. int x_param_large_function_growth;
  7288. int x_param_large_function_insns;
  7289. int x_param_stack_frame_growth;
  7290. int x_param_large_stack_frame;
  7291. int x_param_large_unit_insns;
  7292. int x_param_lim_expensive;
  7293. int x_param_loop_block_tile_size;
  7294. int x_param_loop_interchange_max_num_stmts;
  7295. int x_param_loop_interchange_stride_ratio;
  7296. int x_param_loop_invariant_max_bbs_in_loop;
  7297. int x_param_loop_max_datarefs_for_datadeps;
  7298. int x_param_loop_versioning_max_inner_insns;
  7299. int x_param_loop_versioning_max_outer_insns;
  7300. int x_param_lra_inheritance_ebb_probability_cutoff;
  7301. int x_param_lra_max_considered_reload_pseudos;
  7302. int x_param_max_average_unrolled_insns;
  7303. int x_param_max_combine_insns;
  7304. int x_param_max_unroll_iterations;
  7305. int x_param_max_completely_peel_times;
  7306. int x_param_max_completely_peeled_insns;
  7307. int x_param_max_crossjump_edges;
  7308. int x_param_max_cse_insns;
  7309. int x_param_max_cse_path_length;
  7310. int x_param_max_cselib_memory_locations;
  7311. int x_param_max_debug_marker_count;
  7312. int x_param_max_delay_slot_insn_search;
  7313. int x_param_max_delay_slot_live_search;
  7314. int x_param_max_dse_active_local_stores;
  7315. int x_param_early_inliner_max_iterations;
  7316. int x_param_max_find_base_term_values;
  7317. int x_param_max_fsm_thread_length;
  7318. int x_param_max_fsm_thread_path_insns;
  7319. int x_param_max_fsm_thread_paths;
  7320. int x_param_max_gcse_insertion_ratio;
  7321. int x_param_max_gcse_memory;
  7322. int x_param_max_goto_duplication_insns;
  7323. int x_param_max_grow_copy_bb_insns;
  7324. int x_param_max_hoist_depth;
  7325. int x_param_max_inline_insns_auto;
  7326. int x_param_max_inline_insns_recursive_auto;
  7327. int x_param_max_inline_insns_recursive;
  7328. int x_param_max_inline_insns_single;
  7329. int x_param_max_inline_insns_size;
  7330. int x_param_max_inline_insns_small;
  7331. int x_param_max_inline_recursive_depth_auto;
  7332. int x_param_max_inline_recursive_depth;
  7333. int x_param_max_isl_operations;
  7334. int x_param_max_iterations_computation_cost;
  7335. int x_param_max_iterations_to_track;
  7336. int x_param_max_jump_thread_duplication_stmts;
  7337. int x_param_max_last_value_rtl;
  7338. int x_param_max_loop_header_insns;
  7339. int x_param_max_modulo_backtrack_attempts;
  7340. int x_param_max_partial_antic_length;
  7341. int x_param_max_peel_branches;
  7342. int x_param_max_peel_times;
  7343. int x_param_max_peeled_insns;
  7344. int x_param_max_pending_list_length;
  7345. int x_param_max_pipeline_region_blocks;
  7346. int x_param_max_pipeline_region_insns;
  7347. int x_param_max_pow_sqrt_depth;
  7348. int x_param_max_predicted_iterations;
  7349. int x_param_max_reload_search_insns;
  7350. int x_param_max_rtl_if_conversion_insns;
  7351. int x_param_max_rtl_if_conversion_predictable_cost;
  7352. int x_param_max_rtl_if_conversion_unpredictable_cost;
  7353. int x_param_max_sched_extend_regions_iters;
  7354. int x_param_max_sched_insn_conflict_delay;
  7355. int x_param_max_sched_ready_insns;
  7356. int x_param_max_sched_region_blocks;
  7357. int x_param_max_sched_region_insns;
  7358. int x_param_max_slsr_candidate_scan;
  7359. int x_param_max_speculative_devirt_maydefs;
  7360. int x_param_max_stores_to_merge;
  7361. int x_param_max_stores_to_sink;
  7362. int x_param_max_tail_merge_comparisons;
  7363. int x_param_max_tail_merge_iterations;
  7364. int x_param_max_tracked_strlens;
  7365. int x_param_max_tree_if_conversion_phi_args;
  7366. int x_param_max_unroll_times;
  7367. int x_param_max_unrolled_insns;
  7368. int x_param_max_unswitch_insns;
  7369. int x_param_max_unswitch_level;
  7370. int x_param_max_variable_expansions;
  7371. int x_param_max_vartrack_expr_depth;
  7372. int x_param_max_vartrack_reverse_op_size;
  7373. int x_param_max_vartrack_size;
  7374. int x_param_max_vrp_switch_assertions;
  7375. int x_param_min_crossjump_insns;
  7376. int x_param_min_inline_recursive_probability;
  7377. int x_param_min_insn_to_prefetch_ratio;
  7378. int x_param_min_loop_cond_split_prob;
  7379. int x_param_min_size_for_stack_sharing;
  7380. int x_param_min_spec_prob;
  7381. int x_param_min_vect_loop_bound;
  7382. int x_param_parloops_chunk_size;
  7383. int x_param_parloops_min_per_thread;
  7384. int x_param_parloops_schedule;
  7385. int x_param_partial_inlining_entry_probability;
  7386. int x_param_predictable_branch_outcome;
  7387. int x_param_prefetch_dynamic_strides;
  7388. int x_param_prefetch_latency;
  7389. int x_param_prefetch_min_insn_to_mem_ratio;
  7390. int x_param_prefetch_minimum_stride;
  7391. int x_param_rpo_vn_max_loop_depth;
  7392. int x_param_sccvn_max_alias_queries_per_access;
  7393. int x_param_scev_max_expr_complexity;
  7394. int x_param_scev_max_expr_size;
  7395. int x_param_sched_autopref_queue_depth;
  7396. int x_param_sched_mem_true_dep_cost;
  7397. int x_param_sched_pressure_algorithm;
  7398. int x_param_sched_spec_prob_cutoff;
  7399. int x_param_sched_state_edge_prob_cutoff;
  7400. int x_param_selsched_insns_to_rename;
  7401. int x_param_selsched_max_lookahead;
  7402. int x_param_selsched_max_sched_times;
  7403. int x_param_simultaneous_prefetches;
  7404. int x_param_sink_frequency_threshold;
  7405. int x_param_slp_max_insns_in_bb;
  7406. int x_param_sms_dfa_history;
  7407. int x_param_sms_loop_average_count_threshold;
  7408. int x_param_sms_max_ii_factor;
  7409. int x_param_sms_min_sc;
  7410. int x_param_sra_max_propagations;
  7411. int x_param_sra_max_scalarization_size_size;
  7412. int x_param_sra_max_scalarization_size_speed;
  7413. int x_param_ssa_name_def_chain_limit;
  7414. int x_param_ssp_buffer_size;
  7415. int x_param_stack_clash_protection_guard_size;
  7416. int x_param_stack_clash_protection_probe_interval;
  7417. int x_param_store_merging_allow_unaligned;
  7418. int x_param_store_merging_max_size;
  7419. int x_param_switch_conversion_branch_ratio;
  7420. int x_param_tm_max_aggregate_size;
  7421. int x_param_tracer_dynamic_coverage_feedback;
  7422. int x_param_tracer_dynamic_coverage;
  7423. int x_param_tracer_max_code_growth;
  7424. int x_param_tracer_min_branch_probability_feedback;
  7425. int x_param_tracer_min_branch_probability;
  7426. int x_param_tracer_min_branch_ratio;
  7427. int x_param_tree_reassoc_width;
  7428. int x_param_uninit_control_dep_attempts;
  7429. int x_param_uninlined_function_insns;
  7430. int x_param_uninlined_function_time;
  7431. int x_param_uninlined_function_thunk_insns;
  7432. int x_param_uninlined_function_thunk_time;
  7433. int x_param_unlikely_bb_count_fraction;
  7434. int x_param_unroll_jam_max_unroll;
  7435. int x_param_unroll_jam_min_percent;
  7436. int x_param_use_after_scope_direct_emission_threshold;
  7437. int x_param_vect_epilogues_nomask;
  7438. int x_param_vect_max_peeling_for_alignment;
  7439. int x_param_vect_max_version_for_alias_checks;
  7440. int x_param_vect_max_version_for_alignment_checks;
  7441. int x_flag_sched_stalled_insns;
  7442. int x_flag_sched_stalled_insns_dep;
  7443. int x_flag_tree_parallelize_loops;
  7444. enum excess_precision x_flag_excess_precision;
  7445. enum fp_contract_mode x_flag_fp_contract_mode;
  7446. enum ira_algorithm x_flag_ira_algorithm;
  7447. enum ira_region x_flag_ira_region;
  7448. enum live_patching_level x_flag_live_patching;
  7449. enum reorder_blocks_algorithm x_flag_reorder_blocks_algorithm;
  7450. enum vect_cost_model x_flag_simd_cost_model;
  7451. enum stack_reuse_level x_flag_stack_reuse;
  7452. enum vect_cost_model x_flag_vect_cost_model;
  7453. unsigned char x_optimize;
  7454. unsigned char x_optimize_size;
  7455. unsigned char x_optimize_debug;
  7456. unsigned char x_optimize_fast;
  7457. signed char x_warn_inline;
  7458. signed char x_flag_aggressive_loop_optimizations;
  7459. signed char x_flag_align_functions;
  7460. signed char x_flag_align_jumps;
  7461. signed char x_flag_align_labels;
  7462. signed char x_flag_align_loops;
  7463. signed char x_flag_allocation_dce;
  7464. signed char x_flag_store_data_races;
  7465. signed char x_flag_associative_math;
  7466. signed char x_flag_assume_phsa;
  7467. signed char x_flag_asynchronous_unwind_tables;
  7468. signed char x_flag_auto_inc_dec;
  7469. signed char x_flag_branch_on_count_reg;
  7470. signed char x_flag_branch_probabilities;
  7471. signed char x_flag_caller_saves;
  7472. signed char x_flag_code_hoisting;
  7473. signed char x_flag_combine_stack_adjustments;
  7474. signed char x_flag_compare_elim_after_reload;
  7475. signed char x_flag_conserve_stack;
  7476. signed char x_flag_cprop_registers;
  7477. signed char x_flag_crossjumping;
  7478. signed char x_flag_cse_follow_jumps;
  7479. signed char x_flag_cx_fortran_rules;
  7480. signed char x_flag_cx_limited_range;
  7481. signed char x_flag_dce;
  7482. signed char x_flag_defer_pop;
  7483. signed char x_flag_delayed_branch;
  7484. signed char x_flag_delete_dead_exceptions;
  7485. signed char x_flag_delete_null_pointer_checks;
  7486. signed char x_flag_devirtualize;
  7487. signed char x_flag_devirtualize_speculatively;
  7488. signed char x_flag_dse;
  7489. signed char x_flag_early_inlining;
  7490. signed char x_flag_exceptions;
  7491. signed char x_flag_expensive_optimizations;
  7492. signed char x_flag_finite_loops;
  7493. signed char x_flag_finite_math_only;
  7494. signed char x_flag_float_store;
  7495. signed char x_flag_forward_propagate;
  7496. signed char x_flag_fp_int_builtin_inexact;
  7497. signed char x_flag_no_function_cse;
  7498. signed char x_flag_gcse;
  7499. signed char x_flag_gcse_after_reload;
  7500. signed char x_flag_gcse_las;
  7501. signed char x_flag_gcse_lm;
  7502. signed char x_flag_gcse_sm;
  7503. signed char x_flag_graphite;
  7504. signed char x_flag_graphite_identity;
  7505. signed char x_flag_guess_branch_prob;
  7506. signed char x_flag_hoist_adjacent_loads;
  7507. signed char x_flag_if_conversion;
  7508. signed char x_flag_if_conversion2;
  7509. signed char x_flag_indirect_inlining;
  7510. signed char x_flag_no_inline;
  7511. signed char x_flag_inline_atomics;
  7512. signed char x_flag_inline_functions;
  7513. signed char x_flag_inline_functions_called_once;
  7514. signed char x_flag_inline_small_functions;
  7515. signed char x_flag_ipa_bit_cp;
  7516. signed char x_flag_ipa_cp;
  7517. signed char x_flag_ipa_cp_clone;
  7518. signed char x_flag_ipa_icf;
  7519. signed char x_flag_ipa_icf_functions;
  7520. signed char x_flag_ipa_icf_variables;
  7521. signed char x_flag_ipa_profile;
  7522. signed char x_flag_ipa_pta;
  7523. signed char x_flag_ipa_pure_const;
  7524. signed char x_flag_ipa_ra;
  7525. signed char x_flag_ipa_reference;
  7526. signed char x_flag_ipa_reference_addressable;
  7527. signed char x_flag_ipa_sra;
  7528. signed char x_flag_ipa_stack_alignment;
  7529. signed char x_flag_ipa_vrp;
  7530. signed char x_flag_ira_hoist_pressure;
  7531. signed char x_flag_ira_loop_pressure;
  7532. signed char x_flag_ira_share_save_slots;
  7533. signed char x_flag_ira_share_spill_slots;
  7534. signed char x_flag_isolate_erroneous_paths_attribute;
  7535. signed char x_flag_isolate_erroneous_paths_dereference;
  7536. signed char x_flag_ivopts;
  7537. signed char x_flag_jump_tables;
  7538. signed char x_flag_keep_gc_roots_live;
  7539. signed char x_flag_lifetime_dse;
  7540. signed char x_flag_limit_function_alignment;
  7541. signed char x_flag_live_range_shrinkage;
  7542. signed char x_flag_loop_interchange;
  7543. signed char x_flag_loop_nest_optimize;
  7544. signed char x_flag_loop_parallelize_all;
  7545. signed char x_flag_unroll_jam;
  7546. signed char x_flag_lra_remat;
  7547. signed char x_flag_errno_math;
  7548. signed char x_flag_modulo_sched;
  7549. signed char x_flag_modulo_sched_allow_regmoves;
  7550. signed char x_flag_move_loop_invariants;
  7551. signed char x_flag_non_call_exceptions;
  7552. signed char x_flag_nothrow_opt;
  7553. signed char x_flag_omit_frame_pointer;
  7554. signed char x_flag_opt_info;
  7555. signed char x_flag_optimize_sibling_calls;
  7556. signed char x_flag_optimize_strlen;
  7557. signed char x_flag_pack_struct;
  7558. signed char x_flag_partial_inlining;
  7559. signed char x_flag_peel_loops;
  7560. signed char x_flag_no_peephole;
  7561. signed char x_flag_peephole2;
  7562. signed char x_flag_plt;
  7563. signed char x_flag_predictive_commoning;
  7564. signed char x_flag_prefetch_loop_arrays;
  7565. signed char x_flag_printf_return_value;
  7566. signed char x_flag_profile_partial_training;
  7567. signed char x_flag_profile_reorder_functions;
  7568. signed char x_flag_reciprocal_math;
  7569. signed char x_flag_ree;
  7570. signed char x_flag_pcc_struct_return;
  7571. signed char x_flag_rename_registers;
  7572. signed char x_flag_reorder_blocks;
  7573. signed char x_flag_reorder_blocks_and_partition;
  7574. signed char x_flag_reorder_functions;
  7575. signed char x_flag_rerun_cse_after_loop;
  7576. signed char x_flag_resched_modulo_sched;
  7577. signed char x_flag_rounding_math;
  7578. signed char x_flag_rtti;
  7579. signed char x_flag_save_optimization_record;
  7580. signed char x_flag_sched_critical_path_heuristic;
  7581. signed char x_flag_sched_dep_count_heuristic;
  7582. signed char x_flag_sched_group_heuristic;
  7583. signed char x_flag_schedule_interblock;
  7584. signed char x_flag_sched_last_insn_heuristic;
  7585. signed char x_flag_sched_pressure;
  7586. signed char x_flag_sched_rank_heuristic;
  7587. signed char x_flag_schedule_speculative;
  7588. signed char x_flag_sched_spec_insn_heuristic;
  7589. signed char x_flag_schedule_speculative_load;
  7590. signed char x_flag_schedule_speculative_load_dangerous;
  7591. signed char x_flag_sched2_use_superblocks;
  7592. signed char x_flag_schedule_fusion;
  7593. signed char x_flag_schedule_insns;
  7594. signed char x_flag_schedule_insns_after_reload;
  7595. signed char x_flag_section_anchors;
  7596. signed char x_flag_sel_sched_pipelining;
  7597. signed char x_flag_sel_sched_pipelining_outer_loops;
  7598. signed char x_flag_sel_sched_reschedule_pipelined;
  7599. signed char x_flag_selective_scheduling;
  7600. signed char x_flag_selective_scheduling2;
  7601. signed char x_flag_short_enums;
  7602. signed char x_flag_short_wchar;
  7603. signed char x_flag_shrink_wrap;
  7604. signed char x_flag_shrink_wrap_separate;
  7605. signed char x_flag_signaling_nans;
  7606. signed char x_flag_signed_zeros;
  7607. signed char x_flag_single_precision_constant;
  7608. signed char x_flag_split_ivs_in_unroller;
  7609. signed char x_flag_split_loops;
  7610. signed char x_flag_split_paths;
  7611. signed char x_flag_split_wide_types;
  7612. signed char x_flag_split_wide_types_early;
  7613. signed char x_flag_ssa_backprop;
  7614. signed char x_flag_ssa_phiopt;
  7615. signed char x_flag_stack_clash_protection;
  7616. signed char x_flag_stack_protect;
  7617. signed char x_flag_stdarg_opt;
  7618. signed char x_flag_store_merging;
  7619. signed char x_flag_strict_aliasing;
  7620. signed char x_flag_strict_enums;
  7621. signed char x_flag_strict_volatile_bitfields;
  7622. signed char x_flag_thread_jumps;
  7623. signed char x_flag_threadsafe_statics;
  7624. signed char x_flag_toplevel_reorder;
  7625. signed char x_flag_tracer;
  7626. signed char x_flag_trapping_math;
  7627. signed char x_flag_trapv;
  7628. signed char x_flag_tree_bit_ccp;
  7629. signed char x_flag_tree_builtin_call_dce;
  7630. signed char x_flag_tree_ccp;
  7631. signed char x_flag_tree_ch;
  7632. signed char x_flag_tree_coalesce_vars;
  7633. signed char x_flag_tree_copy_prop;
  7634. signed char x_flag_tree_cselim;
  7635. signed char x_flag_tree_dce;
  7636. signed char x_flag_tree_dom;
  7637. signed char x_flag_tree_dse;
  7638. signed char x_flag_tree_forwprop;
  7639. signed char x_flag_tree_fre;
  7640. signed char x_flag_tree_loop_distribute_patterns;
  7641. signed char x_flag_tree_loop_distribution;
  7642. signed char x_flag_tree_loop_if_convert;
  7643. signed char x_flag_tree_loop_im;
  7644. signed char x_flag_tree_loop_ivcanon;
  7645. signed char x_flag_tree_loop_optimize;
  7646. signed char x_flag_tree_loop_vectorize;
  7647. signed char x_flag_tree_live_range_split;
  7648. signed char x_flag_tree_partial_pre;
  7649. signed char x_flag_tree_phiprop;
  7650. signed char x_flag_tree_pre;
  7651. signed char x_flag_tree_pta;
  7652. signed char x_flag_tree_reassoc;
  7653. signed char x_flag_tree_scev_cprop;
  7654. signed char x_flag_tree_sink;
  7655. signed char x_flag_tree_slp_vectorize;
  7656. signed char x_flag_tree_slsr;
  7657. signed char x_flag_tree_sra;
  7658. signed char x_flag_tree_switch_conversion;
  7659. signed char x_flag_tree_tail_merge;
  7660. signed char x_flag_tree_ter;
  7661. signed char x_flag_tree_vrp;
  7662. signed char x_flag_unconstrained_commons;
  7663. signed char x_flag_unroll_all_loops;
  7664. signed char x_flag_cunroll_grow_size;
  7665. signed char x_flag_unroll_loops;
  7666. signed char x_flag_unsafe_math_optimizations;
  7667. signed char x_flag_unswitch_loops;
  7668. signed char x_flag_unwind_tables;
  7669. signed char x_flag_var_tracking;
  7670. signed char x_flag_var_tracking_assignments;
  7671. signed char x_flag_var_tracking_assignments_toggle;
  7672. signed char x_flag_var_tracking_uninit;
  7673. signed char x_flag_variable_expansion_in_unroller;
  7674. signed char x_flag_version_loops_for_strides;
  7675. signed char x_flag_value_profile_transformations;
  7676. signed char x_flag_web;
  7677. signed char x_flag_wrapv;
  7678. signed char x_flag_wrapv_pointer;
  7679. };
  7680. /* Structure to save/restore selected target specific options. */
  7681. struct GTY(()) cl_target_option
  7682. {
  7683. const char *x_arm_arch_string;
  7684. const char *x_arm_cpu_string;
  7685. const char *x_arm_tune_string;
  7686. enum fpu_type x_arm_fpu_index;
  7687. /* - */ int x_target_flags;
  7688. signed char x_inline_asm_unified;
  7689. signed char x_arm_restrict_it;
  7690. signed char x_unaligned_access;
  7691. };
  7692. /* Save optimization variables into a structure. */
  7693. extern void cl_optimization_save (struct cl_optimization *, struct gcc_options *);
  7694. /* Restore optimization variables from a structure. */
  7695. extern void cl_optimization_restore (struct gcc_options *, struct cl_optimization *);
  7696. /* Print optimization variables from a structure. */
  7697. extern void cl_optimization_print (FILE *, int, struct cl_optimization *);
  7698. /* Print different optimization variables from structures provided as arguments. */
  7699. extern void cl_optimization_print_diff (FILE *, int, cl_optimization *ptr1, cl_optimization *ptr2);
  7700. /* Save selected option variables into a structure. */
  7701. extern void cl_target_option_save (struct cl_target_option *, struct gcc_options *);
  7702. /* Restore selected option variables from a structure. */
  7703. extern void cl_target_option_restore (struct gcc_options *, struct cl_target_option *);
  7704. /* Print target option variables from a structure. */
  7705. extern void cl_target_option_print (FILE *, int, struct cl_target_option *);
  7706. /* Print different target option variables from structures provided as arguments. */
  7707. extern void cl_target_option_print_diff (FILE *, int, cl_target_option *ptr1, cl_target_option *ptr2);
  7708. /* Compare two target option variables from a structure. */
  7709. extern bool cl_target_option_eq (const struct cl_target_option *, const struct cl_target_option *);
  7710. /* Free heap memory used by target option variables. */
  7711. extern void cl_target_option_free (struct cl_target_option *);
  7712. /* Hash option variables from a structure. */
  7713. extern hashval_t cl_target_option_hash (const struct cl_target_option *);
  7714. /* Hash optimization from a structure. */
  7715. extern hashval_t cl_optimization_hash (const struct cl_optimization *);
  7716. /* Compare two optimization options. */
  7717. extern bool cl_optimization_option_eq (cl_optimization const *ptr1, cl_optimization const *ptr2);
  7718. /* Free heap memory used by optimization options. */
  7719. extern void cl_optimization_option_free (cl_optimization *ptr1);
  7720. /* Generator files may not have access to location_t, and don't need these. */
  7721. #if defined(UNKNOWN_LOCATION)
  7722. bool
  7723. common_handle_option_auto (struct gcc_options *opts,
  7724. struct gcc_options *opts_set,
  7725. const struct cl_decoded_option *decoded,
  7726. unsigned int lang_mask, int kind,
  7727. location_t loc,
  7728. const struct cl_option_handlers *handlers,
  7729. diagnostic_context *dc);
  7730. bool
  7731. Ada_handle_option_auto (struct gcc_options *opts,
  7732. struct gcc_options *opts_set,
  7733. size_t scode, const char *arg,
  7734. HOST_WIDE_INT value,
  7735. unsigned int lang_mask, int kind,
  7736. location_t loc,
  7737. const struct cl_option_handlers *handlers,
  7738. diagnostic_context *dc);
  7739. bool
  7740. AdaSCIL_handle_option_auto (struct gcc_options *opts,
  7741. struct gcc_options *opts_set,
  7742. size_t scode, const char *arg,
  7743. HOST_WIDE_INT value,
  7744. unsigned int lang_mask, int kind,
  7745. location_t loc,
  7746. const struct cl_option_handlers *handlers,
  7747. diagnostic_context *dc);
  7748. bool
  7749. AdaWhy_handle_option_auto (struct gcc_options *opts,
  7750. struct gcc_options *opts_set,
  7751. size_t scode, const char *arg,
  7752. HOST_WIDE_INT value,
  7753. unsigned int lang_mask, int kind,
  7754. location_t loc,
  7755. const struct cl_option_handlers *handlers,
  7756. diagnostic_context *dc);
  7757. bool
  7758. BRIG_handle_option_auto (struct gcc_options *opts,
  7759. struct gcc_options *opts_set,
  7760. size_t scode, const char *arg,
  7761. HOST_WIDE_INT value,
  7762. unsigned int lang_mask, int kind,
  7763. location_t loc,
  7764. const struct cl_option_handlers *handlers,
  7765. diagnostic_context *dc);
  7766. bool
  7767. C_handle_option_auto (struct gcc_options *opts,
  7768. struct gcc_options *opts_set,
  7769. size_t scode, const char *arg,
  7770. HOST_WIDE_INT value,
  7771. unsigned int lang_mask, int kind,
  7772. location_t loc,
  7773. const struct cl_option_handlers *handlers,
  7774. diagnostic_context *dc);
  7775. bool
  7776. CXX_handle_option_auto (struct gcc_options *opts,
  7777. struct gcc_options *opts_set,
  7778. size_t scode, const char *arg,
  7779. HOST_WIDE_INT value,
  7780. unsigned int lang_mask, int kind,
  7781. location_t loc,
  7782. const struct cl_option_handlers *handlers,
  7783. diagnostic_context *dc);
  7784. bool
  7785. D_handle_option_auto (struct gcc_options *opts,
  7786. struct gcc_options *opts_set,
  7787. size_t scode, const char *arg,
  7788. HOST_WIDE_INT value,
  7789. unsigned int lang_mask, int kind,
  7790. location_t loc,
  7791. const struct cl_option_handlers *handlers,
  7792. diagnostic_context *dc);
  7793. bool
  7794. Fortran_handle_option_auto (struct gcc_options *opts,
  7795. struct gcc_options *opts_set,
  7796. size_t scode, const char *arg,
  7797. HOST_WIDE_INT value,
  7798. unsigned int lang_mask, int kind,
  7799. location_t loc,
  7800. const struct cl_option_handlers *handlers,
  7801. diagnostic_context *dc);
  7802. bool
  7803. Go_handle_option_auto (struct gcc_options *opts,
  7804. struct gcc_options *opts_set,
  7805. size_t scode, const char *arg,
  7806. HOST_WIDE_INT value,
  7807. unsigned int lang_mask, int kind,
  7808. location_t loc,
  7809. const struct cl_option_handlers *handlers,
  7810. diagnostic_context *dc);
  7811. bool
  7812. LTO_handle_option_auto (struct gcc_options *opts,
  7813. struct gcc_options *opts_set,
  7814. size_t scode, const char *arg,
  7815. HOST_WIDE_INT value,
  7816. unsigned int lang_mask, int kind,
  7817. location_t loc,
  7818. const struct cl_option_handlers *handlers,
  7819. diagnostic_context *dc);
  7820. bool
  7821. LTODump_handle_option_auto (struct gcc_options *opts,
  7822. struct gcc_options *opts_set,
  7823. size_t scode, const char *arg,
  7824. HOST_WIDE_INT value,
  7825. unsigned int lang_mask, int kind,
  7826. location_t loc,
  7827. const struct cl_option_handlers *handlers,
  7828. diagnostic_context *dc);
  7829. bool
  7830. ObjC_handle_option_auto (struct gcc_options *opts,
  7831. struct gcc_options *opts_set,
  7832. size_t scode, const char *arg,
  7833. HOST_WIDE_INT value,
  7834. unsigned int lang_mask, int kind,
  7835. location_t loc,
  7836. const struct cl_option_handlers *handlers,
  7837. diagnostic_context *dc);
  7838. bool
  7839. ObjCXX_handle_option_auto (struct gcc_options *opts,
  7840. struct gcc_options *opts_set,
  7841. size_t scode, const char *arg,
  7842. HOST_WIDE_INT value,
  7843. unsigned int lang_mask, int kind,
  7844. location_t loc,
  7845. const struct cl_option_handlers *handlers,
  7846. diagnostic_context *dc);
  7847. void cpp_handle_option_auto (const struct gcc_options * opts, size_t scode,
  7848. struct cpp_options * cpp_opts);
  7849. void init_global_opts_from_cpp(struct gcc_options * opts,
  7850. const struct cpp_options * cpp_opts);
  7851. #endif
  7852. #endif
  7853. #define MASK_ABORT_NORETURN (1U << 0)
  7854. #define MASK_APCS_FRAME (1U << 1)
  7855. #define MASK_APCS_REENT (1U << 2)
  7856. #define MASK_APCS_STACK (1U << 3)
  7857. #define MASK_THUMB (1U << 4)
  7858. #define MASK_BE8 (1U << 5)
  7859. #define MASK_BIG_END (1U << 6)
  7860. #define MASK_CALLEE_INTERWORKING (1U << 7)
  7861. #define MASK_CALLER_INTERWORKING (1U << 8)
  7862. #define MASK_FDPIC (1U << 9)
  7863. #define MASK_GENERAL_REGS_ONLY (1U << 10)
  7864. #define MASK_LONG_CALLS (1U << 11)
  7865. #define MASK_POKE_FUNCTION_NAME (1U << 12)
  7866. #define MASK_SCHED_PROLOG (1U << 13)
  7867. #define MASK_SINGLE_PIC_BASE (1U << 14)
  7868. #define MASK_INTERWORK (1U << 15)
  7869. #define MASK_TPCS_FRAME (1U << 16)
  7870. #define MASK_TPCS_LEAF_FRAME (1U << 17)
  7871. #define MASK_NEON_VECTORIZE_DOUBLE (1U << 18)
  7872. #define TARGET_ABORT_NORETURN ((target_flags & MASK_ABORT_NORETURN) != 0)
  7873. #define TARGET_ABORT_NORETURN_P(target_flags) (((target_flags) & MASK_ABORT_NORETURN) != 0)
  7874. #define TARGET_APCS_FRAME ((target_flags & MASK_APCS_FRAME) != 0)
  7875. #define TARGET_APCS_FRAME_P(target_flags) (((target_flags) & MASK_APCS_FRAME) != 0)
  7876. #define TARGET_APCS_REENT ((target_flags & MASK_APCS_REENT) != 0)
  7877. #define TARGET_APCS_REENT_P(target_flags) (((target_flags) & MASK_APCS_REENT) != 0)
  7878. #define TARGET_APCS_STACK ((target_flags & MASK_APCS_STACK) != 0)
  7879. #define TARGET_APCS_STACK_P(target_flags) (((target_flags) & MASK_APCS_STACK) != 0)
  7880. #define TARGET_THUMB ((target_flags & MASK_THUMB) != 0)
  7881. #define TARGET_THUMB_P(target_flags) (((target_flags) & MASK_THUMB) != 0)
  7882. #define TARGET_BE8 ((target_flags & MASK_BE8) != 0)
  7883. #define TARGET_BE8_P(target_flags) (((target_flags) & MASK_BE8) != 0)
  7884. #define TARGET_BIG_END ((target_flags & MASK_BIG_END) != 0)
  7885. #define TARGET_BIG_END_P(target_flags) (((target_flags) & MASK_BIG_END) != 0)
  7886. #define TARGET_CALLEE_INTERWORKING ((target_flags & MASK_CALLEE_INTERWORKING) != 0)
  7887. #define TARGET_CALLEE_INTERWORKING_P(target_flags) (((target_flags) & MASK_CALLEE_INTERWORKING) != 0)
  7888. #define TARGET_CALLER_INTERWORKING ((target_flags & MASK_CALLER_INTERWORKING) != 0)
  7889. #define TARGET_CALLER_INTERWORKING_P(target_flags) (((target_flags) & MASK_CALLER_INTERWORKING) != 0)
  7890. #define TARGET_FDPIC ((target_flags & MASK_FDPIC) != 0)
  7891. #define TARGET_FDPIC_P(target_flags) (((target_flags) & MASK_FDPIC) != 0)
  7892. #define TARGET_GENERAL_REGS_ONLY ((target_flags & MASK_GENERAL_REGS_ONLY) != 0)
  7893. #define TARGET_GENERAL_REGS_ONLY_P(target_flags) (((target_flags) & MASK_GENERAL_REGS_ONLY) != 0)
  7894. #define TARGET_LONG_CALLS ((target_flags & MASK_LONG_CALLS) != 0)
  7895. #define TARGET_LONG_CALLS_P(target_flags) (((target_flags) & MASK_LONG_CALLS) != 0)
  7896. #define TARGET_POKE_FUNCTION_NAME ((target_flags & MASK_POKE_FUNCTION_NAME) != 0)
  7897. #define TARGET_POKE_FUNCTION_NAME_P(target_flags) (((target_flags) & MASK_POKE_FUNCTION_NAME) != 0)
  7898. #define TARGET_SCHED_PROLOG ((target_flags & MASK_SCHED_PROLOG) != 0)
  7899. #define TARGET_SCHED_PROLOG_P(target_flags) (((target_flags) & MASK_SCHED_PROLOG) != 0)
  7900. #define TARGET_SINGLE_PIC_BASE ((target_flags & MASK_SINGLE_PIC_BASE) != 0)
  7901. #define TARGET_SINGLE_PIC_BASE_P(target_flags) (((target_flags) & MASK_SINGLE_PIC_BASE) != 0)
  7902. #define TARGET_INTERWORK ((target_flags & MASK_INTERWORK) != 0)
  7903. #define TARGET_INTERWORK_P(target_flags) (((target_flags) & MASK_INTERWORK) != 0)
  7904. #define TARGET_TPCS_FRAME ((target_flags & MASK_TPCS_FRAME) != 0)
  7905. #define TARGET_TPCS_FRAME_P(target_flags) (((target_flags) & MASK_TPCS_FRAME) != 0)
  7906. #define TARGET_TPCS_LEAF_FRAME ((target_flags & MASK_TPCS_LEAF_FRAME) != 0)
  7907. #define TARGET_TPCS_LEAF_FRAME_P(target_flags) (((target_flags) & MASK_TPCS_LEAF_FRAME) != 0)
  7908. #define TARGET_NEON_VECTORIZE_DOUBLE ((target_flags & MASK_NEON_VECTORIZE_DOUBLE) != 0)
  7909. #define TARGET_NEON_VECTORIZE_DOUBLE_P(target_flags) (((target_flags) & MASK_NEON_VECTORIZE_DOUBLE) != 0)
  7910. #define CL_Ada (1U << 0)
  7911. #define CL_AdaSCIL (1U << 1)
  7912. #define CL_AdaWhy (1U << 2)
  7913. #define CL_BRIG (1U << 3)
  7914. #define CL_C (1U << 4)
  7915. #define CL_CXX (1U << 5)
  7916. #define CL_D (1U << 6)
  7917. #define CL_Fortran (1U << 7)
  7918. #define CL_Go (1U << 8)
  7919. #define CL_LTO (1U << 9)
  7920. #define CL_LTODump (1U << 10)
  7921. #define CL_ObjC (1U << 11)
  7922. #define CL_ObjCXX (1U << 12)
  7923. #define CL_LANG_ALL ((1U << 13) - 1)
  7924. enum opt_code
  7925. {
  7926. OPT____ = 0, /* -### */
  7927. /* OPT__all_warnings = 1, */ /* --all-warnings */
  7928. /* OPT__ansi = 2, */ /* --ansi */
  7929. /* OPT__assemble = 3, */ /* --assemble */
  7930. /* OPT__assert = 4, */ /* --assert */
  7931. /* OPT__assert_ = 5, */ /* --assert= */
  7932. /* OPT__comments = 6, */ /* --comments */
  7933. /* OPT__comments_in_macros = 7, */ /* --comments-in-macros */
  7934. /* OPT__compile = 8, */ /* --compile */
  7935. OPT__completion_ = 9, /* --completion= */
  7936. /* OPT__coverage = 10, */ /* --coverage */
  7937. /* OPT__debug = 11, */ /* --debug */
  7938. /* OPT__define_macro = 12, */ /* --define-macro */
  7939. /* OPT__define_macro_ = 13, */ /* --define-macro= */
  7940. /* OPT__dependencies = 14, */ /* --dependencies */
  7941. /* OPT__dump = 15, */ /* --dump */
  7942. /* OPT__dump_ = 16, */ /* --dump= */
  7943. /* OPT__dumpbase = 17, */ /* --dumpbase */
  7944. /* OPT__dumpdir = 18, */ /* --dumpdir */
  7945. /* OPT__entry = 19, */ /* --entry */
  7946. /* OPT__entry_ = 20, */ /* --entry= */
  7947. /* OPT__extra_warnings = 21, */ /* --extra-warnings */
  7948. /* OPT__for_assembler = 22, */ /* --for-assembler */
  7949. /* OPT__for_assembler_ = 23, */ /* --for-assembler= */
  7950. /* OPT__for_linker = 24, */ /* --for-linker */
  7951. /* OPT__for_linker_ = 25, */ /* --for-linker= */
  7952. /* OPT__force_link = 26, */ /* --force-link */
  7953. /* OPT__force_link_ = 27, */ /* --force-link= */
  7954. OPT__help = 28, /* --help */
  7955. OPT__help_ = 29, /* --help= */
  7956. /* OPT__imacros = 30, */ /* --imacros */
  7957. /* OPT__imacros_ = 31, */ /* --imacros= */
  7958. /* OPT__include = 32, */ /* --include */
  7959. /* OPT__include_barrier = 33, */ /* --include-barrier */
  7960. /* OPT__include_directory = 34, */ /* --include-directory */
  7961. /* OPT__include_directory_after = 35, */ /* --include-directory-after */
  7962. /* OPT__include_directory_after_ = 36, */ /* --include-directory-after= */
  7963. /* OPT__include_directory_ = 37, */ /* --include-directory= */
  7964. /* OPT__include_prefix = 38, */ /* --include-prefix */
  7965. /* OPT__include_prefix_ = 39, */ /* --include-prefix= */
  7966. /* OPT__include_with_prefix = 40, */ /* --include-with-prefix */
  7967. /* OPT__include_with_prefix_after = 41, */ /* --include-with-prefix-after */
  7968. /* OPT__include_with_prefix_after_ = 42, *//* --include-with-prefix-after= */
  7969. /* OPT__include_with_prefix_before = 43, *//* --include-with-prefix-before */
  7970. /* OPT__include_with_prefix_before_ = 44, *//* --include-with-prefix-before= */
  7971. /* OPT__include_with_prefix_ = 45, */ /* --include-with-prefix= */
  7972. /* OPT__include_ = 46, */ /* --include= */
  7973. /* OPT__language = 47, */ /* --language */
  7974. /* OPT__language_ = 48, */ /* --language= */
  7975. /* OPT__library_directory = 49, */ /* --library-directory */
  7976. /* OPT__library_directory_ = 50, */ /* --library-directory= */
  7977. /* OPT__no_canonical_prefixes = 51, */ /* --no-canonical-prefixes */
  7978. /* OPT__no_integrated_cpp = 52, */ /* --no-integrated-cpp */
  7979. /* OPT__no_line_commands = 53, */ /* --no-line-commands */
  7980. /* OPT__no_standard_includes = 54, */ /* --no-standard-includes */
  7981. /* OPT__no_standard_libraries = 55, */ /* --no-standard-libraries */
  7982. OPT__no_sysroot_suffix = 56, /* --no-sysroot-suffix */
  7983. /* OPT__no_warnings = 57, */ /* --no-warnings */
  7984. /* OPT__optimize = 58, */ /* --optimize */
  7985. /* OPT__output = 59, */ /* --output */
  7986. OPT__output_pch_ = 60, /* --output-pch= */
  7987. /* OPT__output_ = 61, */ /* --output= */
  7988. OPT__param_align_loop_iterations_ = 62, /* --param=align-loop-iterations= */
  7989. OPT__param_align_threshold_ = 63, /* --param=align-threshold= */
  7990. OPT__param_analyzer_bb_explosion_factor_ = 64,/* --param=analyzer-bb-explosion-factor= */
  7991. OPT__param_analyzer_max_enodes_per_program_point_ = 65,/* --param=analyzer-max-enodes-per-program-point= */
  7992. OPT__param_analyzer_max_recursion_depth_ = 66,/* --param=analyzer-max-recursion-depth= */
  7993. OPT__param_analyzer_min_snodes_for_call_summary_ = 67,/* --param=analyzer-min-snodes-for-call-summary= */
  7994. OPT__param_asan_globals_ = 68, /* --param=asan-globals= */
  7995. OPT__param_asan_instrument_allocas_ = 69, /* --param=asan-instrument-allocas= */
  7996. OPT__param_asan_instrument_reads_ = 70, /* --param=asan-instrument-reads= */
  7997. OPT__param_asan_instrument_writes_ = 71, /* --param=asan-instrument-writes= */
  7998. OPT__param_asan_instrumentation_with_call_threshold_ = 72,/* --param=asan-instrumentation-with-call-threshold= */
  7999. OPT__param_asan_memintrin_ = 73, /* --param=asan-memintrin= */
  8000. OPT__param_asan_stack_ = 74, /* --param=asan-stack= */
  8001. OPT__param_asan_use_after_return_ = 75, /* --param=asan-use-after-return= */
  8002. OPT__param_avg_loop_niter_ = 76, /* --param=avg-loop-niter= */
  8003. OPT__param_avoid_fma_max_bits_ = 77, /* --param=avoid-fma-max-bits= */
  8004. OPT__param_builtin_expect_probability_ = 78,/* --param=builtin-expect-probability= */
  8005. OPT__param_builtin_string_cmp_inline_length_ = 79,/* --param=builtin-string-cmp-inline-length= */
  8006. OPT__param_case_values_threshold_ = 80, /* --param=case-values-threshold= */
  8007. OPT__param_comdat_sharing_probability_ = 81,/* --param=comdat-sharing-probability= */
  8008. OPT__param_cxx_max_namespaces_for_diagnostic_help_ = 82,/* --param=cxx-max-namespaces-for-diagnostic-help= */
  8009. OPT__param_dse_max_alias_queries_per_store_ = 83,/* --param=dse-max-alias-queries-per-store= */
  8010. OPT__param_dse_max_object_size_ = 84, /* --param=dse-max-object-size= */
  8011. OPT__param_early_inlining_insns_ = 85, /* --param=early-inlining-insns= */
  8012. OPT__param_fsm_maximum_phi_arguments_ = 86,/* --param=fsm-maximum-phi-arguments= */
  8013. OPT__param_fsm_scale_path_blocks_ = 87, /* --param=fsm-scale-path-blocks= */
  8014. OPT__param_fsm_scale_path_stmts_ = 88, /* --param=fsm-scale-path-stmts= */
  8015. OPT__param_gcse_after_reload_critical_fraction_ = 89,/* --param=gcse-after-reload-critical-fraction= */
  8016. OPT__param_gcse_after_reload_partial_fraction_ = 90,/* --param=gcse-after-reload-partial-fraction= */
  8017. OPT__param_gcse_cost_distance_ratio_ = 91, /* --param=gcse-cost-distance-ratio= */
  8018. OPT__param_gcse_unrestricted_cost_ = 92, /* --param=gcse-unrestricted-cost= */
  8019. OPT__param_ggc_min_expand_ = 93, /* --param=ggc-min-expand= */
  8020. OPT__param_ggc_min_heapsize_ = 94, /* --param=ggc-min-heapsize= */
  8021. OPT__param_gimple_fe_computed_hot_bb_threshold_ = 95,/* --param=gimple-fe-computed-hot-bb-threshold= */
  8022. OPT__param_graphite_allow_codegen_errors_ = 96,/* --param=graphite-allow-codegen-errors= */
  8023. OPT__param_graphite_max_arrays_per_scop_ = 97,/* --param=graphite-max-arrays-per-scop= */
  8024. OPT__param_graphite_max_nb_scop_params_ = 98,/* --param=graphite-max-nb-scop-params= */
  8025. OPT__param_hash_table_verification_limit_ = 99,/* --param=hash-table-verification-limit= */
  8026. OPT__param_hot_bb_count_fraction_ = 100, /* --param=hot-bb-count-fraction= */
  8027. OPT__param_hot_bb_count_ws_permille_ = 101,/* --param=hot-bb-count-ws-permille= */
  8028. OPT__param_hot_bb_frequency_fraction_ = 102,/* --param=hot-bb-frequency-fraction= */
  8029. OPT__param_hsa_gen_debug_stores_ = 103, /* --param=hsa-gen-debug-stores= */
  8030. OPT__param_inline_heuristics_hint_percent_ = 104,/* --param=inline-heuristics-hint-percent= */
  8031. OPT__param_inline_min_speedup_ = 105, /* --param=inline-min-speedup= */
  8032. OPT__param_inline_unit_growth_ = 106, /* --param=inline-unit-growth= */
  8033. OPT__param_integer_share_limit_ = 107, /* --param=integer-share-limit= */
  8034. OPT__param_ipa_cp_eval_threshold_ = 108, /* --param=ipa-cp-eval-threshold= */
  8035. OPT__param_ipa_cp_loop_hint_bonus_ = 109, /* --param=ipa-cp-loop-hint-bonus= */
  8036. OPT__param_ipa_cp_max_recursive_depth_ = 110,/* --param=ipa-cp-max-recursive-depth= */
  8037. OPT__param_ipa_cp_min_recursive_probability_ = 111,/* --param=ipa-cp-min-recursive-probability= */
  8038. OPT__param_ipa_cp_recursion_penalty_ = 112,/* --param=ipa-cp-recursion-penalty= */
  8039. OPT__param_ipa_cp_single_call_penalty_ = 113,/* --param=ipa-cp-single-call-penalty= */
  8040. OPT__param_ipa_cp_unit_growth_ = 114, /* --param=ipa-cp-unit-growth= */
  8041. OPT__param_ipa_cp_value_list_size_ = 115, /* --param=ipa-cp-value-list-size= */
  8042. OPT__param_ipa_max_aa_steps_ = 116, /* --param=ipa-max-aa-steps= */
  8043. OPT__param_ipa_max_agg_items_ = 117, /* --param=ipa-max-agg-items= */
  8044. OPT__param_ipa_max_param_expr_ops_ = 118, /* --param=ipa-max-param-expr-ops= */
  8045. OPT__param_ipa_max_switch_predicate_bounds_ = 119,/* --param=ipa-max-switch-predicate-bounds= */
  8046. OPT__param_ipa_sra_max_replacements_ = 120,/* --param=ipa-sra-max-replacements= */
  8047. OPT__param_ipa_sra_ptr_growth_factor_ = 121,/* --param=ipa-sra-ptr-growth-factor= */
  8048. OPT__param_ira_loop_reserved_regs_ = 122, /* --param=ira-loop-reserved-regs= */
  8049. OPT__param_ira_max_conflict_table_size_ = 123,/* --param=ira-max-conflict-table-size= */
  8050. OPT__param_ira_max_loops_num_ = 124, /* --param=ira-max-loops-num= */
  8051. OPT__param_iv_always_prune_cand_set_bound_ = 125,/* --param=iv-always-prune-cand-set-bound= */
  8052. OPT__param_iv_consider_all_candidates_bound_ = 126,/* --param=iv-consider-all-candidates-bound= */
  8053. OPT__param_iv_max_considered_uses_ = 127, /* --param=iv-max-considered-uses= */
  8054. OPT__param_jump_table_max_growth_ratio_for_size_ = 128,/* --param=jump-table-max-growth-ratio-for-size= */
  8055. OPT__param_jump_table_max_growth_ratio_for_speed_ = 129,/* --param=jump-table-max-growth-ratio-for-speed= */
  8056. OPT__param_l1_cache_line_size_ = 130, /* --param=l1-cache-line-size= */
  8057. OPT__param_l1_cache_size_ = 131, /* --param=l1-cache-size= */
  8058. OPT__param_l2_cache_size_ = 132, /* --param=l2-cache-size= */
  8059. OPT__param_large_function_growth_ = 133, /* --param=large-function-growth= */
  8060. OPT__param_large_function_insns_ = 134, /* --param=large-function-insns= */
  8061. OPT__param_large_stack_frame_growth_ = 135,/* --param=large-stack-frame-growth= */
  8062. OPT__param_large_stack_frame_ = 136, /* --param=large-stack-frame= */
  8063. OPT__param_large_unit_insns_ = 137, /* --param=large-unit-insns= */
  8064. OPT__param_lim_expensive_ = 138, /* --param=lim-expensive= */
  8065. OPT__param_logical_op_non_short_circuit_ = 139,/* --param=logical-op-non-short-circuit= */
  8066. OPT__param_loop_block_tile_size_ = 140, /* --param=loop-block-tile-size= */
  8067. OPT__param_loop_interchange_max_num_stmts_ = 141,/* --param=loop-interchange-max-num-stmts= */
  8068. OPT__param_loop_interchange_stride_ratio_ = 142,/* --param=loop-interchange-stride-ratio= */
  8069. OPT__param_loop_invariant_max_bbs_in_loop_ = 143,/* --param=loop-invariant-max-bbs-in-loop= */
  8070. OPT__param_loop_max_datarefs_for_datadeps_ = 144,/* --param=loop-max-datarefs-for-datadeps= */
  8071. OPT__param_loop_versioning_max_inner_insns_ = 145,/* --param=loop-versioning-max-inner-insns= */
  8072. OPT__param_loop_versioning_max_outer_insns_ = 146,/* --param=loop-versioning-max-outer-insns= */
  8073. OPT__param_lra_inheritance_ebb_probability_cutoff_ = 147,/* --param=lra-inheritance-ebb-probability-cutoff= */
  8074. OPT__param_lra_max_considered_reload_pseudos_ = 148,/* --param=lra-max-considered-reload-pseudos= */
  8075. OPT__param_lto_max_partition_ = 149, /* --param=lto-max-partition= */
  8076. OPT__param_lto_max_streaming_parallelism_ = 150,/* --param=lto-max-streaming-parallelism= */
  8077. OPT__param_lto_min_partition_ = 151, /* --param=lto-min-partition= */
  8078. OPT__param_lto_partitions_ = 152, /* --param=lto-partitions= */
  8079. OPT__param_max_average_unrolled_insns_ = 153,/* --param=max-average-unrolled-insns= */
  8080. OPT__param_max_combine_insns_ = 154, /* --param=max-combine-insns= */
  8081. OPT__param_max_completely_peel_loop_nest_depth_ = 155,/* --param=max-completely-peel-loop-nest-depth= */
  8082. OPT__param_max_completely_peel_times_ = 156,/* --param=max-completely-peel-times= */
  8083. OPT__param_max_completely_peeled_insns_ = 157,/* --param=max-completely-peeled-insns= */
  8084. OPT__param_max_crossjump_edges_ = 158, /* --param=max-crossjump-edges= */
  8085. OPT__param_max_cse_insns_ = 159, /* --param=max-cse-insns= */
  8086. OPT__param_max_cse_path_length_ = 160, /* --param=max-cse-path-length= */
  8087. OPT__param_max_cselib_memory_locations_ = 161,/* --param=max-cselib-memory-locations= */
  8088. OPT__param_max_debug_marker_count_ = 162, /* --param=max-debug-marker-count= */
  8089. OPT__param_max_delay_slot_insn_search_ = 163,/* --param=max-delay-slot-insn-search= */
  8090. OPT__param_max_delay_slot_live_search_ = 164,/* --param=max-delay-slot-live-search= */
  8091. OPT__param_max_dse_active_local_stores_ = 165,/* --param=max-dse-active-local-stores= */
  8092. OPT__param_max_early_inliner_iterations_ = 166,/* --param=max-early-inliner-iterations= */
  8093. OPT__param_max_fields_for_field_sensitive_ = 167,/* --param=max-fields-for-field-sensitive= */
  8094. OPT__param_max_find_base_term_values_ = 168,/* --param=max-find-base-term-values= */
  8095. OPT__param_max_fsm_thread_length_ = 169, /* --param=max-fsm-thread-length= */
  8096. OPT__param_max_fsm_thread_path_insns_ = 170,/* --param=max-fsm-thread-path-insns= */
  8097. OPT__param_max_fsm_thread_paths_ = 171, /* --param=max-fsm-thread-paths= */
  8098. OPT__param_max_gcse_insertion_ratio_ = 172,/* --param=max-gcse-insertion-ratio= */
  8099. OPT__param_max_gcse_memory_ = 173, /* --param=max-gcse-memory= */
  8100. OPT__param_max_goto_duplication_insns_ = 174,/* --param=max-goto-duplication-insns= */
  8101. OPT__param_max_grow_copy_bb_insns_ = 175, /* --param=max-grow-copy-bb-insns= */
  8102. OPT__param_max_hoist_depth_ = 176, /* --param=max-hoist-depth= */
  8103. OPT__param_max_inline_insns_auto_ = 177, /* --param=max-inline-insns-auto= */
  8104. OPT__param_max_inline_insns_recursive_auto_ = 178,/* --param=max-inline-insns-recursive-auto= */
  8105. OPT__param_max_inline_insns_recursive_ = 179,/* --param=max-inline-insns-recursive= */
  8106. OPT__param_max_inline_insns_single_ = 180, /* --param=max-inline-insns-single= */
  8107. OPT__param_max_inline_insns_size_ = 181, /* --param=max-inline-insns-size= */
  8108. OPT__param_max_inline_insns_small_ = 182, /* --param=max-inline-insns-small= */
  8109. OPT__param_max_inline_recursive_depth_auto_ = 183,/* --param=max-inline-recursive-depth-auto= */
  8110. OPT__param_max_inline_recursive_depth_ = 184,/* --param=max-inline-recursive-depth= */
  8111. OPT__param_max_isl_operations_ = 185, /* --param=max-isl-operations= */
  8112. OPT__param_max_iterations_computation_cost_ = 186,/* --param=max-iterations-computation-cost= */
  8113. OPT__param_max_iterations_to_track_ = 187, /* --param=max-iterations-to-track= */
  8114. OPT__param_max_jump_thread_duplication_stmts_ = 188,/* --param=max-jump-thread-duplication-stmts= */
  8115. OPT__param_max_last_value_rtl_ = 189, /* --param=max-last-value-rtl= */
  8116. OPT__param_max_loop_header_insns_ = 190, /* --param=max-loop-header-insns= */
  8117. OPT__param_max_modulo_backtrack_attempts_ = 191,/* --param=max-modulo-backtrack-attempts= */
  8118. OPT__param_max_partial_antic_length_ = 192,/* --param=max-partial-antic-length= */
  8119. OPT__param_max_peel_branches_ = 193, /* --param=max-peel-branches= */
  8120. OPT__param_max_peel_times_ = 194, /* --param=max-peel-times= */
  8121. OPT__param_max_peeled_insns_ = 195, /* --param=max-peeled-insns= */
  8122. OPT__param_max_pending_list_length_ = 196, /* --param=max-pending-list-length= */
  8123. OPT__param_max_pipeline_region_blocks_ = 197,/* --param=max-pipeline-region-blocks= */
  8124. OPT__param_max_pipeline_region_insns_ = 198,/* --param=max-pipeline-region-insns= */
  8125. OPT__param_max_pow_sqrt_depth_ = 199, /* --param=max-pow-sqrt-depth= */
  8126. OPT__param_max_predicted_iterations_ = 200,/* --param=max-predicted-iterations= */
  8127. OPT__param_max_reload_search_insns_ = 201, /* --param=max-reload-search-insns= */
  8128. OPT__param_max_rtl_if_conversion_insns_ = 202,/* --param=max-rtl-if-conversion-insns= */
  8129. OPT__param_max_rtl_if_conversion_predictable_cost_ = 203,/* --param=max-rtl-if-conversion-predictable-cost= */
  8130. OPT__param_max_rtl_if_conversion_unpredictable_cost_ = 204,/* --param=max-rtl-if-conversion-unpredictable-cost= */
  8131. OPT__param_max_sched_extend_regions_iters_ = 205,/* --param=max-sched-extend-regions-iters= */
  8132. OPT__param_max_sched_insn_conflict_delay_ = 206,/* --param=max-sched-insn-conflict-delay= */
  8133. OPT__param_max_sched_ready_insns_ = 207, /* --param=max-sched-ready-insns= */
  8134. OPT__param_max_sched_region_blocks_ = 208, /* --param=max-sched-region-blocks= */
  8135. OPT__param_max_sched_region_insns_ = 209, /* --param=max-sched-region-insns= */
  8136. OPT__param_max_slsr_cand_scan_ = 210, /* --param=max-slsr-cand-scan= */
  8137. OPT__param_max_speculative_devirt_maydefs_ = 211,/* --param=max-speculative-devirt-maydefs= */
  8138. OPT__param_max_ssa_name_query_depth_ = 212,/* --param=max-ssa-name-query-depth= */
  8139. OPT__param_max_stores_to_merge_ = 213, /* --param=max-stores-to-merge= */
  8140. OPT__param_max_stores_to_sink_ = 214, /* --param=max-stores-to-sink= */
  8141. OPT__param_max_tail_merge_comparisons_ = 215,/* --param=max-tail-merge-comparisons= */
  8142. OPT__param_max_tail_merge_iterations_ = 216,/* --param=max-tail-merge-iterations= */
  8143. OPT__param_max_tracked_strlens_ = 217, /* --param=max-tracked-strlens= */
  8144. OPT__param_max_tree_if_conversion_phi_args_ = 218,/* --param=max-tree-if-conversion-phi-args= */
  8145. OPT__param_max_unroll_times_ = 219, /* --param=max-unroll-times= */
  8146. OPT__param_max_unrolled_insns_ = 220, /* --param=max-unrolled-insns= */
  8147. OPT__param_max_unswitch_insns_ = 221, /* --param=max-unswitch-insns= */
  8148. OPT__param_max_unswitch_level_ = 222, /* --param=max-unswitch-level= */
  8149. OPT__param_max_variable_expansions_in_unroller_ = 223,/* --param=max-variable-expansions-in-unroller= */
  8150. OPT__param_max_vartrack_expr_depth_ = 224, /* --param=max-vartrack-expr-depth= */
  8151. OPT__param_max_vartrack_reverse_op_size_ = 225,/* --param=max-vartrack-reverse-op-size= */
  8152. OPT__param_max_vartrack_size_ = 226, /* --param=max-vartrack-size= */
  8153. OPT__param_max_vrp_switch_assertions_ = 227,/* --param=max-vrp-switch-assertions= */
  8154. OPT__param_min_crossjump_insns_ = 228, /* --param=min-crossjump-insns= */
  8155. OPT__param_min_inline_recursive_probability_ = 229,/* --param=min-inline-recursive-probability= */
  8156. OPT__param_min_insn_to_prefetch_ratio_ = 230,/* --param=min-insn-to-prefetch-ratio= */
  8157. OPT__param_min_loop_cond_split_prob_ = 231,/* --param=min-loop-cond-split-prob= */
  8158. OPT__param_min_nondebug_insn_uid_ = 232, /* --param=min-nondebug-insn-uid= */
  8159. OPT__param_min_size_for_stack_sharing_ = 233,/* --param=min-size-for-stack-sharing= */
  8160. OPT__param_min_spec_prob_ = 234, /* --param=min-spec-prob= */
  8161. OPT__param_min_vect_loop_bound_ = 235, /* --param=min-vect-loop-bound= */
  8162. OPT__param_parloops_chunk_size_ = 236, /* --param=parloops-chunk-size= */
  8163. OPT__param_parloops_min_per_thread_ = 237, /* --param=parloops-min-per-thread= */
  8164. OPT__param_parloops_schedule_ = 238, /* --param=parloops-schedule= */
  8165. OPT__param_partial_inlining_entry_probability_ = 239,/* --param=partial-inlining-entry-probability= */
  8166. OPT__param_predictable_branch_outcome_ = 240,/* --param=predictable-branch-outcome= */
  8167. OPT__param_prefetch_dynamic_strides_ = 241,/* --param=prefetch-dynamic-strides= */
  8168. OPT__param_prefetch_latency_ = 242, /* --param=prefetch-latency= */
  8169. OPT__param_prefetch_min_insn_to_mem_ratio_ = 243,/* --param=prefetch-min-insn-to-mem-ratio= */
  8170. OPT__param_prefetch_minimum_stride_ = 244, /* --param=prefetch-minimum-stride= */
  8171. OPT__param_profile_func_internal_id_ = 245,/* --param=profile-func-internal-id= */
  8172. OPT__param_rpo_vn_max_loop_depth_ = 246, /* --param=rpo-vn-max-loop-depth= */
  8173. OPT__param_sccvn_max_alias_queries_per_access_ = 247,/* --param=sccvn-max-alias-queries-per-access= */
  8174. OPT__param_scev_max_expr_complexity_ = 248,/* --param=scev-max-expr-complexity= */
  8175. OPT__param_scev_max_expr_size_ = 249, /* --param=scev-max-expr-size= */
  8176. OPT__param_sched_autopref_queue_depth_ = 250,/* --param=sched-autopref-queue-depth= */
  8177. OPT__param_sched_mem_true_dep_cost_ = 251, /* --param=sched-mem-true-dep-cost= */
  8178. OPT__param_sched_pressure_algorithm_ = 252,/* --param=sched-pressure-algorithm= */
  8179. OPT__param_sched_spec_prob_cutoff_ = 253, /* --param=sched-spec-prob-cutoff= */
  8180. OPT__param_sched_state_edge_prob_cutoff_ = 254,/* --param=sched-state-edge-prob-cutoff= */
  8181. OPT__param_selsched_insns_to_rename_ = 255,/* --param=selsched-insns-to-rename= */
  8182. OPT__param_selsched_max_lookahead_ = 256, /* --param=selsched-max-lookahead= */
  8183. OPT__param_selsched_max_sched_times_ = 257,/* --param=selsched-max-sched-times= */
  8184. OPT__param_simultaneous_prefetches_ = 258, /* --param=simultaneous-prefetches= */
  8185. OPT__param_sink_frequency_threshold_ = 259,/* --param=sink-frequency-threshold= */
  8186. OPT__param_slp_max_insns_in_bb_ = 260, /* --param=slp-max-insns-in-bb= */
  8187. OPT__param_sms_dfa_history_ = 261, /* --param=sms-dfa-history= */
  8188. OPT__param_sms_loop_average_count_threshold_ = 262,/* --param=sms-loop-average-count-threshold= */
  8189. OPT__param_sms_max_ii_factor_ = 263, /* --param=sms-max-ii-factor= */
  8190. OPT__param_sms_min_sc_ = 264, /* --param=sms-min-sc= */
  8191. OPT__param_sra_max_propagations_ = 265, /* --param=sra-max-propagations= */
  8192. OPT__param_sra_max_scalarization_size_Osize_ = 266,/* --param=sra-max-scalarization-size-Osize= */
  8193. OPT__param_sra_max_scalarization_size_Ospeed_ = 267,/* --param=sra-max-scalarization-size-Ospeed= */
  8194. OPT__param_ssa_name_def_chain_limit_ = 268,/* --param=ssa-name-def-chain-limit= */
  8195. OPT__param_ssp_buffer_size_ = 269, /* --param=ssp-buffer-size= */
  8196. OPT__param_stack_clash_protection_guard_size_ = 270,/* --param=stack-clash-protection-guard-size= */
  8197. OPT__param_stack_clash_protection_probe_interval_ = 271,/* --param=stack-clash-protection-probe-interval= */
  8198. OPT__param_store_merging_allow_unaligned_ = 272,/* --param=store-merging-allow-unaligned= */
  8199. OPT__param_store_merging_max_size_ = 273, /* --param=store-merging-max-size= */
  8200. OPT__param_switch_conversion_max_branch_ratio_ = 274,/* --param=switch-conversion-max-branch-ratio= */
  8201. OPT__param_tm_max_aggregate_size_ = 275, /* --param=tm-max-aggregate-size= */
  8202. OPT__param_tracer_dynamic_coverage_feedback_ = 276,/* --param=tracer-dynamic-coverage-feedback= */
  8203. OPT__param_tracer_dynamic_coverage_ = 277, /* --param=tracer-dynamic-coverage= */
  8204. OPT__param_tracer_max_code_growth_ = 278, /* --param=tracer-max-code-growth= */
  8205. OPT__param_tracer_min_branch_probability_feedback_ = 279,/* --param=tracer-min-branch-probability-feedback= */
  8206. OPT__param_tracer_min_branch_probability_ = 280,/* --param=tracer-min-branch-probability= */
  8207. OPT__param_tracer_min_branch_ratio_ = 281, /* --param=tracer-min-branch-ratio= */
  8208. OPT__param_tree_reassoc_width_ = 282, /* --param=tree-reassoc-width= */
  8209. OPT__param_uninit_control_dep_attempts_ = 283,/* --param=uninit-control-dep-attempts= */
  8210. OPT__param_uninlined_function_insns_ = 284,/* --param=uninlined-function-insns= */
  8211. OPT__param_uninlined_function_time_ = 285, /* --param=uninlined-function-time= */
  8212. OPT__param_uninlined_thunk_insns_ = 286, /* --param=uninlined-thunk-insns= */
  8213. OPT__param_uninlined_thunk_time_ = 287, /* --param=uninlined-thunk-time= */
  8214. OPT__param_unlikely_bb_count_fraction_ = 288,/* --param=unlikely-bb-count-fraction= */
  8215. OPT__param_unroll_jam_max_unroll_ = 289, /* --param=unroll-jam-max-unroll= */
  8216. OPT__param_unroll_jam_min_percent_ = 290, /* --param=unroll-jam-min-percent= */
  8217. OPT__param_use_after_scope_direct_emission_threshold_ = 291,/* --param=use-after-scope-direct-emission-threshold= */
  8218. OPT__param_use_canonical_types_ = 292, /* --param=use-canonical-types= */
  8219. OPT__param_vect_epilogues_nomask_ = 293, /* --param=vect-epilogues-nomask= */
  8220. OPT__param_vect_max_peeling_for_alignment_ = 294,/* --param=vect-max-peeling-for-alignment= */
  8221. OPT__param_vect_max_version_for_alias_checks_ = 295,/* --param=vect-max-version-for-alias-checks= */
  8222. OPT__param_vect_max_version_for_alignment_checks_ = 296,/* --param=vect-max-version-for-alignment-checks= */
  8223. /* OPT__pass_exit_codes = 297, */ /* --pass-exit-codes */
  8224. /* OPT__pedantic = 298, */ /* --pedantic */
  8225. /* OPT__pedantic_errors = 299, */ /* --pedantic-errors */
  8226. /* OPT__pie = 300, */ /* --pie */
  8227. /* OPT__pipe = 301, */ /* --pipe */
  8228. /* OPT__prefix = 302, */ /* --prefix */
  8229. /* OPT__prefix_ = 303, */ /* --prefix= */
  8230. /* OPT__preprocess = 304, */ /* --preprocess */
  8231. /* OPT__print_file_name = 305, */ /* --print-file-name */
  8232. /* OPT__print_file_name_ = 306, */ /* --print-file-name= */
  8233. /* OPT__print_libgcc_file_name = 307, */ /* --print-libgcc-file-name */
  8234. /* OPT__print_missing_file_dependencies = 308, *//* --print-missing-file-dependencies */
  8235. /* OPT__print_multi_directory = 309, */ /* --print-multi-directory */
  8236. /* OPT__print_multi_lib = 310, */ /* --print-multi-lib */
  8237. /* OPT__print_multi_os_directory = 311, */ /* --print-multi-os-directory */
  8238. /* OPT__print_multiarch = 312, */ /* --print-multiarch */
  8239. /* OPT__print_prog_name = 313, */ /* --print-prog-name */
  8240. /* OPT__print_prog_name_ = 314, */ /* --print-prog-name= */
  8241. /* OPT__print_search_dirs = 315, */ /* --print-search-dirs */
  8242. /* OPT__print_sysroot = 316, */ /* --print-sysroot */
  8243. /* OPT__print_sysroot_headers_suffix = 317, *//* --print-sysroot-headers-suffix */
  8244. /* OPT__profile = 318, */ /* --profile */
  8245. /* OPT__save_temps = 319, */ /* --save-temps */
  8246. /* OPT__shared = 320, */ /* --shared */
  8247. /* OPT__specs = 321, */ /* --specs */
  8248. /* OPT__specs_ = 322, */ /* --specs= */
  8249. /* OPT__static = 323, */ /* --static */
  8250. /* OPT__static_pie = 324, */ /* --static-pie */
  8251. /* OPT__symbolic = 325, */ /* --symbolic */
  8252. /* OPT__sysroot = 326, */ /* --sysroot */
  8253. OPT__sysroot_ = 327, /* --sysroot= */
  8254. OPT__target_help = 328, /* --target-help */
  8255. /* OPT__time = 329, */ /* --time */
  8256. /* OPT__trace_includes = 330, */ /* --trace-includes */
  8257. /* OPT__traditional = 331, */ /* --traditional */
  8258. /* OPT__traditional_cpp = 332, */ /* --traditional-cpp */
  8259. /* OPT__trigraphs = 333, */ /* --trigraphs */
  8260. /* OPT__undefine_macro = 334, */ /* --undefine-macro */
  8261. /* OPT__undefine_macro_ = 335, */ /* --undefine-macro= */
  8262. /* OPT__user_dependencies = 336, */ /* --user-dependencies */
  8263. /* OPT__verbose = 337, */ /* --verbose */
  8264. OPT__version = 338, /* --version */
  8265. /* OPT__write_dependencies = 339, */ /* --write-dependencies */
  8266. /* OPT__write_user_dependencies = 340, */ /* --write-user-dependencies */
  8267. OPT_A = 341, /* -A */
  8268. OPT_B = 342, /* -B */
  8269. OPT_C = 343, /* -C */
  8270. OPT_CC = 344, /* -CC */
  8271. OPT_D = 345, /* -D */
  8272. OPT_E = 346, /* -E */
  8273. OPT_F = 347, /* -F */
  8274. OPT_H = 348, /* -H */
  8275. OPT_Hd = 349, /* -Hd */
  8276. OPT_Hf = 350, /* -Hf */
  8277. OPT_I = 351, /* -I */
  8278. OPT_J = 352, /* -J */
  8279. OPT_L = 353, /* -L */
  8280. OPT_M = 354, /* -M */
  8281. OPT_MD = 355, /* -MD */
  8282. OPT_MF = 356, /* -MF */
  8283. OPT_MG = 357, /* -MG */
  8284. OPT_MM = 358, /* -MM */
  8285. OPT_MMD = 359, /* -MMD */
  8286. OPT_MP = 360, /* -MP */
  8287. OPT_MQ = 361, /* -MQ */
  8288. OPT_MT = 362, /* -MT */
  8289. OPT_N = 363, /* -N */
  8290. OPT_O = 364, /* -O */
  8291. OPT_Ofast = 365, /* -Ofast */
  8292. OPT_Og = 366, /* -Og */
  8293. OPT_Os = 367, /* -Os */
  8294. OPT_P = 368, /* -P */
  8295. OPT_Q = 369, /* -Q */
  8296. OPT_Qn = 370, /* -Qn */
  8297. OPT_Qy = 371, /* -Qy */
  8298. OPT_R = 372, /* -R */
  8299. OPT_S = 373, /* -S */
  8300. OPT_T = 374, /* -T */
  8301. OPT_Tbss = 375, /* -Tbss */
  8302. OPT_Tbss_ = 376, /* -Tbss= */
  8303. OPT_Tdata = 377, /* -Tdata */
  8304. OPT_Tdata_ = 378, /* -Tdata= */
  8305. OPT_Ttext = 379, /* -Ttext */
  8306. OPT_Ttext_ = 380, /* -Ttext= */
  8307. OPT_U = 381, /* -U */
  8308. /* OPT_W = 382, */ /* -W */
  8309. OPT_Wa_ = 383, /* -Wa, */
  8310. OPT_Wabi = 384, /* -Wabi */
  8311. OPT_Wabi_tag = 385, /* -Wabi-tag */
  8312. OPT_Wabi_ = 386, /* -Wabi= */
  8313. OPT_Wabsolute_value = 387, /* -Wabsolute-value */
  8314. OPT_Waddress = 388, /* -Waddress */
  8315. OPT_Waddress_of_packed_member = 389, /* -Waddress-of-packed-member */
  8316. OPT_Waggregate_return = 390, /* -Waggregate-return */
  8317. OPT_Waggressive_loop_optimizations = 391, /* -Waggressive-loop-optimizations */
  8318. OPT_Waliasing = 392, /* -Waliasing */
  8319. OPT_Walign_commons = 393, /* -Walign-commons */
  8320. /* OPT_Waligned_new = 394, */ /* -Waligned-new */
  8321. OPT_Waligned_new_ = 395, /* -Waligned-new= */
  8322. OPT_Wall = 396, /* -Wall */
  8323. OPT_Walloc_size_larger_than_ = 397, /* -Walloc-size-larger-than= */
  8324. OPT_Walloc_zero = 398, /* -Walloc-zero */
  8325. OPT_Walloca = 399, /* -Walloca */
  8326. OPT_Walloca_larger_than_ = 400, /* -Walloca-larger-than= */
  8327. OPT_Wampersand = 401, /* -Wampersand */
  8328. OPT_Wanalyzer_double_fclose = 402, /* -Wanalyzer-double-fclose */
  8329. OPT_Wanalyzer_double_free = 403, /* -Wanalyzer-double-free */
  8330. OPT_Wanalyzer_exposure_through_output_file = 404,/* -Wanalyzer-exposure-through-output-file */
  8331. OPT_Wanalyzer_file_leak = 405, /* -Wanalyzer-file-leak */
  8332. OPT_Wanalyzer_free_of_non_heap = 406, /* -Wanalyzer-free-of-non-heap */
  8333. OPT_Wanalyzer_malloc_leak = 407, /* -Wanalyzer-malloc-leak */
  8334. OPT_Wanalyzer_null_argument = 408, /* -Wanalyzer-null-argument */
  8335. OPT_Wanalyzer_null_dereference = 409, /* -Wanalyzer-null-dereference */
  8336. OPT_Wanalyzer_possible_null_argument = 410,/* -Wanalyzer-possible-null-argument */
  8337. OPT_Wanalyzer_possible_null_dereference = 411,/* -Wanalyzer-possible-null-dereference */
  8338. OPT_Wanalyzer_stale_setjmp_buffer = 412, /* -Wanalyzer-stale-setjmp-buffer */
  8339. OPT_Wanalyzer_tainted_array_index = 413, /* -Wanalyzer-tainted-array-index */
  8340. OPT_Wanalyzer_too_complex = 414, /* -Wanalyzer-too-complex */
  8341. OPT_Wanalyzer_unsafe_call_within_signal_handler = 415,/* -Wanalyzer-unsafe-call-within-signal-handler */
  8342. OPT_Wanalyzer_use_after_free = 416, /* -Wanalyzer-use-after-free */
  8343. OPT_Wanalyzer_use_of_pointer_in_stale_stack_frame = 417,/* -Wanalyzer-use-of-pointer-in-stale-stack-frame */
  8344. OPT_Wargument_mismatch = 418, /* -Wargument-mismatch */
  8345. OPT_Warith_conversion = 419, /* -Warith-conversion */
  8346. OPT_Warray_bounds = 420, /* -Warray-bounds */
  8347. OPT_Warray_bounds_ = 421, /* -Warray-bounds= */
  8348. OPT_Warray_temporaries = 422, /* -Warray-temporaries */
  8349. OPT_Wassign_intercept = 423, /* -Wassign-intercept */
  8350. /* OPT_Wattribute_alias = 424, */ /* -Wattribute-alias */
  8351. OPT_Wattribute_alias_ = 425, /* -Wattribute-alias= */
  8352. OPT_Wattribute_warning = 426, /* -Wattribute-warning */
  8353. OPT_Wattributes = 427, /* -Wattributes */
  8354. OPT_Wbad_function_cast = 428, /* -Wbad-function-cast */
  8355. OPT_Wbool_compare = 429, /* -Wbool-compare */
  8356. OPT_Wbool_operation = 430, /* -Wbool-operation */
  8357. OPT_Wbuiltin_declaration_mismatch = 431, /* -Wbuiltin-declaration-mismatch */
  8358. OPT_Wbuiltin_macro_redefined = 432, /* -Wbuiltin-macro-redefined */
  8359. OPT_Wc___compat = 433, /* -Wc++-compat */
  8360. /* OPT_Wc__0x_compat = 434, */ /* -Wc++0x-compat */
  8361. OPT_Wc__11_compat = 435, /* -Wc++11-compat */
  8362. OPT_Wc__14_compat = 436, /* -Wc++14-compat */
  8363. OPT_Wc__17_compat = 437, /* -Wc++17-compat */
  8364. /* OPT_Wc__1z_compat = 438, */ /* -Wc++1z-compat */
  8365. OPT_Wc__20_compat = 439, /* -Wc++20-compat */
  8366. /* OPT_Wc__2a_compat = 440, */ /* -Wc++2a-compat */
  8367. OPT_Wc_binding_type = 441, /* -Wc-binding-type */
  8368. OPT_Wc11_c2x_compat = 442, /* -Wc11-c2x-compat */
  8369. OPT_Wc90_c99_compat = 443, /* -Wc90-c99-compat */
  8370. OPT_Wc99_c11_compat = 444, /* -Wc99-c11-compat */
  8371. OPT_Wcannot_profile = 445, /* -Wcannot-profile */
  8372. OPT_Wcast_align = 446, /* -Wcast-align */
  8373. OPT_Wcast_align_strict = 447, /* -Wcast-align=strict */
  8374. OPT_Wcast_function_type = 448, /* -Wcast-function-type */
  8375. OPT_Wcast_qual = 449, /* -Wcast-qual */
  8376. OPT_Wcast_result = 450, /* -Wcast-result */
  8377. /* OPT_Wcatch_value = 451, */ /* -Wcatch-value */
  8378. OPT_Wcatch_value_ = 452, /* -Wcatch-value= */
  8379. OPT_Wchar_subscripts = 453, /* -Wchar-subscripts */
  8380. OPT_Wcharacter_truncation = 454, /* -Wcharacter-truncation */
  8381. OPT_Wchkp = 455, /* -Wchkp */
  8382. OPT_Wclass_conversion = 456, /* -Wclass-conversion */
  8383. OPT_Wclass_memaccess = 457, /* -Wclass-memaccess */
  8384. OPT_Wclobbered = 458, /* -Wclobbered */
  8385. OPT_Wcomma_subscript = 459, /* -Wcomma-subscript */
  8386. OPT_Wcomment = 460, /* -Wcomment */
  8387. /* OPT_Wcomments = 461, */ /* -Wcomments */
  8388. OPT_Wcompare_reals = 462, /* -Wcompare-reals */
  8389. OPT_Wconditionally_supported = 463, /* -Wconditionally-supported */
  8390. OPT_Wconversion = 464, /* -Wconversion */
  8391. OPT_Wconversion_extra = 465, /* -Wconversion-extra */
  8392. OPT_Wconversion_null = 466, /* -Wconversion-null */
  8393. OPT_Wcoverage_mismatch = 467, /* -Wcoverage-mismatch */
  8394. OPT_Wcpp = 468, /* -Wcpp */
  8395. OPT_Wctor_dtor_privacy = 469, /* -Wctor-dtor-privacy */
  8396. OPT_Wdangling_else = 470, /* -Wdangling-else */
  8397. OPT_Wdate_time = 471, /* -Wdate-time */
  8398. OPT_Wdeclaration_after_statement = 472, /* -Wdeclaration-after-statement */
  8399. OPT_Wdelete_incomplete = 473, /* -Wdelete-incomplete */
  8400. OPT_Wdelete_non_virtual_dtor = 474, /* -Wdelete-non-virtual-dtor */
  8401. OPT_Wdeprecated = 475, /* -Wdeprecated */
  8402. OPT_Wdeprecated_copy = 476, /* -Wdeprecated-copy */
  8403. OPT_Wdeprecated_copy_dtor = 477, /* -Wdeprecated-copy-dtor */
  8404. OPT_Wdeprecated_declarations = 478, /* -Wdeprecated-declarations */
  8405. OPT_Wdesignated_init = 479, /* -Wdesignated-init */
  8406. OPT_Wdisabled_optimization = 480, /* -Wdisabled-optimization */
  8407. OPT_Wdiscarded_array_qualifiers = 481, /* -Wdiscarded-array-qualifiers */
  8408. OPT_Wdiscarded_qualifiers = 482, /* -Wdiscarded-qualifiers */
  8409. OPT_Wdiv_by_zero = 483, /* -Wdiv-by-zero */
  8410. OPT_Wdo_subscript = 484, /* -Wdo-subscript */
  8411. OPT_Wdouble_promotion = 485, /* -Wdouble-promotion */
  8412. OPT_Wduplicate_decl_specifier = 486, /* -Wduplicate-decl-specifier */
  8413. OPT_Wduplicated_branches = 487, /* -Wduplicated-branches */
  8414. OPT_Wduplicated_cond = 488, /* -Wduplicated-cond */
  8415. OPT_Weffc__ = 489, /* -Weffc++ */
  8416. OPT_Wempty_body = 490, /* -Wempty-body */
  8417. OPT_Wendif_labels = 491, /* -Wendif-labels */
  8418. OPT_Wenum_compare = 492, /* -Wenum-compare */
  8419. OPT_Wenum_conversion = 493, /* -Wenum-conversion */
  8420. OPT_Werror = 494, /* -Werror */
  8421. /* OPT_Werror_implicit_function_declaration = 495, *//* -Werror-implicit-function-declaration */
  8422. OPT_Werror_ = 496, /* -Werror= */
  8423. OPT_Wexpansion_to_defined = 497, /* -Wexpansion-to-defined */
  8424. OPT_Wextra = 498, /* -Wextra */
  8425. OPT_Wextra_semi = 499, /* -Wextra-semi */
  8426. OPT_Wfatal_errors = 500, /* -Wfatal-errors */
  8427. OPT_Wfloat_conversion = 501, /* -Wfloat-conversion */
  8428. OPT_Wfloat_equal = 502, /* -Wfloat-equal */
  8429. /* OPT_Wformat = 503, */ /* -Wformat */
  8430. OPT_Wformat_contains_nul = 504, /* -Wformat-contains-nul */
  8431. OPT_Wformat_diag = 505, /* -Wformat-diag */
  8432. OPT_Wformat_extra_args = 506, /* -Wformat-extra-args */
  8433. OPT_Wformat_nonliteral = 507, /* -Wformat-nonliteral */
  8434. /* OPT_Wformat_overflow = 508, */ /* -Wformat-overflow */
  8435. OPT_Wformat_overflow_ = 509, /* -Wformat-overflow= */
  8436. OPT_Wformat_security = 510, /* -Wformat-security */
  8437. OPT_Wformat_signedness = 511, /* -Wformat-signedness */
  8438. /* OPT_Wformat_truncation = 512, */ /* -Wformat-truncation */
  8439. OPT_Wformat_truncation_ = 513, /* -Wformat-truncation= */
  8440. OPT_Wformat_y2k = 514, /* -Wformat-y2k */
  8441. OPT_Wformat_zero_length = 515, /* -Wformat-zero-length */
  8442. OPT_Wformat_ = 516, /* -Wformat= */
  8443. OPT_Wframe_address = 517, /* -Wframe-address */
  8444. OPT_Wframe_larger_than_ = 518, /* -Wframe-larger-than= */
  8445. OPT_Wfree_nonheap_object = 519, /* -Wfree-nonheap-object */
  8446. OPT_Wfrontend_loop_interchange = 520, /* -Wfrontend-loop-interchange */
  8447. OPT_Wfunction_elimination = 521, /* -Wfunction-elimination */
  8448. OPT_Whsa = 522, /* -Whsa */
  8449. OPT_Wif_not_aligned = 523, /* -Wif-not-aligned */
  8450. OPT_Wignored_attributes = 524, /* -Wignored-attributes */
  8451. OPT_Wignored_qualifiers = 525, /* -Wignored-qualifiers */
  8452. OPT_Wimplicit = 526, /* -Wimplicit */
  8453. /* OPT_Wimplicit_fallthrough = 527, */ /* -Wimplicit-fallthrough */
  8454. OPT_Wimplicit_fallthrough_ = 528, /* -Wimplicit-fallthrough= */
  8455. OPT_Wimplicit_function_declaration = 529, /* -Wimplicit-function-declaration */
  8456. OPT_Wimplicit_int = 530, /* -Wimplicit-int */
  8457. OPT_Wimplicit_interface = 531, /* -Wimplicit-interface */
  8458. OPT_Wimplicit_procedure = 532, /* -Wimplicit-procedure */
  8459. /* OPT_Wimport = 533, */ /* -Wimport */
  8460. OPT_Winaccessible_base = 534, /* -Winaccessible-base */
  8461. OPT_Wincompatible_pointer_types = 535, /* -Wincompatible-pointer-types */
  8462. OPT_Winherited_variadic_ctor = 536, /* -Winherited-variadic-ctor */
  8463. OPT_Winit_list_lifetime = 537, /* -Winit-list-lifetime */
  8464. OPT_Winit_self = 538, /* -Winit-self */
  8465. OPT_Winline = 539, /* -Winline */
  8466. OPT_Wint_conversion = 540, /* -Wint-conversion */
  8467. OPT_Wint_in_bool_context = 541, /* -Wint-in-bool-context */
  8468. OPT_Wint_to_pointer_cast = 542, /* -Wint-to-pointer-cast */
  8469. OPT_Winteger_division = 543, /* -Winteger-division */
  8470. OPT_Wintrinsic_shadow = 544, /* -Wintrinsic-shadow */
  8471. OPT_Wintrinsics_std = 545, /* -Wintrinsics-std */
  8472. OPT_Winvalid_memory_model = 546, /* -Winvalid-memory-model */
  8473. OPT_Winvalid_offsetof = 547, /* -Winvalid-offsetof */
  8474. OPT_Winvalid_pch = 548, /* -Winvalid-pch */
  8475. OPT_Wjump_misses_init = 549, /* -Wjump-misses-init */
  8476. OPT_Wl_ = 550, /* -Wl, */
  8477. /* OPT_Wlarger_than_ = 551, */ /* -Wlarger-than- */
  8478. OPT_Wlarger_than_ = 552, /* -Wlarger-than= */
  8479. OPT_Wline_truncation = 553, /* -Wline-truncation */
  8480. OPT_Wliteral_suffix = 554, /* -Wliteral-suffix */
  8481. OPT_Wlogical_not_parentheses = 555, /* -Wlogical-not-parentheses */
  8482. OPT_Wlogical_op = 556, /* -Wlogical-op */
  8483. OPT_Wlong_long = 557, /* -Wlong-long */
  8484. OPT_Wlto_type_mismatch = 558, /* -Wlto-type-mismatch */
  8485. OPT_Wmain = 559, /* -Wmain */
  8486. OPT_Wmaybe_uninitialized = 560, /* -Wmaybe-uninitialized */
  8487. OPT_Wmemset_elt_size = 561, /* -Wmemset-elt-size */
  8488. OPT_Wmemset_transposed_args = 562, /* -Wmemset-transposed-args */
  8489. OPT_Wmisleading_indentation = 563, /* -Wmisleading-indentation */
  8490. OPT_Wmismatched_tags = 564, /* -Wmismatched-tags */
  8491. OPT_Wmissing_attributes = 565, /* -Wmissing-attributes */
  8492. OPT_Wmissing_braces = 566, /* -Wmissing-braces */
  8493. OPT_Wmissing_declarations = 567, /* -Wmissing-declarations */
  8494. OPT_Wmissing_field_initializers = 568, /* -Wmissing-field-initializers */
  8495. /* OPT_Wmissing_format_attribute = 569, */ /* -Wmissing-format-attribute */
  8496. OPT_Wmissing_include_dirs = 570, /* -Wmissing-include-dirs */
  8497. /* OPT_Wmissing_noreturn = 571, */ /* -Wmissing-noreturn */
  8498. OPT_Wmissing_parameter_type = 572, /* -Wmissing-parameter-type */
  8499. OPT_Wmissing_profile = 573, /* -Wmissing-profile */
  8500. OPT_Wmissing_prototypes = 574, /* -Wmissing-prototypes */
  8501. OPT_Wmudflap = 575, /* -Wmudflap */
  8502. OPT_Wmultichar = 576, /* -Wmultichar */
  8503. OPT_Wmultiple_inheritance = 577, /* -Wmultiple-inheritance */
  8504. OPT_Wmultistatement_macros = 578, /* -Wmultistatement-macros */
  8505. OPT_Wnamespaces = 579, /* -Wnamespaces */
  8506. OPT_Wnarrowing = 580, /* -Wnarrowing */
  8507. OPT_Wnested_externs = 581, /* -Wnested-externs */
  8508. /* OPT_Wno_alloc_size_larger_than = 582, *//* -Wno-alloc-size-larger-than */
  8509. /* OPT_Wno_alloca_larger_than = 583, */ /* -Wno-alloca-larger-than */
  8510. /* OPT_Wno_frame_larger_than = 584, */ /* -Wno-frame-larger-than */
  8511. /* OPT_Wno_larger_than = 585, */ /* -Wno-larger-than */
  8512. /* OPT_Wno_stack_usage = 586, */ /* -Wno-stack-usage */
  8513. /* OPT_Wno_vla_larger_than = 587, */ /* -Wno-vla-larger-than */
  8514. OPT_Wnoexcept = 588, /* -Wnoexcept */
  8515. OPT_Wnoexcept_type = 589, /* -Wnoexcept-type */
  8516. OPT_Wnon_template_friend = 590, /* -Wnon-template-friend */
  8517. OPT_Wnon_virtual_dtor = 591, /* -Wnon-virtual-dtor */
  8518. OPT_Wnonnull = 592, /* -Wnonnull */
  8519. OPT_Wnonnull_compare = 593, /* -Wnonnull-compare */
  8520. /* OPT_Wnormalized = 594, */ /* -Wnormalized */
  8521. OPT_Wnormalized_ = 595, /* -Wnormalized= */
  8522. OPT_Wnull_dereference = 596, /* -Wnull-dereference */
  8523. OPT_Wodr = 597, /* -Wodr */
  8524. OPT_Wold_style_cast = 598, /* -Wold-style-cast */
  8525. OPT_Wold_style_declaration = 599, /* -Wold-style-declaration */
  8526. OPT_Wold_style_definition = 600, /* -Wold-style-definition */
  8527. OPT_Wopenmp_simd = 601, /* -Wopenmp-simd */
  8528. OPT_Woverflow = 602, /* -Woverflow */
  8529. OPT_Woverlength_strings = 603, /* -Woverlength-strings */
  8530. OPT_Woverloaded_virtual = 604, /* -Woverloaded-virtual */
  8531. OPT_Woverride_init = 605, /* -Woverride-init */
  8532. OPT_Woverride_init_side_effects = 606, /* -Woverride-init-side-effects */
  8533. OPT_Woverwrite_recursive = 607, /* -Woverwrite-recursive */
  8534. OPT_Wp_ = 608, /* -Wp, */
  8535. OPT_Wpacked = 609, /* -Wpacked */
  8536. OPT_Wpacked_bitfield_compat = 610, /* -Wpacked-bitfield-compat */
  8537. OPT_Wpacked_not_aligned = 611, /* -Wpacked-not-aligned */
  8538. OPT_Wpadded = 612, /* -Wpadded */
  8539. OPT_Wparentheses = 613, /* -Wparentheses */
  8540. OPT_Wpedantic = 614, /* -Wpedantic */
  8541. OPT_Wpessimizing_move = 615, /* -Wpessimizing-move */
  8542. /* OPT_Wplacement_new = 616, */ /* -Wplacement-new */
  8543. OPT_Wplacement_new_ = 617, /* -Wplacement-new= */
  8544. OPT_Wpmf_conversions = 618, /* -Wpmf-conversions */
  8545. OPT_Wpointer_arith = 619, /* -Wpointer-arith */
  8546. OPT_Wpointer_compare = 620, /* -Wpointer-compare */
  8547. OPT_Wpointer_sign = 621, /* -Wpointer-sign */
  8548. OPT_Wpointer_to_int_cast = 622, /* -Wpointer-to-int-cast */
  8549. OPT_Wpragmas = 623, /* -Wpragmas */
  8550. OPT_Wprio_ctor_dtor = 624, /* -Wprio-ctor-dtor */
  8551. OPT_Wproperty_assign_default = 625, /* -Wproperty-assign-default */
  8552. OPT_Wprotocol = 626, /* -Wprotocol */
  8553. OPT_Wpsabi = 627, /* -Wpsabi */
  8554. OPT_Wreal_q_constant = 628, /* -Wreal-q-constant */
  8555. OPT_Wrealloc_lhs = 629, /* -Wrealloc-lhs */
  8556. OPT_Wrealloc_lhs_all = 630, /* -Wrealloc-lhs-all */
  8557. OPT_Wredundant_decls = 631, /* -Wredundant-decls */
  8558. OPT_Wredundant_move = 632, /* -Wredundant-move */
  8559. OPT_Wredundant_tags = 633, /* -Wredundant-tags */
  8560. OPT_Wregister = 634, /* -Wregister */
  8561. OPT_Wreorder = 635, /* -Wreorder */
  8562. OPT_Wrestrict = 636, /* -Wrestrict */
  8563. OPT_Wreturn_local_addr = 637, /* -Wreturn-local-addr */
  8564. OPT_Wreturn_type = 638, /* -Wreturn-type */
  8565. OPT_Wscalar_storage_order = 639, /* -Wscalar-storage-order */
  8566. OPT_Wselector = 640, /* -Wselector */
  8567. OPT_Wsequence_point = 641, /* -Wsequence-point */
  8568. OPT_Wshadow = 642, /* -Wshadow */
  8569. /* OPT_Wshadow_compatible_local = 643, */ /* -Wshadow-compatible-local */
  8570. OPT_Wshadow_ivar = 644, /* -Wshadow-ivar */
  8571. /* OPT_Wshadow_local = 645, */ /* -Wshadow-local */
  8572. OPT_Wshadow_compatible_local = 646, /* -Wshadow=compatible-local */
  8573. /* OPT_Wshadow_global = 647, */ /* -Wshadow=global */
  8574. OPT_Wshadow_local = 648, /* -Wshadow=local */
  8575. OPT_Wshift_count_negative = 649, /* -Wshift-count-negative */
  8576. OPT_Wshift_count_overflow = 650, /* -Wshift-count-overflow */
  8577. OPT_Wshift_negative_value = 651, /* -Wshift-negative-value */
  8578. /* OPT_Wshift_overflow = 652, */ /* -Wshift-overflow */
  8579. OPT_Wshift_overflow_ = 653, /* -Wshift-overflow= */
  8580. OPT_Wsign_compare = 654, /* -Wsign-compare */
  8581. OPT_Wsign_conversion = 655, /* -Wsign-conversion */
  8582. OPT_Wsign_promo = 656, /* -Wsign-promo */
  8583. OPT_Wsized_deallocation = 657, /* -Wsized-deallocation */
  8584. OPT_Wsizeof_array_argument = 658, /* -Wsizeof-array-argument */
  8585. OPT_Wsizeof_pointer_div = 659, /* -Wsizeof-pointer-div */
  8586. OPT_Wsizeof_pointer_memaccess = 660, /* -Wsizeof-pointer-memaccess */
  8587. OPT_Wspeculative = 661, /* -Wspeculative */
  8588. OPT_Wstack_protector = 662, /* -Wstack-protector */
  8589. OPT_Wstack_usage_ = 663, /* -Wstack-usage= */
  8590. OPT_Wstrict_aliasing = 664, /* -Wstrict-aliasing */
  8591. OPT_Wstrict_aliasing_ = 665, /* -Wstrict-aliasing= */
  8592. OPT_Wstrict_null_sentinel = 666, /* -Wstrict-null-sentinel */
  8593. OPT_Wstrict_overflow = 667, /* -Wstrict-overflow */
  8594. OPT_Wstrict_overflow_ = 668, /* -Wstrict-overflow= */
  8595. OPT_Wstrict_prototypes = 669, /* -Wstrict-prototypes */
  8596. OPT_Wstrict_selector_match = 670, /* -Wstrict-selector-match */
  8597. OPT_Wstring_compare = 671, /* -Wstring-compare */
  8598. /* OPT_Wstringop_overflow = 672, */ /* -Wstringop-overflow */
  8599. OPT_Wstringop_overflow_ = 673, /* -Wstringop-overflow= */
  8600. OPT_Wstringop_truncation = 674, /* -Wstringop-truncation */
  8601. OPT_Wsubobject_linkage = 675, /* -Wsubobject-linkage */
  8602. OPT_Wsuggest_attribute_cold = 676, /* -Wsuggest-attribute=cold */
  8603. OPT_Wsuggest_attribute_const = 677, /* -Wsuggest-attribute=const */
  8604. OPT_Wsuggest_attribute_format = 678, /* -Wsuggest-attribute=format */
  8605. OPT_Wsuggest_attribute_malloc = 679, /* -Wsuggest-attribute=malloc */
  8606. OPT_Wsuggest_attribute_noreturn = 680, /* -Wsuggest-attribute=noreturn */
  8607. OPT_Wsuggest_attribute_pure = 681, /* -Wsuggest-attribute=pure */
  8608. OPT_Wsuggest_final_methods = 682, /* -Wsuggest-final-methods */
  8609. OPT_Wsuggest_final_types = 683, /* -Wsuggest-final-types */
  8610. OPT_Wsuggest_override = 684, /* -Wsuggest-override */
  8611. OPT_Wsurprising = 685, /* -Wsurprising */
  8612. OPT_Wswitch = 686, /* -Wswitch */
  8613. OPT_Wswitch_bool = 687, /* -Wswitch-bool */
  8614. OPT_Wswitch_default = 688, /* -Wswitch-default */
  8615. OPT_Wswitch_enum = 689, /* -Wswitch-enum */
  8616. OPT_Wswitch_outside_range = 690, /* -Wswitch-outside-range */
  8617. OPT_Wswitch_unreachable = 691, /* -Wswitch-unreachable */
  8618. OPT_Wsync_nand = 692, /* -Wsync-nand */
  8619. OPT_Wsynth = 693, /* -Wsynth */
  8620. OPT_Wsystem_headers = 694, /* -Wsystem-headers */
  8621. OPT_Wtabs = 695, /* -Wtabs */
  8622. OPT_Wtarget_lifetime = 696, /* -Wtarget-lifetime */
  8623. OPT_Wtautological_compare = 697, /* -Wtautological-compare */
  8624. OPT_Wtemplates = 698, /* -Wtemplates */
  8625. OPT_Wterminate = 699, /* -Wterminate */
  8626. OPT_Wtraditional = 700, /* -Wtraditional */
  8627. OPT_Wtraditional_conversion = 701, /* -Wtraditional-conversion */
  8628. OPT_Wtrampolines = 702, /* -Wtrampolines */
  8629. OPT_Wtrigraphs = 703, /* -Wtrigraphs */
  8630. OPT_Wtype_limits = 704, /* -Wtype-limits */
  8631. OPT_Wundeclared_selector = 705, /* -Wundeclared-selector */
  8632. OPT_Wundef = 706, /* -Wundef */
  8633. OPT_Wundefined_do_loop = 707, /* -Wundefined-do-loop */
  8634. OPT_Wunderflow = 708, /* -Wunderflow */
  8635. OPT_Wuninitialized = 709, /* -Wuninitialized */
  8636. OPT_Wunknown_pragmas = 710, /* -Wunknown-pragmas */
  8637. /* OPT_Wunreachable_code = 711, */ /* -Wunreachable-code */
  8638. /* OPT_Wunsafe_loop_optimizations = 712, *//* -Wunsafe-loop-optimizations */
  8639. OPT_Wunsuffixed_float_constants = 713, /* -Wunsuffixed-float-constants */
  8640. OPT_Wunused = 714, /* -Wunused */
  8641. OPT_Wunused_but_set_parameter = 715, /* -Wunused-but-set-parameter */
  8642. OPT_Wunused_but_set_variable = 716, /* -Wunused-but-set-variable */
  8643. /* OPT_Wunused_const_variable = 717, */ /* -Wunused-const-variable */
  8644. OPT_Wunused_const_variable_ = 718, /* -Wunused-const-variable= */
  8645. OPT_Wunused_dummy_argument = 719, /* -Wunused-dummy-argument */
  8646. OPT_Wunused_function = 720, /* -Wunused-function */
  8647. OPT_Wunused_label = 721, /* -Wunused-label */
  8648. OPT_Wunused_local_typedefs = 722, /* -Wunused-local-typedefs */
  8649. OPT_Wunused_macros = 723, /* -Wunused-macros */
  8650. OPT_Wunused_parameter = 724, /* -Wunused-parameter */
  8651. OPT_Wunused_result = 725, /* -Wunused-result */
  8652. OPT_Wunused_value = 726, /* -Wunused-value */
  8653. OPT_Wunused_variable = 727, /* -Wunused-variable */
  8654. OPT_Wuse_without_only = 728, /* -Wuse-without-only */
  8655. OPT_Wuseless_cast = 729, /* -Wuseless-cast */
  8656. OPT_Wvarargs = 730, /* -Wvarargs */
  8657. OPT_Wvariadic_macros = 731, /* -Wvariadic-macros */
  8658. OPT_Wvector_operation_performance = 732, /* -Wvector-operation-performance */
  8659. OPT_Wvirtual_inheritance = 733, /* -Wvirtual-inheritance */
  8660. OPT_Wvirtual_move_assign = 734, /* -Wvirtual-move-assign */
  8661. OPT_Wvla = 735, /* -Wvla */
  8662. OPT_Wvla_larger_than_ = 736, /* -Wvla-larger-than= */
  8663. OPT_Wvolatile = 737, /* -Wvolatile */
  8664. OPT_Wvolatile_register_var = 738, /* -Wvolatile-register-var */
  8665. OPT_Wwrite_strings = 739, /* -Wwrite-strings */
  8666. OPT_Wzero_as_null_pointer_constant = 740, /* -Wzero-as-null-pointer-constant */
  8667. OPT_Wzero_length_bounds = 741, /* -Wzero-length-bounds */
  8668. OPT_Wzerotrip = 742, /* -Wzerotrip */
  8669. OPT_X = 743, /* -X */
  8670. OPT_Xassembler = 744, /* -Xassembler */
  8671. OPT_Xf = 745, /* -Xf */
  8672. OPT_Xlinker = 746, /* -Xlinker */
  8673. OPT_Xpreprocessor = 747, /* -Xpreprocessor */
  8674. OPT_Z = 748, /* -Z */
  8675. OPT_ansi = 749, /* -ansi */
  8676. OPT_aux_info = 750, /* -aux-info */
  8677. /* OPT_aux_info_ = 751, */ /* -aux-info= */
  8678. OPT_auxbase = 752, /* -auxbase */
  8679. OPT_auxbase_strip = 753, /* -auxbase-strip */
  8680. OPT_c = 754, /* -c */
  8681. OPT_callgraph = 755, /* -callgraph */
  8682. OPT_coverage = 756, /* -coverage */
  8683. OPT_cpp = 757, /* -cpp */
  8684. OPT_cpp_ = 758, /* -cpp= */
  8685. OPT_d = 759, /* -d */
  8686. OPT_debuglib_ = 760, /* -debuglib= */
  8687. OPT_defaultlib_ = 761, /* -defaultlib= */
  8688. OPT_defined_only = 762, /* -defined-only */
  8689. OPT_demangle = 763, /* -demangle */
  8690. OPT_dstartfiles = 764, /* -dstartfiles */
  8691. OPT_dump_body_ = 765, /* -dump-body= */
  8692. OPT_dump_level_ = 766, /* -dump-level= */
  8693. OPT_dumpbase = 767, /* -dumpbase */
  8694. OPT_dumpdir = 768, /* -dumpdir */
  8695. OPT_dumpfullversion = 769, /* -dumpfullversion */
  8696. OPT_dumpmachine = 770, /* -dumpmachine */
  8697. OPT_dumpspecs = 771, /* -dumpspecs */
  8698. OPT_dumpversion = 772, /* -dumpversion */
  8699. OPT_e = 773, /* -e */
  8700. OPT_export_dynamic = 774, /* -export-dynamic */
  8701. OPT_fPIC = 775, /* -fPIC */
  8702. OPT_fPIE = 776, /* -fPIE */
  8703. OPT_fRTS_ = 777, /* -fRTS= */
  8704. OPT_fabi_compat_version_ = 778, /* -fabi-compat-version= */
  8705. OPT_fabi_version_ = 779, /* -fabi-version= */
  8706. OPT_faccess_control = 780, /* -faccess-control */
  8707. OPT_fada_spec_parent_ = 781, /* -fada-spec-parent= */
  8708. OPT_faggressive_function_elimination = 782,/* -faggressive-function-elimination */
  8709. OPT_faggressive_loop_optimizations = 783, /* -faggressive-loop-optimizations */
  8710. OPT_falign_commons = 784, /* -falign-commons */
  8711. OPT_falign_functions = 785, /* -falign-functions */
  8712. OPT_falign_functions_ = 786, /* -falign-functions= */
  8713. OPT_falign_jumps = 787, /* -falign-jumps */
  8714. OPT_falign_jumps_ = 788, /* -falign-jumps= */
  8715. OPT_falign_labels = 789, /* -falign-labels */
  8716. OPT_falign_labels_ = 790, /* -falign-labels= */
  8717. OPT_falign_loops = 791, /* -falign-loops */
  8718. OPT_falign_loops_ = 792, /* -falign-loops= */
  8719. /* OPT_faligned_new = 793, */ /* -faligned-new */
  8720. OPT_faligned_new_ = 794, /* -faligned-new= */
  8721. OPT_fall_instantiations = 795, /* -fall-instantiations */
  8722. OPT_fall_intrinsics = 796, /* -fall-intrinsics */
  8723. OPT_fall_virtual = 797, /* -fall-virtual */
  8724. OPT_fallocation_dce = 798, /* -fallocation-dce */
  8725. OPT_fallow_argument_mismatch = 799, /* -fallow-argument-mismatch */
  8726. OPT_fallow_invalid_boz = 800, /* -fallow-invalid-boz */
  8727. OPT_fallow_leading_underscore = 801, /* -fallow-leading-underscore */
  8728. OPT_fallow_parameterless_variadic_functions = 802,/* -fallow-parameterless-variadic-functions */
  8729. OPT_fallow_store_data_races = 803, /* -fallow-store-data-races */
  8730. OPT_falt_external_templates = 804, /* -falt-external-templates */
  8731. OPT_fanalyzer = 805, /* -fanalyzer */
  8732. OPT_fanalyzer_call_summaries = 806, /* -fanalyzer-call-summaries */
  8733. OPT_fanalyzer_checker_ = 807, /* -fanalyzer-checker= */
  8734. OPT_fanalyzer_fine_grained = 808, /* -fanalyzer-fine-grained */
  8735. OPT_fanalyzer_show_duplicate_count = 809, /* -fanalyzer-show-duplicate-count */
  8736. OPT_fanalyzer_state_merge = 810, /* -fanalyzer-state-merge */
  8737. OPT_fanalyzer_state_purge = 811, /* -fanalyzer-state-purge */
  8738. OPT_fanalyzer_transitivity = 812, /* -fanalyzer-transitivity */
  8739. OPT_fanalyzer_verbose_edges = 813, /* -fanalyzer-verbose-edges */
  8740. OPT_fanalyzer_verbose_state_changes = 814, /* -fanalyzer-verbose-state-changes */
  8741. OPT_fanalyzer_verbosity_ = 815, /* -fanalyzer-verbosity= */
  8742. /* OPT_fargument_alias = 816, */ /* -fargument-alias */
  8743. /* OPT_fargument_noalias = 817, */ /* -fargument-noalias */
  8744. /* OPT_fargument_noalias_anything = 818, *//* -fargument-noalias-anything */
  8745. /* OPT_fargument_noalias_global = 819, */ /* -fargument-noalias-global */
  8746. OPT_fasan_shadow_offset_ = 820, /* -fasan-shadow-offset= */
  8747. OPT_fasm = 821, /* -fasm */
  8748. OPT_fassert = 822, /* -fassert */
  8749. OPT_fassociative_math = 823, /* -fassociative-math */
  8750. OPT_fassume_phsa = 824, /* -fassume-phsa */
  8751. OPT_fasynchronous_unwind_tables = 825, /* -fasynchronous-unwind-tables */
  8752. OPT_fauto_inc_dec = 826, /* -fauto-inc-dec */
  8753. OPT_fauto_profile = 827, /* -fauto-profile */
  8754. OPT_fauto_profile_ = 828, /* -fauto-profile= */
  8755. OPT_fautomatic = 829, /* -fautomatic */
  8756. OPT_fbackslash = 830, /* -fbackslash */
  8757. OPT_fbacktrace = 831, /* -fbacktrace */
  8758. OPT_fblas_matmul_limit_ = 832, /* -fblas-matmul-limit= */
  8759. OPT_fbounds_check = 833, /* -fbounds-check */
  8760. OPT_fbounds_check_ = 834, /* -fbounds-check= */
  8761. OPT_fbranch_count_reg = 835, /* -fbranch-count-reg */
  8762. OPT_fbranch_probabilities = 836, /* -fbranch-probabilities */
  8763. /* OPT_fbranch_target_load_optimize = 837, *//* -fbranch-target-load-optimize */
  8764. /* OPT_fbranch_target_load_optimize2 = 838, *//* -fbranch-target-load-optimize2 */
  8765. /* OPT_fbtr_bb_exclusive = 839, */ /* -fbtr-bb-exclusive */
  8766. OPT_fbuilding_libgcc = 840, /* -fbuilding-libgcc */
  8767. OPT_fbuilding_libphobos_tests = 841, /* -fbuilding-libphobos-tests */
  8768. OPT_fbuiltin = 842, /* -fbuiltin */
  8769. OPT_fbuiltin_ = 843, /* -fbuiltin- */
  8770. OPT_fbuiltin_printf = 844, /* -fbuiltin-printf */
  8771. OPT_fc_prototypes = 845, /* -fc-prototypes */
  8772. OPT_fc_prototypes_external = 846, /* -fc-prototypes-external */
  8773. OPT_fcall_saved_ = 847, /* -fcall-saved- */
  8774. OPT_fcall_used_ = 848, /* -fcall-used- */
  8775. OPT_fcaller_saves = 849, /* -fcaller-saves */
  8776. OPT_fcallgraph_info = 850, /* -fcallgraph-info */
  8777. OPT_fcallgraph_info_ = 851, /* -fcallgraph-info= */
  8778. OPT_fcanonical_system_headers = 852, /* -fcanonical-system-headers */
  8779. /* OPT_fcf_protection = 853, */ /* -fcf-protection */
  8780. OPT_fcf_protection_ = 854, /* -fcf-protection= */
  8781. OPT_fchar8_t = 855, /* -fchar8_t */
  8782. OPT_fcheck_array_temporaries = 856, /* -fcheck-array-temporaries */
  8783. /* OPT_fcheck_data_deps = 857, */ /* -fcheck-data-deps */
  8784. OPT_fcheck_new = 858, /* -fcheck-new */
  8785. OPT_fcheck_pointer_bounds = 859, /* -fcheck-pointer-bounds */
  8786. OPT_fcheck_ = 860, /* -fcheck= */
  8787. OPT_fchecking = 861, /* -fchecking */
  8788. OPT_fchecking_ = 862, /* -fchecking= */
  8789. OPT_fchkp_check_incomplete_type = 863, /* -fchkp-check-incomplete-type */
  8790. OPT_fchkp_check_read = 864, /* -fchkp-check-read */
  8791. OPT_fchkp_check_write = 865, /* -fchkp-check-write */
  8792. OPT_fchkp_first_field_has_own_bounds = 866,/* -fchkp-first-field-has-own-bounds */
  8793. OPT_fchkp_flexible_struct_trailing_arrays = 867,/* -fchkp-flexible-struct-trailing-arrays */
  8794. OPT_fchkp_instrument_calls = 868, /* -fchkp-instrument-calls */
  8795. OPT_fchkp_instrument_marked_only = 869, /* -fchkp-instrument-marked-only */
  8796. OPT_fchkp_narrow_bounds = 870, /* -fchkp-narrow-bounds */
  8797. OPT_fchkp_narrow_to_innermost_array = 871, /* -fchkp-narrow-to-innermost-array */
  8798. OPT_fchkp_optimize = 872, /* -fchkp-optimize */
  8799. OPT_fchkp_store_bounds = 873, /* -fchkp-store-bounds */
  8800. OPT_fchkp_treat_zero_dynamic_size_as_infinite = 874,/* -fchkp-treat-zero-dynamic-size-as-infinite */
  8801. OPT_fchkp_use_fast_string_functions = 875, /* -fchkp-use-fast-string-functions */
  8802. OPT_fchkp_use_nochk_string_functions = 876,/* -fchkp-use-nochk-string-functions */
  8803. OPT_fchkp_use_static_bounds = 877, /* -fchkp-use-static-bounds */
  8804. OPT_fchkp_use_static_const_bounds = 878, /* -fchkp-use-static-const-bounds */
  8805. OPT_fchkp_use_wrappers = 879, /* -fchkp-use-wrappers */
  8806. OPT_fchkp_zero_input_bounds_for_main = 880,/* -fchkp-zero-input-bounds-for-main */
  8807. /* OPT_fcilkplus = 881, */ /* -fcilkplus */
  8808. OPT_fcoarray_ = 882, /* -fcoarray= */
  8809. OPT_fcode_hoisting = 883, /* -fcode-hoisting */
  8810. OPT_fcombine_stack_adjustments = 884, /* -fcombine-stack-adjustments */
  8811. OPT_fcommon = 885, /* -fcommon */
  8812. OPT_fcompare_debug = 886, /* -fcompare-debug */
  8813. OPT_fcompare_debug_second = 887, /* -fcompare-debug-second */
  8814. OPT_fcompare_debug_ = 888, /* -fcompare-debug= */
  8815. OPT_fcompare_elim = 889, /* -fcompare-elim */
  8816. OPT_fconcepts = 890, /* -fconcepts */
  8817. OPT_fconcepts_diagnostics_depth_ = 891, /* -fconcepts-diagnostics-depth= */
  8818. OPT_fconcepts_ts = 892, /* -fconcepts-ts */
  8819. OPT_fcond_mismatch = 893, /* -fcond-mismatch */
  8820. /* OPT_fconserve_space = 894, */ /* -fconserve-space */
  8821. OPT_fconserve_stack = 895, /* -fconserve-stack */
  8822. OPT_fconstant_string_class_ = 896, /* -fconstant-string-class= */
  8823. OPT_fconstexpr_cache_depth_ = 897, /* -fconstexpr-cache-depth= */
  8824. OPT_fconstexpr_depth_ = 898, /* -fconstexpr-depth= */
  8825. OPT_fconstexpr_loop_limit_ = 899, /* -fconstexpr-loop-limit= */
  8826. OPT_fconstexpr_ops_limit_ = 900, /* -fconstexpr-ops-limit= */
  8827. OPT_fconvert_ = 901, /* -fconvert= */
  8828. OPT_fcoroutines = 902, /* -fcoroutines */
  8829. OPT_fcprop_registers = 903, /* -fcprop-registers */
  8830. OPT_fcray_pointer = 904, /* -fcray-pointer */
  8831. OPT_fcrossjumping = 905, /* -fcrossjumping */
  8832. OPT_fcse_follow_jumps = 906, /* -fcse-follow-jumps */
  8833. /* OPT_fcse_skip_blocks = 907, */ /* -fcse-skip-blocks */
  8834. OPT_fcx_fortran_rules = 908, /* -fcx-fortran-rules */
  8835. OPT_fcx_limited_range = 909, /* -fcx-limited-range */
  8836. OPT_fd_lines_as_code = 910, /* -fd-lines-as-code */
  8837. OPT_fd_lines_as_comments = 911, /* -fd-lines-as-comments */
  8838. OPT_fdata_sections = 912, /* -fdata-sections */
  8839. OPT_fdbg_cnt_list = 913, /* -fdbg-cnt-list */
  8840. OPT_fdbg_cnt_ = 914, /* -fdbg-cnt= */
  8841. OPT_fdce = 915, /* -fdce */
  8842. OPT_fdebug = 916, /* -fdebug */
  8843. OPT_fdebug_cpp = 917, /* -fdebug-cpp */
  8844. OPT_fdebug_prefix_map_ = 918, /* -fdebug-prefix-map= */
  8845. OPT_fdebug_types_section = 919, /* -fdebug-types-section */
  8846. OPT_fdebug_ = 920, /* -fdebug= */
  8847. OPT_fdec = 921, /* -fdec */
  8848. OPT_fdec_blank_format_item = 922, /* -fdec-blank-format-item */
  8849. OPT_fdec_char_conversions = 923, /* -fdec-char-conversions */
  8850. OPT_fdec_format_defaults = 924, /* -fdec-format-defaults */
  8851. OPT_fdec_include = 925, /* -fdec-include */
  8852. OPT_fdec_intrinsic_ints = 926, /* -fdec-intrinsic-ints */
  8853. OPT_fdec_math = 927, /* -fdec-math */
  8854. OPT_fdec_static = 928, /* -fdec-static */
  8855. OPT_fdec_structure = 929, /* -fdec-structure */
  8856. OPT_fdeclone_ctor_dtor = 930, /* -fdeclone-ctor-dtor */
  8857. /* OPT_fdeduce_init_list = 931, */ /* -fdeduce-init-list */
  8858. OPT_fdefault_double_8 = 932, /* -fdefault-double-8 */
  8859. /* OPT_fdefault_inline = 933, */ /* -fdefault-inline */
  8860. OPT_fdefault_integer_8 = 934, /* -fdefault-integer-8 */
  8861. OPT_fdefault_real_10 = 935, /* -fdefault-real-10 */
  8862. OPT_fdefault_real_16 = 936, /* -fdefault-real-16 */
  8863. OPT_fdefault_real_8 = 937, /* -fdefault-real-8 */
  8864. OPT_fdefer_pop = 938, /* -fdefer-pop */
  8865. OPT_fdelayed_branch = 939, /* -fdelayed-branch */
  8866. OPT_fdelete_dead_exceptions = 940, /* -fdelete-dead-exceptions */
  8867. OPT_fdelete_null_pointer_checks = 941, /* -fdelete-null-pointer-checks */
  8868. OPT_fdevirtualize = 942, /* -fdevirtualize */
  8869. OPT_fdevirtualize_at_ltrans = 943, /* -fdevirtualize-at-ltrans */
  8870. OPT_fdevirtualize_speculatively = 944, /* -fdevirtualize-speculatively */
  8871. /* OPT_fdiagnostics_color = 945, */ /* -fdiagnostics-color */
  8872. OPT_fdiagnostics_color_ = 946, /* -fdiagnostics-color= */
  8873. OPT_fdiagnostics_format_ = 947, /* -fdiagnostics-format= */
  8874. OPT_fdiagnostics_generate_patch = 948, /* -fdiagnostics-generate-patch */
  8875. OPT_fdiagnostics_minimum_margin_width_ = 949,/* -fdiagnostics-minimum-margin-width= */
  8876. OPT_fdiagnostics_parseable_fixits = 950, /* -fdiagnostics-parseable-fixits */
  8877. OPT_fdiagnostics_path_format_ = 951, /* -fdiagnostics-path-format= */
  8878. OPT_fdiagnostics_show_caret = 952, /* -fdiagnostics-show-caret */
  8879. OPT_fdiagnostics_show_cwe = 953, /* -fdiagnostics-show-cwe */
  8880. OPT_fdiagnostics_show_labels = 954, /* -fdiagnostics-show-labels */
  8881. OPT_fdiagnostics_show_line_numbers = 955, /* -fdiagnostics-show-line-numbers */
  8882. OPT_fdiagnostics_show_location_ = 956, /* -fdiagnostics-show-location= */
  8883. OPT_fdiagnostics_show_option = 957, /* -fdiagnostics-show-option */
  8884. OPT_fdiagnostics_show_path_depths = 958, /* -fdiagnostics-show-path-depths */
  8885. OPT_fdiagnostics_show_template_tree = 959, /* -fdiagnostics-show-template-tree */
  8886. OPT_fdiagnostics_urls_ = 960, /* -fdiagnostics-urls= */
  8887. OPT_fdirectives_only = 961, /* -fdirectives-only */
  8888. OPT_fdisable_ = 962, /* -fdisable- */
  8889. OPT_fdoc = 963, /* -fdoc */
  8890. OPT_fdoc_dir_ = 964, /* -fdoc-dir= */
  8891. OPT_fdoc_file_ = 965, /* -fdoc-file= */
  8892. OPT_fdoc_inc_ = 966, /* -fdoc-inc= */
  8893. OPT_fdollar_ok = 967, /* -fdollar-ok */
  8894. OPT_fdollars_in_identifiers = 968, /* -fdollars-in-identifiers */
  8895. OPT_fdruntime = 969, /* -fdruntime */
  8896. OPT_fdse = 970, /* -fdse */
  8897. OPT_fdump_ = 971, /* -fdump- */
  8898. OPT_fdump_ada_spec = 972, /* -fdump-ada-spec */
  8899. OPT_fdump_ada_spec_slim = 973, /* -fdump-ada-spec-slim */
  8900. OPT_fdump_analyzer = 974, /* -fdump-analyzer */
  8901. OPT_fdump_analyzer_callgraph = 975, /* -fdump-analyzer-callgraph */
  8902. OPT_fdump_analyzer_exploded_graph = 976, /* -fdump-analyzer-exploded-graph */
  8903. OPT_fdump_analyzer_exploded_nodes = 977, /* -fdump-analyzer-exploded-nodes */
  8904. OPT_fdump_analyzer_exploded_nodes_2 = 978, /* -fdump-analyzer-exploded-nodes-2 */
  8905. OPT_fdump_analyzer_exploded_nodes_3 = 979, /* -fdump-analyzer-exploded-nodes-3 */
  8906. OPT_fdump_analyzer_state_purge = 980, /* -fdump-analyzer-state-purge */
  8907. OPT_fdump_analyzer_stderr = 981, /* -fdump-analyzer-stderr */
  8908. OPT_fdump_analyzer_supergraph = 982, /* -fdump-analyzer-supergraph */
  8909. /* OPT_fdump_core = 983, */ /* -fdump-core */
  8910. OPT_fdump_d_original = 984, /* -fdump-d-original */
  8911. OPT_fdump_final_insns = 985, /* -fdump-final-insns */
  8912. OPT_fdump_final_insns_ = 986, /* -fdump-final-insns= */
  8913. OPT_fdump_fortran_global = 987, /* -fdump-fortran-global */
  8914. OPT_fdump_fortran_optimized = 988, /* -fdump-fortran-optimized */
  8915. OPT_fdump_fortran_original = 989, /* -fdump-fortran-original */
  8916. OPT_fdump_go_spec_ = 990, /* -fdump-go-spec= */
  8917. OPT_fdump_internal_locations = 991, /* -fdump-internal-locations */
  8918. OPT_fdump_noaddr = 992, /* -fdump-noaddr */
  8919. /* OPT_fdump_parse_tree = 993, */ /* -fdump-parse-tree */
  8920. OPT_fdump_passes = 994, /* -fdump-passes */
  8921. OPT_fdump_scos = 995, /* -fdump-scos */
  8922. OPT_fdump_unnumbered = 996, /* -fdump-unnumbered */
  8923. OPT_fdump_unnumbered_links = 997, /* -fdump-unnumbered-links */
  8924. OPT_fdwarf2_cfi_asm = 998, /* -fdwarf2-cfi-asm */
  8925. OPT_fearly_inlining = 999, /* -fearly-inlining */
  8926. OPT_felide_constructors = 1000, /* -felide-constructors */
  8927. OPT_felide_type = 1001, /* -felide-type */
  8928. /* OPT_feliminate_dwarf2_dups = 1002, */ /* -feliminate-dwarf2-dups */
  8929. OPT_feliminate_unused_debug_symbols = 1003,/* -feliminate-unused-debug-symbols */
  8930. OPT_feliminate_unused_debug_types = 1004, /* -feliminate-unused-debug-types */
  8931. OPT_femit_class_debug_always = 1005, /* -femit-class-debug-always */
  8932. OPT_femit_struct_debug_baseonly = 1006, /* -femit-struct-debug-baseonly */
  8933. OPT_femit_struct_debug_detailed_ = 1007, /* -femit-struct-debug-detailed= */
  8934. OPT_femit_struct_debug_reduced = 1008, /* -femit-struct-debug-reduced */
  8935. OPT_fenable_ = 1009, /* -fenable- */
  8936. OPT_fenforce_eh_specs = 1010, /* -fenforce-eh-specs */
  8937. OPT_fenum_int_equiv = 1011, /* -fenum-int-equiv */
  8938. OPT_fexceptions = 1012, /* -fexceptions */
  8939. OPT_fexcess_precision_ = 1013, /* -fexcess-precision= */
  8940. OPT_fexec_charset_ = 1014, /* -fexec-charset= */
  8941. OPT_fexpensive_optimizations = 1015, /* -fexpensive-optimizations */
  8942. OPT_fext_numeric_literals = 1016, /* -fext-numeric-literals */
  8943. OPT_fextended_identifiers = 1017, /* -fextended-identifiers */
  8944. OPT_fextern_tls_init = 1018, /* -fextern-tls-init */
  8945. OPT_fexternal_blas = 1019, /* -fexternal-blas */
  8946. OPT_fexternal_templates = 1020, /* -fexternal-templates */
  8947. OPT_ff2c = 1021, /* -ff2c */
  8948. OPT_ffast_math = 1022, /* -ffast-math */
  8949. OPT_ffat_lto_objects = 1023, /* -ffat-lto-objects */
  8950. OPT_ffile_prefix_map_ = 1024, /* -ffile-prefix-map= */
  8951. OPT_ffinite_loops = 1025, /* -ffinite-loops */
  8952. OPT_ffinite_math_only = 1026, /* -ffinite-math-only */
  8953. OPT_ffixed_ = 1027, /* -ffixed- */
  8954. OPT_ffixed_form = 1028, /* -ffixed-form */
  8955. OPT_ffixed_line_length_ = 1029, /* -ffixed-line-length- */
  8956. OPT_ffixed_line_length_none = 1030, /* -ffixed-line-length-none */
  8957. OPT_ffloat_store = 1031, /* -ffloat-store */
  8958. OPT_ffor_scope = 1032, /* -ffor-scope */
  8959. /* OPT_fforce_addr = 1033, */ /* -fforce-addr */
  8960. OPT_fforward_propagate = 1034, /* -fforward-propagate */
  8961. OPT_ffp_contract_ = 1035, /* -ffp-contract= */
  8962. OPT_ffp_int_builtin_inexact = 1036, /* -ffp-int-builtin-inexact */
  8963. OPT_ffpe_summary_ = 1037, /* -ffpe-summary= */
  8964. OPT_ffpe_trap_ = 1038, /* -ffpe-trap= */
  8965. OPT_ffree_form = 1039, /* -ffree-form */
  8966. OPT_ffree_line_length_ = 1040, /* -ffree-line-length- */
  8967. OPT_ffree_line_length_none = 1041, /* -ffree-line-length-none */
  8968. OPT_ffreestanding = 1042, /* -ffreestanding */
  8969. OPT_ffriend_injection = 1043, /* -ffriend-injection */
  8970. OPT_ffrontend_loop_interchange = 1044, /* -ffrontend-loop-interchange */
  8971. OPT_ffrontend_optimize = 1045, /* -ffrontend-optimize */
  8972. OPT_ffunction_cse = 1046, /* -ffunction-cse */
  8973. OPT_ffunction_sections = 1047, /* -ffunction-sections */
  8974. OPT_fgcse = 1048, /* -fgcse */
  8975. OPT_fgcse_after_reload = 1049, /* -fgcse-after-reload */
  8976. OPT_fgcse_las = 1050, /* -fgcse-las */
  8977. OPT_fgcse_lm = 1051, /* -fgcse-lm */
  8978. OPT_fgcse_sm = 1052, /* -fgcse-sm */
  8979. OPT_fgimple = 1053, /* -fgimple */
  8980. OPT_fgnat_encodings_ = 1054, /* -fgnat-encodings= */
  8981. OPT_fgnu_keywords = 1055, /* -fgnu-keywords */
  8982. OPT_fgnu_runtime = 1056, /* -fgnu-runtime */
  8983. OPT_fgnu_tm = 1057, /* -fgnu-tm */
  8984. OPT_fgnu_unique = 1058, /* -fgnu-unique */
  8985. OPT_fgnu89_inline = 1059, /* -fgnu89-inline */
  8986. OPT_fgo_c_header_ = 1060, /* -fgo-c-header= */
  8987. OPT_fgo_check_divide_overflow = 1061, /* -fgo-check-divide-overflow */
  8988. OPT_fgo_check_divide_zero = 1062, /* -fgo-check-divide-zero */
  8989. OPT_fgo_compiling_runtime = 1063, /* -fgo-compiling-runtime */
  8990. OPT_fgo_debug_escape = 1064, /* -fgo-debug-escape */
  8991. OPT_fgo_debug_escape_hash_ = 1065, /* -fgo-debug-escape-hash= */
  8992. OPT_fgo_debug_optimization = 1066, /* -fgo-debug-optimization */
  8993. OPT_fgo_dump_ = 1067, /* -fgo-dump- */
  8994. OPT_fgo_optimize_ = 1068, /* -fgo-optimize- */
  8995. OPT_fgo_pkgpath_ = 1069, /* -fgo-pkgpath= */
  8996. OPT_fgo_prefix_ = 1070, /* -fgo-prefix= */
  8997. OPT_fgo_relative_import_path_ = 1071, /* -fgo-relative-import-path= */
  8998. OPT_fgraphite = 1072, /* -fgraphite */
  8999. OPT_fgraphite_identity = 1073, /* -fgraphite-identity */
  9000. OPT_fguess_branch_probability = 1074, /* -fguess-branch-probability */
  9001. OPT_fguiding_decls = 1075, /* -fguiding-decls */
  9002. /* OPT_fhandle_exceptions = 1076, */ /* -fhandle-exceptions */
  9003. /* OPT_fhelp = 1077, */ /* -fhelp */
  9004. /* OPT_fhelp_ = 1078, */ /* -fhelp= */
  9005. OPT_fhoist_adjacent_loads = 1079, /* -fhoist-adjacent-loads */
  9006. OPT_fhonor_std = 1080, /* -fhonor-std */
  9007. OPT_fhosted = 1081, /* -fhosted */
  9008. OPT_fhuge_objects = 1082, /* -fhuge-objects */
  9009. OPT_fident = 1083, /* -fident */
  9010. OPT_fif_conversion = 1084, /* -fif-conversion */
  9011. OPT_fif_conversion2 = 1085, /* -fif-conversion2 */
  9012. OPT_fignore_unknown_pragmas = 1086, /* -fignore-unknown-pragmas */
  9013. OPT_fimplement_inlines = 1087, /* -fimplement-inlines */
  9014. OPT_fimplicit_inline_templates = 1088, /* -fimplicit-inline-templates */
  9015. OPT_fimplicit_none = 1089, /* -fimplicit-none */
  9016. OPT_fimplicit_templates = 1090, /* -fimplicit-templates */
  9017. OPT_findirect_inlining = 1091, /* -findirect-inlining */
  9018. OPT_finhibit_size_directive = 1092, /* -finhibit-size-directive */
  9019. OPT_finit_character_ = 1093, /* -finit-character= */
  9020. OPT_finit_derived = 1094, /* -finit-derived */
  9021. OPT_finit_integer_ = 1095, /* -finit-integer= */
  9022. OPT_finit_local_zero = 1096, /* -finit-local-zero */
  9023. OPT_finit_logical_ = 1097, /* -finit-logical= */
  9024. OPT_finit_real_ = 1098, /* -finit-real= */
  9025. OPT_finline = 1099, /* -finline */
  9026. OPT_finline_arg_packing = 1100, /* -finline-arg-packing */
  9027. OPT_finline_atomics = 1101, /* -finline-atomics */
  9028. OPT_finline_functions = 1102, /* -finline-functions */
  9029. OPT_finline_functions_called_once = 1103, /* -finline-functions-called-once */
  9030. /* OPT_finline_limit_ = 1104, */ /* -finline-limit- */
  9031. OPT_finline_limit_ = 1105, /* -finline-limit= */
  9032. OPT_finline_matmul_limit_ = 1106, /* -finline-matmul-limit= */
  9033. OPT_finline_small_functions = 1107, /* -finline-small-functions */
  9034. OPT_finput_charset_ = 1108, /* -finput-charset= */
  9035. OPT_finstrument_functions = 1109, /* -finstrument-functions */
  9036. OPT_finstrument_functions_exclude_file_list_ = 1110,/* -finstrument-functions-exclude-file-list= */
  9037. OPT_finstrument_functions_exclude_function_list_ = 1111,/* -finstrument-functions-exclude-function-list= */
  9038. OPT_finteger_4_integer_8 = 1112, /* -finteger-4-integer-8 */
  9039. OPT_fintrinsic_modules_path = 1113, /* -fintrinsic-modules-path */
  9040. OPT_fintrinsic_modules_path_ = 1114, /* -fintrinsic-modules-path= */
  9041. OPT_finvariants = 1115, /* -finvariants */
  9042. OPT_fipa_bit_cp = 1116, /* -fipa-bit-cp */
  9043. OPT_fipa_cp = 1117, /* -fipa-cp */
  9044. /* OPT_fipa_cp_alignment = 1118, */ /* -fipa-cp-alignment */
  9045. OPT_fipa_cp_clone = 1119, /* -fipa-cp-clone */
  9046. OPT_fipa_icf = 1120, /* -fipa-icf */
  9047. OPT_fipa_icf_functions = 1121, /* -fipa-icf-functions */
  9048. OPT_fipa_icf_variables = 1122, /* -fipa-icf-variables */
  9049. /* OPT_fipa_matrix_reorg = 1123, */ /* -fipa-matrix-reorg */
  9050. OPT_fipa_profile = 1124, /* -fipa-profile */
  9051. OPT_fipa_pta = 1125, /* -fipa-pta */
  9052. OPT_fipa_pure_const = 1126, /* -fipa-pure-const */
  9053. OPT_fipa_ra = 1127, /* -fipa-ra */
  9054. OPT_fipa_reference = 1128, /* -fipa-reference */
  9055. OPT_fipa_reference_addressable = 1129, /* -fipa-reference-addressable */
  9056. OPT_fipa_sra = 1130, /* -fipa-sra */
  9057. OPT_fipa_stack_alignment = 1131, /* -fipa-stack-alignment */
  9058. /* OPT_fipa_struct_reorg = 1132, */ /* -fipa-struct-reorg */
  9059. OPT_fipa_vrp = 1133, /* -fipa-vrp */
  9060. OPT_fira_algorithm_ = 1134, /* -fira-algorithm= */
  9061. OPT_fira_hoist_pressure = 1135, /* -fira-hoist-pressure */
  9062. OPT_fira_loop_pressure = 1136, /* -fira-loop-pressure */
  9063. OPT_fira_region_ = 1137, /* -fira-region= */
  9064. OPT_fira_share_save_slots = 1138, /* -fira-share-save-slots */
  9065. OPT_fira_share_spill_slots = 1139, /* -fira-share-spill-slots */
  9066. OPT_fira_verbose_ = 1140, /* -fira-verbose= */
  9067. OPT_fisolate_erroneous_paths_attribute = 1141,/* -fisolate-erroneous-paths-attribute */
  9068. OPT_fisolate_erroneous_paths_dereference = 1142,/* -fisolate-erroneous-paths-dereference */
  9069. OPT_fivar_visibility_ = 1143, /* -fivar-visibility= */
  9070. OPT_fivopts = 1144, /* -fivopts */
  9071. OPT_fjump_tables = 1145, /* -fjump-tables */
  9072. OPT_fkeep_gc_roots_live = 1146, /* -fkeep-gc-roots-live */
  9073. OPT_fkeep_inline_dllexport = 1147, /* -fkeep-inline-dllexport */
  9074. OPT_fkeep_inline_functions = 1148, /* -fkeep-inline-functions */
  9075. OPT_fkeep_static_consts = 1149, /* -fkeep-static-consts */
  9076. OPT_fkeep_static_functions = 1150, /* -fkeep-static-functions */
  9077. OPT_flabels_ok = 1151, /* -flabels-ok */
  9078. OPT_flax_vector_conversions = 1152, /* -flax-vector-conversions */
  9079. OPT_fleading_underscore = 1153, /* -fleading-underscore */
  9080. OPT_flifetime_dse = 1154, /* -flifetime-dse */
  9081. OPT_flifetime_dse_ = 1155, /* -flifetime-dse= */
  9082. OPT_flimit_function_alignment = 1156, /* -flimit-function-alignment */
  9083. OPT_flinker_output_ = 1157, /* -flinker-output= */
  9084. /* OPT_flive_patching = 1158, */ /* -flive-patching */
  9085. OPT_flive_patching_ = 1159, /* -flive-patching= */
  9086. OPT_flive_range_shrinkage = 1160, /* -flive-range-shrinkage */
  9087. OPT_flocal_ivars = 1161, /* -flocal-ivars */
  9088. /* OPT_floop_block = 1162, */ /* -floop-block */
  9089. /* OPT_floop_flatten = 1163, */ /* -floop-flatten */
  9090. OPT_floop_interchange = 1164, /* -floop-interchange */
  9091. OPT_floop_nest_optimize = 1165, /* -floop-nest-optimize */
  9092. /* OPT_floop_optimize = 1166, */ /* -floop-optimize */
  9093. OPT_floop_parallelize_all = 1167, /* -floop-parallelize-all */
  9094. /* OPT_floop_strip_mine = 1168, */ /* -floop-strip-mine */
  9095. OPT_floop_unroll_and_jam = 1169, /* -floop-unroll-and-jam */
  9096. OPT_flra_remat = 1170, /* -flra-remat */
  9097. OPT_flto = 1171, /* -flto */
  9098. OPT_flto_compression_level_ = 1172, /* -flto-compression-level= */
  9099. /* OPT_flto_odr_type_merging = 1173, */ /* -flto-odr-type-merging */
  9100. OPT_flto_partition_ = 1174, /* -flto-partition= */
  9101. OPT_flto_report = 1175, /* -flto-report */
  9102. OPT_flto_report_wpa = 1176, /* -flto-report-wpa */
  9103. OPT_flto_ = 1177, /* -flto= */
  9104. OPT_fltrans = 1178, /* -fltrans */
  9105. OPT_fltrans_output_list_ = 1179, /* -fltrans-output-list= */
  9106. OPT_fmacro_prefix_map_ = 1180, /* -fmacro-prefix-map= */
  9107. OPT_fmain = 1181, /* -fmain */
  9108. OPT_fmath_errno = 1182, /* -fmath-errno */
  9109. OPT_fmax_array_constructor_ = 1183, /* -fmax-array-constructor= */
  9110. OPT_fmax_errors_ = 1184, /* -fmax-errors= */
  9111. OPT_fmax_identifier_length_ = 1185, /* -fmax-identifier-length= */
  9112. OPT_fmax_include_depth_ = 1186, /* -fmax-include-depth= */
  9113. OPT_fmax_stack_var_size_ = 1187, /* -fmax-stack-var-size= */
  9114. OPT_fmax_subrecord_length_ = 1188, /* -fmax-subrecord-length= */
  9115. OPT_fmem_report = 1189, /* -fmem-report */
  9116. OPT_fmem_report_wpa = 1190, /* -fmem-report-wpa */
  9117. OPT_fmerge_all_constants = 1191, /* -fmerge-all-constants */
  9118. OPT_fmerge_constants = 1192, /* -fmerge-constants */
  9119. OPT_fmerge_debug_strings = 1193, /* -fmerge-debug-strings */
  9120. OPT_fmessage_length_ = 1194, /* -fmessage-length= */
  9121. OPT_fmodule_file_ = 1195, /* -fmodule-file= */
  9122. OPT_fmodule_private = 1196, /* -fmodule-private */
  9123. OPT_fmoduleinfo = 1197, /* -fmoduleinfo */
  9124. OPT_fmodulo_sched = 1198, /* -fmodulo-sched */
  9125. OPT_fmodulo_sched_allow_regmoves = 1199, /* -fmodulo-sched-allow-regmoves */
  9126. OPT_fmove_loop_invariants = 1200, /* -fmove-loop-invariants */
  9127. OPT_fms_extensions = 1201, /* -fms-extensions */
  9128. OPT_fmudflap = 1202, /* -fmudflap */
  9129. OPT_fmudflapir = 1203, /* -fmudflapir */
  9130. OPT_fmudflapth = 1204, /* -fmudflapth */
  9131. OPT_fname_mangling_version_ = 1205, /* -fname-mangling-version- */
  9132. OPT_fnew_abi = 1206, /* -fnew-abi */
  9133. OPT_fnew_inheriting_ctors = 1207, /* -fnew-inheriting-ctors */
  9134. OPT_fnew_ttp_matching = 1208, /* -fnew-ttp-matching */
  9135. OPT_fnext_runtime = 1209, /* -fnext-runtime */
  9136. OPT_fnil_receivers = 1210, /* -fnil-receivers */
  9137. OPT_fnon_call_exceptions = 1211, /* -fnon-call-exceptions */
  9138. OPT_fnonansi_builtins = 1212, /* -fnonansi-builtins */
  9139. OPT_fnonnull_objects = 1213, /* -fnonnull-objects */
  9140. OPT_fnothrow_opt = 1214, /* -fnothrow-opt */
  9141. OPT_fobjc_abi_version_ = 1215, /* -fobjc-abi-version= */
  9142. OPT_fobjc_call_cxx_cdtors = 1216, /* -fobjc-call-cxx-cdtors */
  9143. OPT_fobjc_direct_dispatch = 1217, /* -fobjc-direct-dispatch */
  9144. OPT_fobjc_exceptions = 1218, /* -fobjc-exceptions */
  9145. OPT_fobjc_gc = 1219, /* -fobjc-gc */
  9146. OPT_fobjc_nilcheck = 1220, /* -fobjc-nilcheck */
  9147. OPT_fobjc_sjlj_exceptions = 1221, /* -fobjc-sjlj-exceptions */
  9148. OPT_fobjc_std_objc1 = 1222, /* -fobjc-std=objc1 */
  9149. OPT_foffload_abi_ = 1223, /* -foffload-abi= */
  9150. OPT_foffload_ = 1224, /* -foffload= */
  9151. OPT_fomit_frame_pointer = 1225, /* -fomit-frame-pointer */
  9152. OPT_fonly_ = 1226, /* -fonly= */
  9153. OPT_fopenacc = 1227, /* -fopenacc */
  9154. OPT_fopenacc_dim_ = 1228, /* -fopenacc-dim= */
  9155. OPT_fopenmp = 1229, /* -fopenmp */
  9156. OPT_fopenmp_simd = 1230, /* -fopenmp-simd */
  9157. OPT_foperator_names = 1231, /* -foperator-names */
  9158. OPT_fopt_info = 1232, /* -fopt-info */
  9159. OPT_fopt_info_ = 1233, /* -fopt-info- */
  9160. /* OPT_foptimize_register_move = 1234, */ /* -foptimize-register-move */
  9161. OPT_foptimize_sibling_calls = 1235, /* -foptimize-sibling-calls */
  9162. OPT_foptimize_strlen = 1236, /* -foptimize-strlen */
  9163. /* OPT_foptional_diags = 1237, */ /* -foptional-diags */
  9164. OPT_fpack_derived = 1238, /* -fpack-derived */
  9165. OPT_fpack_struct = 1239, /* -fpack-struct */
  9166. OPT_fpack_struct_ = 1240, /* -fpack-struct= */
  9167. OPT_fpad_source = 1241, /* -fpad-source */
  9168. OPT_fpartial_inlining = 1242, /* -fpartial-inlining */
  9169. OPT_fpatchable_function_entry_ = 1243, /* -fpatchable-function-entry= */
  9170. OPT_fpcc_struct_return = 1244, /* -fpcc-struct-return */
  9171. OPT_fpch_deps = 1245, /* -fpch-deps */
  9172. OPT_fpch_preprocess = 1246, /* -fpch-preprocess */
  9173. OPT_fpeel_loops = 1247, /* -fpeel-loops */
  9174. OPT_fpeephole = 1248, /* -fpeephole */
  9175. OPT_fpeephole2 = 1249, /* -fpeephole2 */
  9176. OPT_fpermissive = 1250, /* -fpermissive */
  9177. OPT_fpermitted_flt_eval_methods_ = 1251, /* -fpermitted-flt-eval-methods= */
  9178. OPT_fpic = 1252, /* -fpic */
  9179. OPT_fpie = 1253, /* -fpie */
  9180. OPT_fplan9_extensions = 1254, /* -fplan9-extensions */
  9181. OPT_fplt = 1255, /* -fplt */
  9182. OPT_fplugin_arg_ = 1256, /* -fplugin-arg- */
  9183. OPT_fplugin_ = 1257, /* -fplugin= */
  9184. OPT_fpost_ipa_mem_report = 1258, /* -fpost-ipa-mem-report */
  9185. OPT_fpostconditions = 1259, /* -fpostconditions */
  9186. OPT_fpre_include_ = 1260, /* -fpre-include= */
  9187. OPT_fpre_ipa_mem_report = 1261, /* -fpre-ipa-mem-report */
  9188. OPT_fpreconditions = 1262, /* -fpreconditions */
  9189. OPT_fpredictive_commoning = 1263, /* -fpredictive-commoning */
  9190. OPT_fprefetch_loop_arrays = 1264, /* -fprefetch-loop-arrays */
  9191. OPT_fpreprocessed = 1265, /* -fpreprocessed */
  9192. OPT_fpretty_templates = 1266, /* -fpretty-templates */
  9193. OPT_fprintf_return_value = 1267, /* -fprintf-return-value */
  9194. OPT_fprofile = 1268, /* -fprofile */
  9195. OPT_fprofile_abs_path = 1269, /* -fprofile-abs-path */
  9196. OPT_fprofile_arcs = 1270, /* -fprofile-arcs */
  9197. OPT_fprofile_correction = 1271, /* -fprofile-correction */
  9198. OPT_fprofile_dir_ = 1272, /* -fprofile-dir= */
  9199. OPT_fprofile_exclude_files_ = 1273, /* -fprofile-exclude-files= */
  9200. OPT_fprofile_filter_files_ = 1274, /* -fprofile-filter-files= */
  9201. OPT_fprofile_generate = 1275, /* -fprofile-generate */
  9202. OPT_fprofile_generate_ = 1276, /* -fprofile-generate= */
  9203. OPT_fprofile_note_ = 1277, /* -fprofile-note= */
  9204. OPT_fprofile_partial_training = 1278, /* -fprofile-partial-training */
  9205. OPT_fprofile_prefix_path_ = 1279, /* -fprofile-prefix-path= */
  9206. OPT_fprofile_reorder_functions = 1280, /* -fprofile-reorder-functions */
  9207. OPT_fprofile_report = 1281, /* -fprofile-report */
  9208. OPT_fprofile_reproducible = 1282, /* -fprofile-reproducible */
  9209. OPT_fprofile_update_ = 1283, /* -fprofile-update= */
  9210. OPT_fprofile_use = 1284, /* -fprofile-use */
  9211. OPT_fprofile_use_ = 1285, /* -fprofile-use= */
  9212. OPT_fprofile_values = 1286, /* -fprofile-values */
  9213. OPT_fprotect_parens = 1287, /* -fprotect-parens */
  9214. OPT_frandom_seed = 1288, /* -frandom-seed */
  9215. OPT_frandom_seed_ = 1289, /* -frandom-seed= */
  9216. OPT_frange_check = 1290, /* -frange-check */
  9217. OPT_freal_4_real_10 = 1291, /* -freal-4-real-10 */
  9218. OPT_freal_4_real_16 = 1292, /* -freal-4-real-16 */
  9219. OPT_freal_4_real_8 = 1293, /* -freal-4-real-8 */
  9220. OPT_freal_8_real_10 = 1294, /* -freal-8-real-10 */
  9221. OPT_freal_8_real_16 = 1295, /* -freal-8-real-16 */
  9222. OPT_freal_8_real_4 = 1296, /* -freal-8-real-4 */
  9223. OPT_frealloc_lhs = 1297, /* -frealloc-lhs */
  9224. OPT_freciprocal_math = 1298, /* -freciprocal-math */
  9225. OPT_frecord_gcc_switches = 1299, /* -frecord-gcc-switches */
  9226. OPT_frecord_marker_4 = 1300, /* -frecord-marker=4 */
  9227. OPT_frecord_marker_8 = 1301, /* -frecord-marker=8 */
  9228. OPT_frecursive = 1302, /* -frecursive */
  9229. OPT_free = 1303, /* -free */
  9230. OPT_freg_struct_return = 1304, /* -freg-struct-return */
  9231. /* OPT_fregmove = 1305, */ /* -fregmove */
  9232. OPT_frelease = 1306, /* -frelease */
  9233. OPT_frename_registers = 1307, /* -frename-registers */
  9234. OPT_freorder_blocks = 1308, /* -freorder-blocks */
  9235. OPT_freorder_blocks_algorithm_ = 1309, /* -freorder-blocks-algorithm= */
  9236. OPT_freorder_blocks_and_partition = 1310, /* -freorder-blocks-and-partition */
  9237. OPT_freorder_functions = 1311, /* -freorder-functions */
  9238. OPT_frepack_arrays = 1312, /* -frepack-arrays */
  9239. OPT_freplace_objc_classes = 1313, /* -freplace-objc-classes */
  9240. OPT_frepo = 1314, /* -frepo */
  9241. OPT_freport_bug = 1315, /* -freport-bug */
  9242. OPT_frequire_return_statement = 1316, /* -frequire-return-statement */
  9243. OPT_frerun_cse_after_loop = 1317, /* -frerun-cse-after-loop */
  9244. /* OPT_frerun_loop_opt = 1318, */ /* -frerun-loop-opt */
  9245. OPT_freschedule_modulo_scheduled_loops = 1319,/* -freschedule-modulo-scheduled-loops */
  9246. OPT_fresolution_ = 1320, /* -fresolution= */
  9247. OPT_frounding_math = 1321, /* -frounding-math */
  9248. OPT_frtti = 1322, /* -frtti */
  9249. OPT_fsanitize_address_use_after_scope = 1323,/* -fsanitize-address-use-after-scope */
  9250. OPT_fsanitize_coverage_ = 1324, /* -fsanitize-coverage= */
  9251. OPT_fsanitize_recover = 1325, /* -fsanitize-recover */
  9252. OPT_fsanitize_recover_ = 1326, /* -fsanitize-recover= */
  9253. OPT_fsanitize_sections_ = 1327, /* -fsanitize-sections= */
  9254. OPT_fsanitize_undefined_trap_on_error = 1328,/* -fsanitize-undefined-trap-on-error */
  9255. OPT_fsanitize_ = 1329, /* -fsanitize= */
  9256. OPT_fsave_optimization_record = 1330, /* -fsave-optimization-record */
  9257. OPT_fsched_critical_path_heuristic = 1331, /* -fsched-critical-path-heuristic */
  9258. OPT_fsched_dep_count_heuristic = 1332, /* -fsched-dep-count-heuristic */
  9259. OPT_fsched_group_heuristic = 1333, /* -fsched-group-heuristic */
  9260. OPT_fsched_interblock = 1334, /* -fsched-interblock */
  9261. OPT_fsched_last_insn_heuristic = 1335, /* -fsched-last-insn-heuristic */
  9262. OPT_fsched_pressure = 1336, /* -fsched-pressure */
  9263. OPT_fsched_rank_heuristic = 1337, /* -fsched-rank-heuristic */
  9264. OPT_fsched_spec = 1338, /* -fsched-spec */
  9265. OPT_fsched_spec_insn_heuristic = 1339, /* -fsched-spec-insn-heuristic */
  9266. OPT_fsched_spec_load = 1340, /* -fsched-spec-load */
  9267. OPT_fsched_spec_load_dangerous = 1341, /* -fsched-spec-load-dangerous */
  9268. OPT_fsched_stalled_insns = 1342, /* -fsched-stalled-insns */
  9269. OPT_fsched_stalled_insns_dep = 1343, /* -fsched-stalled-insns-dep */
  9270. OPT_fsched_stalled_insns_dep_ = 1344, /* -fsched-stalled-insns-dep= */
  9271. OPT_fsched_stalled_insns_ = 1345, /* -fsched-stalled-insns= */
  9272. OPT_fsched_verbose_ = 1346, /* -fsched-verbose= */
  9273. OPT_fsched2_use_superblocks = 1347, /* -fsched2-use-superblocks */
  9274. /* OPT_fsched2_use_traces = 1348, */ /* -fsched2-use-traces */
  9275. OPT_fschedule_fusion = 1349, /* -fschedule-fusion */
  9276. OPT_fschedule_insns = 1350, /* -fschedule-insns */
  9277. OPT_fschedule_insns2 = 1351, /* -fschedule-insns2 */
  9278. OPT_fsecond_underscore = 1352, /* -fsecond-underscore */
  9279. OPT_fsection_anchors = 1353, /* -fsection-anchors */
  9280. /* OPT_fsee = 1354, */ /* -fsee */
  9281. OPT_fsel_sched_pipelining = 1355, /* -fsel-sched-pipelining */
  9282. OPT_fsel_sched_pipelining_outer_loops = 1356,/* -fsel-sched-pipelining-outer-loops */
  9283. OPT_fsel_sched_reschedule_pipelined = 1357,/* -fsel-sched-reschedule-pipelined */
  9284. OPT_fselective_scheduling = 1358, /* -fselective-scheduling */
  9285. OPT_fselective_scheduling2 = 1359, /* -fselective-scheduling2 */
  9286. OPT_fself_test_ = 1360, /* -fself-test= */
  9287. OPT_fsemantic_interposition = 1361, /* -fsemantic-interposition */
  9288. OPT_fshort_enums = 1362, /* -fshort-enums */
  9289. OPT_fshort_wchar = 1363, /* -fshort-wchar */
  9290. OPT_fshow_column = 1364, /* -fshow-column */
  9291. OPT_fshrink_wrap = 1365, /* -fshrink-wrap */
  9292. OPT_fshrink_wrap_separate = 1366, /* -fshrink-wrap-separate */
  9293. OPT_fsign_zero = 1367, /* -fsign-zero */
  9294. OPT_fsignaling_nans = 1368, /* -fsignaling-nans */
  9295. OPT_fsigned_bitfields = 1369, /* -fsigned-bitfields */
  9296. OPT_fsigned_char = 1370, /* -fsigned-char */
  9297. OPT_fsigned_zeros = 1371, /* -fsigned-zeros */
  9298. OPT_fsimd_cost_model_ = 1372, /* -fsimd-cost-model= */
  9299. OPT_fsingle_precision_constant = 1373, /* -fsingle-precision-constant */
  9300. OPT_fsized_deallocation = 1374, /* -fsized-deallocation */
  9301. OPT_fsplit_ivs_in_unroller = 1375, /* -fsplit-ivs-in-unroller */
  9302. OPT_fsplit_loops = 1376, /* -fsplit-loops */
  9303. OPT_fsplit_paths = 1377, /* -fsplit-paths */
  9304. OPT_fsplit_stack = 1378, /* -fsplit-stack */
  9305. OPT_fsplit_wide_types = 1379, /* -fsplit-wide-types */
  9306. OPT_fsplit_wide_types_early = 1380, /* -fsplit-wide-types-early */
  9307. OPT_fsquangle = 1381, /* -fsquangle */
  9308. OPT_fssa_backprop = 1382, /* -fssa-backprop */
  9309. OPT_fssa_phiopt = 1383, /* -fssa-phiopt */
  9310. OPT_fsso_struct_ = 1384, /* -fsso-struct= */
  9311. OPT_fstack_arrays = 1385, /* -fstack-arrays */
  9312. /* OPT_fstack_check = 1386, */ /* -fstack-check */
  9313. OPT_fstack_check_ = 1387, /* -fstack-check= */
  9314. OPT_fstack_clash_protection = 1388, /* -fstack-clash-protection */
  9315. OPT_fstack_limit = 1389, /* -fstack-limit */
  9316. OPT_fstack_limit_register_ = 1390, /* -fstack-limit-register= */
  9317. OPT_fstack_limit_symbol_ = 1391, /* -fstack-limit-symbol= */
  9318. OPT_fstack_protector = 1392, /* -fstack-protector */
  9319. OPT_fstack_protector_all = 1393, /* -fstack-protector-all */
  9320. OPT_fstack_protector_explicit = 1394, /* -fstack-protector-explicit */
  9321. OPT_fstack_protector_strong = 1395, /* -fstack-protector-strong */
  9322. OPT_fstack_reuse_ = 1396, /* -fstack-reuse= */
  9323. OPT_fstack_usage = 1397, /* -fstack-usage */
  9324. OPT_fstats = 1398, /* -fstats */
  9325. OPT_fstdarg_opt = 1399, /* -fstdarg-opt */
  9326. OPT_fstore_merging = 1400, /* -fstore-merging */
  9327. /* OPT_fstrength_reduce = 1401, */ /* -fstrength-reduce */
  9328. OPT_fstrict_aliasing = 1402, /* -fstrict-aliasing */
  9329. OPT_fstrict_enums = 1403, /* -fstrict-enums */
  9330. OPT_fstrict_overflow = 1404, /* -fstrict-overflow */
  9331. OPT_fstrict_prototype = 1405, /* -fstrict-prototype */
  9332. OPT_fstrict_volatile_bitfields = 1406, /* -fstrict-volatile-bitfields */
  9333. /* OPT_fstrong_eval_order = 1407, */ /* -fstrong-eval-order */
  9334. OPT_fstrong_eval_order_ = 1408, /* -fstrong-eval-order= */
  9335. OPT_fswitch_errors = 1409, /* -fswitch-errors */
  9336. OPT_fsync_libcalls = 1410, /* -fsync-libcalls */
  9337. OPT_fsyntax_only = 1411, /* -fsyntax-only */
  9338. OPT_ftabstop_ = 1412, /* -ftabstop= */
  9339. /* OPT_ftail_call_workaround = 1413, */ /* -ftail-call-workaround */
  9340. OPT_ftail_call_workaround_ = 1414, /* -ftail-call-workaround= */
  9341. /* OPT_ftarget_help = 1415, */ /* -ftarget-help */
  9342. OPT_ftemplate_backtrace_limit_ = 1416, /* -ftemplate-backtrace-limit= */
  9343. /* OPT_ftemplate_depth_ = 1417, */ /* -ftemplate-depth- */
  9344. OPT_ftemplate_depth_ = 1418, /* -ftemplate-depth= */
  9345. OPT_ftest_coverage = 1419, /* -ftest-coverage */
  9346. OPT_ftest_forall_temp = 1420, /* -ftest-forall-temp */
  9347. OPT_fthis_is_variable = 1421, /* -fthis-is-variable */
  9348. OPT_fthread_jumps = 1422, /* -fthread-jumps */
  9349. OPT_fthreadsafe_statics = 1423, /* -fthreadsafe-statics */
  9350. OPT_ftime_report = 1424, /* -ftime-report */
  9351. OPT_ftime_report_details = 1425, /* -ftime-report-details */
  9352. OPT_ftls_model_ = 1426, /* -ftls-model= */
  9353. OPT_ftoplevel_reorder = 1427, /* -ftoplevel-reorder */
  9354. OPT_ftracer = 1428, /* -ftracer */
  9355. OPT_ftrack_macro_expansion = 1429, /* -ftrack-macro-expansion */
  9356. OPT_ftrack_macro_expansion_ = 1430, /* -ftrack-macro-expansion= */
  9357. OPT_ftrampolines = 1431, /* -ftrampolines */
  9358. OPT_ftransition_all = 1432, /* -ftransition=all */
  9359. OPT_ftransition_checkimports = 1433, /* -ftransition=checkimports */
  9360. OPT_ftransition_complex = 1434, /* -ftransition=complex */
  9361. OPT_ftransition_dip1000 = 1435, /* -ftransition=dip1000 */
  9362. OPT_ftransition_dip25 = 1436, /* -ftransition=dip25 */
  9363. OPT_ftransition_field = 1437, /* -ftransition=field */
  9364. OPT_ftransition_import = 1438, /* -ftransition=import */
  9365. OPT_ftransition_nogc = 1439, /* -ftransition=nogc */
  9366. OPT_ftransition_tls = 1440, /* -ftransition=tls */
  9367. OPT_ftrapping_math = 1441, /* -ftrapping-math */
  9368. OPT_ftrapv = 1442, /* -ftrapv */
  9369. OPT_ftree_bit_ccp = 1443, /* -ftree-bit-ccp */
  9370. OPT_ftree_builtin_call_dce = 1444, /* -ftree-builtin-call-dce */
  9371. OPT_ftree_ccp = 1445, /* -ftree-ccp */
  9372. OPT_ftree_ch = 1446, /* -ftree-ch */
  9373. /* OPT_ftree_coalesce_inlined_vars = 1447, *//* -ftree-coalesce-inlined-vars */
  9374. OPT_ftree_coalesce_vars = 1448, /* -ftree-coalesce-vars */
  9375. OPT_ftree_copy_prop = 1449, /* -ftree-copy-prop */
  9376. /* OPT_ftree_copyrename = 1450, */ /* -ftree-copyrename */
  9377. OPT_ftree_cselim = 1451, /* -ftree-cselim */
  9378. OPT_ftree_dce = 1452, /* -ftree-dce */
  9379. OPT_ftree_dominator_opts = 1453, /* -ftree-dominator-opts */
  9380. OPT_ftree_dse = 1454, /* -ftree-dse */
  9381. OPT_ftree_forwprop = 1455, /* -ftree-forwprop */
  9382. OPT_ftree_fre = 1456, /* -ftree-fre */
  9383. OPT_ftree_loop_distribute_patterns = 1457, /* -ftree-loop-distribute-patterns */
  9384. OPT_ftree_loop_distribution = 1458, /* -ftree-loop-distribution */
  9385. OPT_ftree_loop_if_convert = 1459, /* -ftree-loop-if-convert */
  9386. /* OPT_ftree_loop_if_convert_stores = 1460, *//* -ftree-loop-if-convert-stores */
  9387. OPT_ftree_loop_im = 1461, /* -ftree-loop-im */
  9388. OPT_ftree_loop_ivcanon = 1462, /* -ftree-loop-ivcanon */
  9389. /* OPT_ftree_loop_linear = 1463, */ /* -ftree-loop-linear */
  9390. OPT_ftree_loop_optimize = 1464, /* -ftree-loop-optimize */
  9391. OPT_ftree_loop_vectorize = 1465, /* -ftree-loop-vectorize */
  9392. OPT_ftree_lrs = 1466, /* -ftree-lrs */
  9393. OPT_ftree_parallelize_loops_ = 1467, /* -ftree-parallelize-loops= */
  9394. OPT_ftree_partial_pre = 1468, /* -ftree-partial-pre */
  9395. OPT_ftree_phiprop = 1469, /* -ftree-phiprop */
  9396. OPT_ftree_pre = 1470, /* -ftree-pre */
  9397. OPT_ftree_pta = 1471, /* -ftree-pta */
  9398. OPT_ftree_reassoc = 1472, /* -ftree-reassoc */
  9399. /* OPT_ftree_salias = 1473, */ /* -ftree-salias */
  9400. OPT_ftree_scev_cprop = 1474, /* -ftree-scev-cprop */
  9401. OPT_ftree_sink = 1475, /* -ftree-sink */
  9402. OPT_ftree_slp_vectorize = 1476, /* -ftree-slp-vectorize */
  9403. OPT_ftree_slsr = 1477, /* -ftree-slsr */
  9404. OPT_ftree_sra = 1478, /* -ftree-sra */
  9405. /* OPT_ftree_store_ccp = 1479, */ /* -ftree-store-ccp */
  9406. /* OPT_ftree_store_copy_prop = 1480, */ /* -ftree-store-copy-prop */
  9407. OPT_ftree_switch_conversion = 1481, /* -ftree-switch-conversion */
  9408. OPT_ftree_tail_merge = 1482, /* -ftree-tail-merge */
  9409. OPT_ftree_ter = 1483, /* -ftree-ter */
  9410. /* OPT_ftree_vect_loop_version = 1484, */ /* -ftree-vect-loop-version */
  9411. OPT_ftree_vectorize = 1485, /* -ftree-vectorize */
  9412. /* OPT_ftree_vectorizer_verbose_ = 1486, *//* -ftree-vectorizer-verbose= */
  9413. OPT_ftree_vrp = 1487, /* -ftree-vrp */
  9414. OPT_funconstrained_commons = 1488, /* -funconstrained-commons */
  9415. OPT_funderscoring = 1489, /* -funderscoring */
  9416. OPT_funit_at_a_time = 1490, /* -funit-at-a-time */
  9417. OPT_funittest = 1491, /* -funittest */
  9418. OPT_funroll_all_loops = 1492, /* -funroll-all-loops */
  9419. OPT_funroll_completely_grow_size = 1493, /* -funroll-completely-grow-size */
  9420. OPT_funroll_loops = 1494, /* -funroll-loops */
  9421. /* OPT_funsafe_loop_optimizations = 1495, *//* -funsafe-loop-optimizations */
  9422. OPT_funsafe_math_optimizations = 1496, /* -funsafe-math-optimizations */
  9423. OPT_funsigned_bitfields = 1497, /* -funsigned-bitfields */
  9424. OPT_funsigned_char = 1498, /* -funsigned-char */
  9425. OPT_funswitch_loops = 1499, /* -funswitch-loops */
  9426. OPT_funwind_tables = 1500, /* -funwind-tables */
  9427. OPT_fuse_cxa_atexit = 1501, /* -fuse-cxa-atexit */
  9428. OPT_fuse_cxa_get_exception_ptr = 1502, /* -fuse-cxa-get-exception-ptr */
  9429. OPT_fuse_ld_bfd = 1503, /* -fuse-ld=bfd */
  9430. OPT_fuse_ld_gold = 1504, /* -fuse-ld=gold */
  9431. OPT_fuse_ld_lld = 1505, /* -fuse-ld=lld */
  9432. OPT_fuse_linker_plugin = 1506, /* -fuse-linker-plugin */
  9433. OPT_fvar_tracking = 1507, /* -fvar-tracking */
  9434. OPT_fvar_tracking_assignments = 1508, /* -fvar-tracking-assignments */
  9435. OPT_fvar_tracking_assignments_toggle = 1509,/* -fvar-tracking-assignments-toggle */
  9436. OPT_fvar_tracking_uninit = 1510, /* -fvar-tracking-uninit */
  9437. OPT_fvariable_expansion_in_unroller = 1511,/* -fvariable-expansion-in-unroller */
  9438. /* OPT_fvect_cost_model = 1512, */ /* -fvect-cost-model */
  9439. OPT_fvect_cost_model_ = 1513, /* -fvect-cost-model= */
  9440. OPT_fverbose_asm = 1514, /* -fverbose-asm */
  9441. /* OPT_fversion = 1515, */ /* -fversion */
  9442. OPT_fversion_loops_for_strides = 1516, /* -fversion-loops-for-strides */
  9443. OPT_fversion_ = 1517, /* -fversion= */
  9444. OPT_fvisibility_inlines_hidden = 1518, /* -fvisibility-inlines-hidden */
  9445. OPT_fvisibility_ms_compat = 1519, /* -fvisibility-ms-compat */
  9446. OPT_fvisibility_ = 1520, /* -fvisibility= */
  9447. OPT_fvpt = 1521, /* -fvpt */
  9448. OPT_fvtable_gc = 1522, /* -fvtable-gc */
  9449. OPT_fvtable_thunks = 1523, /* -fvtable-thunks */
  9450. OPT_fvtable_verify_ = 1524, /* -fvtable-verify= */
  9451. OPT_fvtv_counts = 1525, /* -fvtv-counts */
  9452. OPT_fvtv_debug = 1526, /* -fvtv-debug */
  9453. OPT_fweak = 1527, /* -fweak */
  9454. OPT_fweb = 1528, /* -fweb */
  9455. /* OPT_fwhole_file = 1529, */ /* -fwhole-file */
  9456. OPT_fwhole_program = 1530, /* -fwhole-program */
  9457. OPT_fwide_exec_charset_ = 1531, /* -fwide-exec-charset= */
  9458. OPT_fworking_directory = 1532, /* -fworking-directory */
  9459. OPT_fwpa = 1533, /* -fwpa */
  9460. OPT_fwpa_ = 1534, /* -fwpa= */
  9461. OPT_fwrapv = 1535, /* -fwrapv */
  9462. OPT_fwrapv_pointer = 1536, /* -fwrapv-pointer */
  9463. OPT_fxref = 1537, /* -fxref */
  9464. /* OPT_fzee = 1538, */ /* -fzee */
  9465. OPT_fzero_initialized_in_bss = 1539, /* -fzero-initialized-in-bss */
  9466. OPT_fzero_link = 1540, /* -fzero-link */
  9467. OPT_g = 1541, /* -g */
  9468. OPT_gant = 1542, /* -gant */
  9469. OPT_gas_loc_support = 1543, /* -gas-loc-support */
  9470. OPT_gas_locview_support = 1544, /* -gas-locview-support */
  9471. OPT_gcoff = 1545, /* -gcoff */
  9472. OPT_gcoff1 = 1546, /* -gcoff1 */
  9473. OPT_gcoff2 = 1547, /* -gcoff2 */
  9474. OPT_gcoff3 = 1548, /* -gcoff3 */
  9475. OPT_gcolumn_info = 1549, /* -gcolumn-info */
  9476. OPT_gdescribe_dies = 1550, /* -gdescribe-dies */
  9477. OPT_gdwarf = 1551, /* -gdwarf */
  9478. OPT_gdwarf_ = 1552, /* -gdwarf- */
  9479. OPT_gen_decls = 1553, /* -gen-decls */
  9480. OPT_ggdb = 1554, /* -ggdb */
  9481. OPT_ggnu_pubnames = 1555, /* -ggnu-pubnames */
  9482. OPT_gimple_stats = 1556, /* -gimple-stats */
  9483. OPT_ginline_points = 1557, /* -ginline-points */
  9484. OPT_ginternal_reset_location_views = 1558, /* -ginternal-reset-location-views */
  9485. OPT_gnat = 1559, /* -gnat */
  9486. OPT_gnatO = 1560, /* -gnatO */
  9487. OPT_gno_ = 1561, /* -gno- */
  9488. OPT_gno_pubnames = 1562, /* -gno-pubnames */
  9489. OPT_gpubnames = 1563, /* -gpubnames */
  9490. OPT_grecord_gcc_switches = 1564, /* -grecord-gcc-switches */
  9491. OPT_gsplit_dwarf = 1565, /* -gsplit-dwarf */
  9492. OPT_gstabs = 1566, /* -gstabs */
  9493. OPT_gstabs_ = 1567, /* -gstabs+ */
  9494. OPT_gstatement_frontiers = 1568, /* -gstatement-frontiers */
  9495. OPT_gstrict_dwarf = 1569, /* -gstrict-dwarf */
  9496. OPT_gtoggle = 1570, /* -gtoggle */
  9497. OPT_gvariable_location_views = 1571, /* -gvariable-location-views */
  9498. OPT_gvariable_location_views_incompat5 = 1572,/* -gvariable-location-views=incompat5 */
  9499. OPT_gvms = 1573, /* -gvms */
  9500. OPT_gxcoff = 1574, /* -gxcoff */
  9501. OPT_gxcoff_ = 1575, /* -gxcoff+ */
  9502. OPT_gz = 1576, /* -gz */
  9503. OPT_gz_ = 1577, /* -gz= */
  9504. OPT_h = 1578, /* -h */
  9505. OPT_help = 1579, /* -help */
  9506. OPT_idirafter = 1580, /* -idirafter */
  9507. OPT_imacros = 1581, /* -imacros */
  9508. OPT_imultiarch = 1582, /* -imultiarch */
  9509. OPT_imultilib = 1583, /* -imultilib */
  9510. OPT_include = 1584, /* -include */
  9511. OPT_iplugindir_ = 1585, /* -iplugindir= */
  9512. OPT_iprefix = 1586, /* -iprefix */
  9513. OPT_iquote = 1587, /* -iquote */
  9514. OPT_isysroot = 1588, /* -isysroot */
  9515. OPT_isystem = 1589, /* -isystem */
  9516. OPT_iwithprefix = 1590, /* -iwithprefix */
  9517. OPT_iwithprefixbefore = 1591, /* -iwithprefixbefore */
  9518. OPT_k8 = 1592, /* -k8 */
  9519. OPT_l = 1593, /* -l */
  9520. OPT_lang_asm = 1594, /* -lang-asm */
  9521. OPT_list = 1595, /* -list */
  9522. OPT_mabi_ = 1596, /* -mabi= */
  9523. OPT_mabort_on_noreturn = 1597, /* -mabort-on-noreturn */
  9524. OPT_mapcs = 1598, /* -mapcs */
  9525. OPT_mapcs_frame = 1599, /* -mapcs-frame */
  9526. OPT_mapcs_reentrant = 1600, /* -mapcs-reentrant */
  9527. OPT_mapcs_stack_check = 1601, /* -mapcs-stack-check */
  9528. OPT_march_ = 1602, /* -march= */
  9529. OPT_marm = 1603, /* -marm */
  9530. OPT_masm_syntax_unified = 1604, /* -masm-syntax-unified */
  9531. OPT_mbe32 = 1605, /* -mbe32 */
  9532. OPT_mbe8 = 1606, /* -mbe8 */
  9533. OPT_mbig_endian = 1607, /* -mbig-endian */
  9534. OPT_mbranch_cost_ = 1608, /* -mbranch-cost= */
  9535. OPT_mcallee_super_interworking = 1609, /* -mcallee-super-interworking */
  9536. OPT_mcaller_super_interworking = 1610, /* -mcaller-super-interworking */
  9537. OPT_mcmse = 1611, /* -mcmse */
  9538. OPT_mcpu_ = 1612, /* -mcpu= */
  9539. OPT_mfdpic = 1613, /* -mfdpic */
  9540. OPT_mfix_cortex_m3_ldrd = 1614, /* -mfix-cortex-m3-ldrd */
  9541. OPT_mflip_thumb = 1615, /* -mflip-thumb */
  9542. OPT_mfloat_abi_ = 1616, /* -mfloat-abi= */
  9543. OPT_mfp16_format_ = 1617, /* -mfp16-format= */
  9544. OPT_mfpu_ = 1618, /* -mfpu= */
  9545. OPT_mgeneral_regs_only = 1619, /* -mgeneral-regs-only */
  9546. /* OPT_mhard_float = 1620, */ /* -mhard-float */
  9547. OPT_mlittle_endian = 1621, /* -mlittle-endian */
  9548. OPT_mlong_calls = 1622, /* -mlong-calls */
  9549. OPT_mneon_for_64bits = 1623, /* -mneon-for-64bits */
  9550. OPT_mpic_data_is_text_relative = 1624, /* -mpic-data-is-text-relative */
  9551. OPT_mpic_register_ = 1625, /* -mpic-register= */
  9552. OPT_mpoke_function_name = 1626, /* -mpoke-function-name */
  9553. OPT_mprint_tune_info = 1627, /* -mprint-tune-info */
  9554. OPT_mpure_code = 1628, /* -mpure-code */
  9555. OPT_mrestrict_it = 1629, /* -mrestrict-it */
  9556. OPT_msched_prolog = 1630, /* -msched-prolog */
  9557. OPT_msingle_pic_base = 1631, /* -msingle-pic-base */
  9558. OPT_mslow_flash_data = 1632, /* -mslow-flash-data */
  9559. /* OPT_msoft_float = 1633, */ /* -msoft-float */
  9560. OPT_mstructure_size_boundary_ = 1634, /* -mstructure-size-boundary= */
  9561. OPT_mthumb = 1635, /* -mthumb */
  9562. OPT_mthumb_interwork = 1636, /* -mthumb-interwork */
  9563. OPT_mtls_dialect_ = 1637, /* -mtls-dialect= */
  9564. OPT_mtp_ = 1638, /* -mtp= */
  9565. OPT_mtpcs_frame = 1639, /* -mtpcs-frame */
  9566. OPT_mtpcs_leaf_frame = 1640, /* -mtpcs-leaf-frame */
  9567. OPT_mtune_ = 1641, /* -mtune= */
  9568. OPT_munaligned_access = 1642, /* -munaligned-access */
  9569. OPT_mvectorize_with_neon_double = 1643, /* -mvectorize-with-neon-double */
  9570. OPT_mvectorize_with_neon_quad = 1644, /* -mvectorize-with-neon-quad */
  9571. OPT_mverbose_cost_dump = 1645, /* -mverbose-cost-dump */
  9572. OPT_mword_relocations = 1646, /* -mword-relocations */
  9573. OPT_n = 1647, /* -n */
  9574. OPT_name_sort = 1648, /* -name-sort */
  9575. OPT_no_canonical_prefixes = 1649, /* -no-canonical-prefixes */
  9576. OPT_no_integrated_cpp = 1650, /* -no-integrated-cpp */
  9577. OPT_no_pie = 1651, /* -no-pie */
  9578. OPT_nocpp = 1652, /* -nocpp */
  9579. OPT_nodefaultlibs = 1653, /* -nodefaultlibs */
  9580. OPT_nolibc = 1654, /* -nolibc */
  9581. OPT_nophoboslib = 1655, /* -nophoboslib */
  9582. OPT_nostartfiles = 1656, /* -nostartfiles */
  9583. OPT_nostdinc = 1657, /* -nostdinc */
  9584. OPT_nostdinc__ = 1658, /* -nostdinc++ */
  9585. OPT_nostdlib = 1659, /* -nostdlib */
  9586. OPT_o = 1660, /* -o */
  9587. OPT_objects = 1661, /* -objects */
  9588. OPT_p = 1662, /* -p */
  9589. OPT_pass_exit_codes = 1663, /* -pass-exit-codes */
  9590. /* OPT_pedantic = 1664, */ /* -pedantic */
  9591. OPT_pedantic_errors = 1665, /* -pedantic-errors */
  9592. OPT_pg = 1666, /* -pg */
  9593. OPT_pie = 1667, /* -pie */
  9594. OPT_pipe = 1668, /* -pipe */
  9595. OPT_print_file_name_ = 1669, /* -print-file-name= */
  9596. OPT_print_libgcc_file_name = 1670, /* -print-libgcc-file-name */
  9597. OPT_print_multi_directory = 1671, /* -print-multi-directory */
  9598. OPT_print_multi_lib = 1672, /* -print-multi-lib */
  9599. OPT_print_multi_os_directory = 1673, /* -print-multi-os-directory */
  9600. OPT_print_multiarch = 1674, /* -print-multiarch */
  9601. OPT_print_objc_runtime_info = 1675, /* -print-objc-runtime-info */
  9602. OPT_print_prog_name_ = 1676, /* -print-prog-name= */
  9603. OPT_print_search_dirs = 1677, /* -print-search-dirs */
  9604. OPT_print_sysroot = 1678, /* -print-sysroot */
  9605. OPT_print_sysroot_headers_suffix = 1679, /* -print-sysroot-headers-suffix */
  9606. OPT_print_value = 1680, /* -print-value */
  9607. OPT_quiet = 1681, /* -quiet */
  9608. OPT_r = 1682, /* -r */
  9609. OPT_remap = 1683, /* -remap */
  9610. OPT_reverse_sort = 1684, /* -reverse-sort */
  9611. OPT_s = 1685, /* -s */
  9612. OPT_save_temps = 1686, /* -save-temps */
  9613. OPT_save_temps_ = 1687, /* -save-temps= */
  9614. OPT_shared = 1688, /* -shared */
  9615. OPT_shared_libgcc = 1689, /* -shared-libgcc */
  9616. OPT_shared_libphobos = 1690, /* -shared-libphobos */
  9617. OPT_size_sort = 1691, /* -size-sort */
  9618. /* OPT_specs = 1692, */ /* -specs */
  9619. OPT_specs_ = 1693, /* -specs= */
  9620. OPT_static = 1694, /* -static */
  9621. OPT_static_libasan = 1695, /* -static-libasan */
  9622. OPT_static_libgcc = 1696, /* -static-libgcc */
  9623. OPT_static_libgfortran = 1697, /* -static-libgfortran */
  9624. OPT_static_libgo = 1698, /* -static-libgo */
  9625. OPT_static_liblsan = 1699, /* -static-liblsan */
  9626. OPT_static_libmpx = 1700, /* -static-libmpx */
  9627. OPT_static_libmpxwrappers = 1701, /* -static-libmpxwrappers */
  9628. OPT_static_libphobos = 1702, /* -static-libphobos */
  9629. OPT_static_libstdc__ = 1703, /* -static-libstdc++ */
  9630. OPT_static_libtsan = 1704, /* -static-libtsan */
  9631. OPT_static_libubsan = 1705, /* -static-libubsan */
  9632. OPT_static_pie = 1706, /* -static-pie */
  9633. /* OPT_std_c__03 = 1707, */ /* -std=c++03 */
  9634. /* OPT_std_c__0x = 1708, */ /* -std=c++0x */
  9635. OPT_std_c__11 = 1709, /* -std=c++11 */
  9636. OPT_std_c__14 = 1710, /* -std=c++14 */
  9637. OPT_std_c__17 = 1711, /* -std=c++17 */
  9638. /* OPT_std_c__1y = 1712, */ /* -std=c++1y */
  9639. /* OPT_std_c__1z = 1713, */ /* -std=c++1z */
  9640. /* OPT_std_c__20 = 1714, */ /* -std=c++20 */
  9641. OPT_std_c__2a = 1715, /* -std=c++2a */
  9642. OPT_std_c__98 = 1716, /* -std=c++98 */
  9643. OPT_std_c11 = 1717, /* -std=c11 */
  9644. OPT_std_c17 = 1718, /* -std=c17 */
  9645. /* OPT_std_c18 = 1719, */ /* -std=c18 */
  9646. /* OPT_std_c1x = 1720, */ /* -std=c1x */
  9647. OPT_std_c2x = 1721, /* -std=c2x */
  9648. /* OPT_std_c89 = 1722, */ /* -std=c89 */
  9649. OPT_std_c90 = 1723, /* -std=c90 */
  9650. OPT_std_c99 = 1724, /* -std=c99 */
  9651. /* OPT_std_c9x = 1725, */ /* -std=c9x */
  9652. OPT_std_f2003 = 1726, /* -std=f2003 */
  9653. OPT_std_f2008 = 1727, /* -std=f2008 */
  9654. OPT_std_f2008ts = 1728, /* -std=f2008ts */
  9655. OPT_std_f2018 = 1729, /* -std=f2018 */
  9656. OPT_std_f95 = 1730, /* -std=f95 */
  9657. OPT_std_gnu = 1731, /* -std=gnu */
  9658. /* OPT_std_gnu__03 = 1732, */ /* -std=gnu++03 */
  9659. /* OPT_std_gnu__0x = 1733, */ /* -std=gnu++0x */
  9660. OPT_std_gnu__11 = 1734, /* -std=gnu++11 */
  9661. OPT_std_gnu__14 = 1735, /* -std=gnu++14 */
  9662. OPT_std_gnu__17 = 1736, /* -std=gnu++17 */
  9663. /* OPT_std_gnu__1y = 1737, */ /* -std=gnu++1y */
  9664. /* OPT_std_gnu__1z = 1738, */ /* -std=gnu++1z */
  9665. /* OPT_std_gnu__20 = 1739, */ /* -std=gnu++20 */
  9666. OPT_std_gnu__2a = 1740, /* -std=gnu++2a */
  9667. OPT_std_gnu__98 = 1741, /* -std=gnu++98 */
  9668. OPT_std_gnu11 = 1742, /* -std=gnu11 */
  9669. OPT_std_gnu17 = 1743, /* -std=gnu17 */
  9670. /* OPT_std_gnu18 = 1744, */ /* -std=gnu18 */
  9671. /* OPT_std_gnu1x = 1745, */ /* -std=gnu1x */
  9672. OPT_std_gnu2x = 1746, /* -std=gnu2x */
  9673. /* OPT_std_gnu89 = 1747, */ /* -std=gnu89 */
  9674. OPT_std_gnu90 = 1748, /* -std=gnu90 */
  9675. OPT_std_gnu99 = 1749, /* -std=gnu99 */
  9676. /* OPT_std_gnu9x = 1750, */ /* -std=gnu9x */
  9677. /* OPT_std_iso9899_1990 = 1751, */ /* -std=iso9899:1990 */
  9678. OPT_std_iso9899_199409 = 1752, /* -std=iso9899:199409 */
  9679. /* OPT_std_iso9899_1999 = 1753, */ /* -std=iso9899:1999 */
  9680. /* OPT_std_iso9899_199x = 1754, */ /* -std=iso9899:199x */
  9681. /* OPT_std_iso9899_2011 = 1755, */ /* -std=iso9899:2011 */
  9682. /* OPT_std_iso9899_2017 = 1756, */ /* -std=iso9899:2017 */
  9683. /* OPT_std_iso9899_2018 = 1757, */ /* -std=iso9899:2018 */
  9684. OPT_std_legacy = 1758, /* -std=legacy */
  9685. OPT_symbol_ = 1759, /* -symbol= */
  9686. OPT_symbolic = 1760, /* -symbolic */
  9687. OPT_t = 1761, /* -t */
  9688. OPT_time = 1762, /* -time */
  9689. OPT_time_ = 1763, /* -time= */
  9690. OPT_traditional = 1764, /* -traditional */
  9691. OPT_traditional_cpp = 1765, /* -traditional-cpp */
  9692. OPT_tree_stats = 1766, /* -tree-stats */
  9693. OPT_trigraphs = 1767, /* -trigraphs */
  9694. OPT_type_stats = 1768, /* -type-stats */
  9695. OPT_u = 1769, /* -u */
  9696. OPT_undef = 1770, /* -undef */
  9697. OPT_v = 1771, /* -v */
  9698. OPT_version = 1772, /* -version */
  9699. OPT_w = 1773, /* -w */
  9700. OPT_wrapper = 1774, /* -wrapper */
  9701. OPT_x = 1775, /* -x */
  9702. OPT_z = 1776, /* -z */
  9703. N_OPTS,
  9704. OPT_SPECIAL_unknown,
  9705. OPT_SPECIAL_ignore,
  9706. OPT_SPECIAL_warn_removed,
  9707. OPT_SPECIAL_program_name,
  9708. OPT_SPECIAL_input_file
  9709. };
  9710. #ifdef GCC_C_COMMON_C
  9711. /* Mapping from cpp message reasons to the options that enable them. */
  9712. #include <cpplib.h>
  9713. struct cpp_reason_option_codes_t
  9714. {
  9715. /* cpplib message reason. */
  9716. const enum cpp_warning_reason reason;
  9717. /* gcc option that controls this message. */
  9718. const int option_code;
  9719. };
  9720. static const struct cpp_reason_option_codes_t cpp_reason_option_codes[] = {
  9721. {CPP_W_BUILTIN_MACRO_REDEFINED, OPT_Wbuiltin_macro_redefined},
  9722. {CPP_W_CXX_OPERATOR_NAMES, OPT_Wc___compat},
  9723. {CPP_W_CXX11_COMPAT, OPT_Wc__11_compat},
  9724. {CPP_W_C11_C2X_COMPAT, OPT_Wc11_c2x_compat},
  9725. {CPP_W_C90_C99_COMPAT, OPT_Wc90_c99_compat},
  9726. {CPP_W_COMMENTS, OPT_Wcomment},
  9727. {CPP_W_WARNING_DIRECTIVE, OPT_Wcpp},
  9728. {CPP_W_DATE_TIME, OPT_Wdate_time},
  9729. {CPP_W_DEPRECATED, OPT_Wdeprecated},
  9730. {CPP_W_ENDIF_LABELS, OPT_Wendif_labels},
  9731. {CPP_W_EXPANSION_TO_DEFINED, OPT_Wexpansion_to_defined},
  9732. {CPP_W_INVALID_PCH, OPT_Winvalid_pch},
  9733. {CPP_W_LITERAL_SUFFIX, OPT_Wliteral_suffix},
  9734. {CPP_W_LONG_LONG, OPT_Wlong_long},
  9735. {CPP_W_MISSING_INCLUDE_DIRS, OPT_Wmissing_include_dirs},
  9736. {CPP_W_MULTICHAR, OPT_Wmultichar},
  9737. {CPP_W_NORMALIZE, OPT_Wnormalized_},
  9738. {CPP_W_PEDANTIC, OPT_Wpedantic},
  9739. {CPP_W_TRADITIONAL, OPT_Wtraditional},
  9740. {CPP_W_TRIGRAPHS, OPT_Wtrigraphs},
  9741. {CPP_W_UNDEF, OPT_Wundef},
  9742. {CPP_W_UNUSED_MACROS, OPT_Wunused_macros},
  9743. {CPP_W_VARIADIC_MACROS, OPT_Wvariadic_macros},
  9744. {CPP_W_NONE, 0},
  9745. };
  9746. #endif
  9747. #endif /* OPTIONS_H */