OpenCores
URL https://opencores.org/ocsvn/altor32/altor32/trunk

Subversion Repositories altor32

[/] [altor32/] [trunk/] [gcc-x64/] [or1knd-elf/] [lib/] [gcc/] [or1knd-elf/] [4.8.0/] [plugin/] [include/] [options.h] - Blame information for rev 35

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 35 ultra_embe
/* This file is auto-generated by opth-gen.awk.  */
2
 
3
#ifndef OPTIONS_H
4
#define OPTIONS_H
5
 
6
#include "flag-types.h"
7
 
8
#include "config/or1k/or1k-opts.h"
9
 
10
#if !defined(IN_LIBGCC2) && !defined(IN_TARGET_LIBS) && !defined(IN_RTS)
11
#ifndef GENERATOR_FILE
12
#if !defined(IN_LIBGCC2) && !defined(IN_TARGET_LIBS)
13
struct GTY(()) gcc_options
14
#else
15
struct gcc_options
16
#endif
17
{
18
#endif
19
#ifdef GENERATOR_FILE
20
extern HOST_WIDE_INT frame_larger_than_size;
21
#else
22
  HOST_WIDE_INT x_frame_larger_than_size;
23
#define frame_larger_than_size global_options.x_frame_larger_than_size
24
#endif
25
#ifdef GENERATOR_FILE
26
extern HOST_WIDE_INT larger_than_size;
27
#else
28
  HOST_WIDE_INT x_larger_than_size;
29
#define larger_than_size global_options.x_larger_than_size
30
#endif
31
#ifdef GENERATOR_FILE
32
extern bool exit_after_options;
33
#else
34
  bool x_exit_after_options;
35
#define exit_after_options global_options.x_exit_after_options
36
#endif
37
#ifdef GENERATOR_FILE
38
extern bool flag_dump_all_passed;
39
#else
40
  bool x_flag_dump_all_passed;
41
#define flag_dump_all_passed global_options.x_flag_dump_all_passed
42
#endif
43
#ifdef GENERATOR_FILE
44
extern bool flag_opts_finished;
45
#else
46
  bool x_flag_opts_finished;
47
#define flag_opts_finished global_options.x_flag_opts_finished
48
#endif
49
#ifdef GENERATOR_FILE
50
extern bool flag_stack_usage_info;
51
#else
52
  bool x_flag_stack_usage_info;
53
#define flag_stack_usage_info global_options.x_flag_stack_usage_info
54
#endif
55
#ifdef GENERATOR_FILE
56
extern bool flag_warn_unused_result;
57
#else
58
  bool x_flag_warn_unused_result;
59
#define flag_warn_unused_result global_options.x_flag_warn_unused_result
60
#endif
61
#ifdef GENERATOR_FILE
62
extern bool in_lto_p;
63
#else
64
  bool x_in_lto_p;
65
#define in_lto_p global_options.x_in_lto_p
66
#endif
67
#ifdef GENERATOR_FILE
68
extern bool use_gnu_debug_info_extensions;
69
#else
70
  bool x_use_gnu_debug_info_extensions;
71
#define use_gnu_debug_info_extensions global_options.x_use_gnu_debug_info_extensions
72
#endif
73
#ifdef GENERATOR_FILE
74
extern bool warn_frame_larger_than;
75
#else
76
  bool x_warn_frame_larger_than;
77
#define warn_frame_larger_than global_options.x_warn_frame_larger_than
78
#endif
79
#ifdef GENERATOR_FILE
80
extern bool warn_larger_than;
81
#else
82
  bool x_warn_larger_than;
83
#define warn_larger_than global_options.x_warn_larger_than
84
#endif
85
#ifdef GENERATOR_FILE
86
extern char *help_enum_printed;
87
#else
88
  char * x_help_enum_printed;
89
#define help_enum_printed global_options.x_help_enum_printed
90
#endif
91
#ifdef GENERATOR_FILE
92
extern char *help_printed;
93
#else
94
  char * x_help_printed;
95
#define help_printed global_options.x_help_printed
96
#endif
97
#ifdef GENERATOR_FILE
98
extern const char *main_input_basename;
99
#else
100
  const char * x_main_input_basename;
101
#define main_input_basename global_options.x_main_input_basename
102
#endif
103
#ifdef GENERATOR_FILE
104
extern const char *main_input_filename;
105
#else
106
  const char * x_main_input_filename;
107
#define main_input_filename global_options.x_main_input_filename
108
#endif
109
#ifdef GENERATOR_FILE
110
extern enum debug_info_levels debug_info_level;
111
#else
112
  enum debug_info_levels x_debug_info_level;
113
#define debug_info_level global_options.x_debug_info_level
114
#endif
115
#ifdef GENERATOR_FILE
116
extern enum debug_info_type write_symbols;
117
#else
118
  enum debug_info_type x_write_symbols;
119
#define write_symbols global_options.x_write_symbols
120
#endif
121
#ifdef GENERATOR_FILE
122
extern enum debug_struct_file debug_struct_generic[DINFO_USAGE_NUM_ENUMS];
123
#else
124
  enum debug_struct_file x_debug_struct_generic[DINFO_USAGE_NUM_ENUMS];
125
#define debug_struct_generic global_options.x_debug_struct_generic
126
#endif
127
#ifdef GENERATOR_FILE
128
extern enum debug_struct_file debug_struct_ordinary[DINFO_USAGE_NUM_ENUMS];
129
#else
130
  enum debug_struct_file x_debug_struct_ordinary[DINFO_USAGE_NUM_ENUMS];
131
#define debug_struct_ordinary global_options.x_debug_struct_ordinary
132
#endif
133
#ifdef GENERATOR_FILE
134
extern enum or1k_delay or1k_delay_selected;
135
#else
136
  enum or1k_delay x_or1k_delay_selected;
137
#define or1k_delay_selected global_options.x_or1k_delay_selected
138
#endif
139
#ifdef GENERATOR_FILE
140
extern enum stack_check_type flag_stack_check;
141
#else
142
  enum stack_check_type x_flag_stack_check;
143
#define flag_stack_check global_options.x_flag_stack_check
144
#endif
145
#ifdef GENERATOR_FILE
146
extern int *param_values;
147
#else
148
  int * x_param_values;
149
#define param_values global_options.x_param_values
150
#endif
151
#ifdef GENERATOR_FILE
152
extern int flag_complex_method;
153
#else
154
  int x_flag_complex_method;
155
#define flag_complex_method global_options.x_flag_complex_method
156
#endif
157
#ifdef GENERATOR_FILE
158
extern int flag_debug_asm;
159
#else
160
  int x_flag_debug_asm;
161
#define flag_debug_asm global_options.x_flag_debug_asm
162
#endif
163
#ifdef GENERATOR_FILE
164
extern int flag_dump_rtl_in_asm;
165
#else
166
  int x_flag_dump_rtl_in_asm;
167
#define flag_dump_rtl_in_asm global_options.x_flag_dump_rtl_in_asm
168
#endif
169
#ifdef GENERATOR_FILE
170
extern int flag_evaluation_order;
171
#else
172
  int x_flag_evaluation_order;
173
#define flag_evaluation_order global_options.x_flag_evaluation_order
174
#endif
175
#ifdef GENERATOR_FILE
176
extern int flag_gen_aux_info;
177
#else
178
  int x_flag_gen_aux_info;
179
#define flag_gen_aux_info global_options.x_flag_gen_aux_info
180
#endif
181
#ifdef GENERATOR_FILE
182
extern int flag_generate_lto;
183
#else
184
  int x_flag_generate_lto;
185
#define flag_generate_lto global_options.x_flag_generate_lto
186
#endif
187
#ifdef GENERATOR_FILE
188
extern int flag_print_asm_name;
189
#else
190
  int x_flag_print_asm_name;
191
#define flag_print_asm_name global_options.x_flag_print_asm_name
192
#endif
193
#ifdef GENERATOR_FILE
194
extern int flag_shlib;
195
#else
196
  int x_flag_shlib;
197
#define flag_shlib global_options.x_flag_shlib
198
#endif
199
#ifdef GENERATOR_FILE
200
extern int main_input_baselength;
201
#else
202
  int x_main_input_baselength;
203
#define main_input_baselength global_options.x_main_input_baselength
204
#endif
205
#ifdef GENERATOR_FILE
206
extern int optimize;
207
#else
208
  int x_optimize;
209
#define optimize global_options.x_optimize
210
#endif
211
#ifdef GENERATOR_FILE
212
extern int optimize_debug;
213
#else
214
  int x_optimize_debug;
215
#define optimize_debug global_options.x_optimize_debug
216
#endif
217
#ifdef GENERATOR_FILE
218
extern int optimize_fast;
219
#else
220
  int x_optimize_fast;
221
#define optimize_fast global_options.x_optimize_fast
222
#endif
223
#ifdef GENERATOR_FILE
224
extern int optimize_size;
225
#else
226
  int x_optimize_size;
227
#define optimize_size global_options.x_optimize_size
228
#endif
229
#ifdef GENERATOR_FILE
230
extern int rtl_dump_and_exit;
231
#else
232
  int x_rtl_dump_and_exit;
233
#define rtl_dump_and_exit global_options.x_rtl_dump_and_exit
234
#endif
235
#ifdef GENERATOR_FILE
236
extern int target_flags;
237
#else
238
  int x_target_flags;
239
#define target_flags global_options.x_target_flags
240
#endif
241
#ifdef GENERATOR_FILE
242
extern unsigned int help_columns;
243
#else
244
  unsigned int x_help_columns;
245
#define help_columns global_options.x_help_columns
246
#endif
247
#ifdef GENERATOR_FILE
248
extern unsigned int initial_max_fld_align;
249
#else
250
  unsigned int x_initial_max_fld_align;
251
#define initial_max_fld_align global_options.x_initial_max_fld_align
252
#endif
253
#ifdef GENERATOR_FILE
254
extern void *flag_instrument_functions_exclude_files;
255
#else
256
  void * x_flag_instrument_functions_exclude_files;
257
#define flag_instrument_functions_exclude_files global_options.x_flag_instrument_functions_exclude_files
258
#endif
259
#ifdef GENERATOR_FILE
260
extern void *flag_instrument_functions_exclude_functions;
261
#else
262
  void * x_flag_instrument_functions_exclude_functions;
263
#define flag_instrument_functions_exclude_functions global_options.x_flag_instrument_functions_exclude_functions
264
#endif
265
#ifdef GENERATOR_FILE
266
extern int help_flag;
267
#else
268
  int x_help_flag;
269
#define help_flag global_options.x_help_flag
270
#endif
271
#ifdef GENERATOR_FILE
272
extern int no_sysroot_suffix;
273
#else
274
  int x_no_sysroot_suffix;
275
#define no_sysroot_suffix global_options.x_no_sysroot_suffix
276
#endif
277
#ifdef GENERATOR_FILE
278
extern int flag_preprocess_only;
279
#else
280
  int x_flag_preprocess_only;
281
#define flag_preprocess_only global_options.x_flag_preprocess_only
282
#endif
283
#ifdef GENERATOR_FILE
284
extern int warn_abi;
285
#else
286
  int x_warn_abi;
287
#define warn_abi global_options.x_warn_abi
288
#endif
289
#ifdef GENERATOR_FILE
290
extern int warn_abi_tag;
291
#else
292
  int x_warn_abi_tag;
293
#define warn_abi_tag global_options.x_warn_abi_tag
294
#endif
295
#ifdef GENERATOR_FILE
296
extern int warn_address;
297
#else
298
  int x_warn_address;
299
#define warn_address global_options.x_warn_address
300
#endif
301
#ifdef GENERATOR_FILE
302
extern int warn_aggregate_return;
303
#else
304
  int x_warn_aggregate_return;
305
#define warn_aggregate_return global_options.x_warn_aggregate_return
306
#endif
307
#ifdef GENERATOR_FILE
308
extern int warn_array_bounds;
309
#else
310
  int x_warn_array_bounds;
311
#define warn_array_bounds global_options.x_warn_array_bounds
312
#endif
313
#ifdef GENERATOR_FILE
314
extern int warn_assign_intercept;
315
#else
316
  int x_warn_assign_intercept;
317
#define warn_assign_intercept global_options.x_warn_assign_intercept
318
#endif
319
#ifdef GENERATOR_FILE
320
extern int warn_attributes;
321
#else
322
  int x_warn_attributes;
323
#define warn_attributes global_options.x_warn_attributes
324
#endif
325
#ifdef GENERATOR_FILE
326
extern int warn_bad_function_cast;
327
#else
328
  int x_warn_bad_function_cast;
329
#define warn_bad_function_cast global_options.x_warn_bad_function_cast
330
#endif
331
#ifdef GENERATOR_FILE
332
extern int warn_cxx_compat;
333
#else
334
  int x_warn_cxx_compat;
335
#define warn_cxx_compat global_options.x_warn_cxx_compat
336
#endif
337
#ifdef GENERATOR_FILE
338
extern int warn_cxx0x_compat;
339
#else
340
  int x_warn_cxx0x_compat;
341
#define warn_cxx0x_compat global_options.x_warn_cxx0x_compat
342
#endif
343
#ifdef GENERATOR_FILE
344
extern int warn_cast_align;
345
#else
346
  int x_warn_cast_align;
347
#define warn_cast_align global_options.x_warn_cast_align
348
#endif
349
#ifdef GENERATOR_FILE
350
extern int warn_cast_qual;
351
#else
352
  int x_warn_cast_qual;
353
#define warn_cast_qual global_options.x_warn_cast_qual
354
#endif
355
#ifdef GENERATOR_FILE
356
extern int warn_char_subscripts;
357
#else
358
  int x_warn_char_subscripts;
359
#define warn_char_subscripts global_options.x_warn_char_subscripts
360
#endif
361
#ifdef GENERATOR_FILE
362
extern int warn_clobbered;
363
#else
364
  int x_warn_clobbered;
365
#define warn_clobbered global_options.x_warn_clobbered
366
#endif
367
#ifdef GENERATOR_FILE
368
extern int warn_conversion;
369
#else
370
  int x_warn_conversion;
371
#define warn_conversion global_options.x_warn_conversion
372
#endif
373
#ifdef GENERATOR_FILE
374
extern int warn_conversion_null;
375
#else
376
  int x_warn_conversion_null;
377
#define warn_conversion_null global_options.x_warn_conversion_null
378
#endif
379
#ifdef GENERATOR_FILE
380
extern int warn_coverage_mismatch;
381
#else
382
  int x_warn_coverage_mismatch;
383
#define warn_coverage_mismatch global_options.x_warn_coverage_mismatch
384
#endif
385
#ifdef GENERATOR_FILE
386
extern int warn_cpp;
387
#else
388
  int x_warn_cpp;
389
#define warn_cpp global_options.x_warn_cpp
390
#endif
391
#ifdef GENERATOR_FILE
392
extern int warn_ctor_dtor_privacy;
393
#else
394
  int x_warn_ctor_dtor_privacy;
395
#define warn_ctor_dtor_privacy global_options.x_warn_ctor_dtor_privacy
396
#endif
397
#ifdef GENERATOR_FILE
398
extern int warn_declaration_after_statement;
399
#else
400
  int x_warn_declaration_after_statement;
401
#define warn_declaration_after_statement global_options.x_warn_declaration_after_statement
402
#endif
403
#ifdef GENERATOR_FILE
404
extern int warn_delnonvdtor;
405
#else
406
  int x_warn_delnonvdtor;
407
#define warn_delnonvdtor global_options.x_warn_delnonvdtor
408
#endif
409
#ifdef GENERATOR_FILE
410
extern int warn_deprecated;
411
#else
412
  int x_warn_deprecated;
413
#define warn_deprecated global_options.x_warn_deprecated
414
#endif
415
#ifdef GENERATOR_FILE
416
extern int warn_deprecated_decl;
417
#else
418
  int x_warn_deprecated_decl;
419
#define warn_deprecated_decl global_options.x_warn_deprecated_decl
420
#endif
421
#ifdef GENERATOR_FILE
422
extern int warn_disabled_optimization;
423
#else
424
  int x_warn_disabled_optimization;
425
#define warn_disabled_optimization global_options.x_warn_disabled_optimization
426
#endif
427
#ifdef GENERATOR_FILE
428
extern int warn_div_by_zero;
429
#else
430
  int x_warn_div_by_zero;
431
#define warn_div_by_zero global_options.x_warn_div_by_zero
432
#endif
433
#ifdef GENERATOR_FILE
434
extern int warn_double_promotion;
435
#else
436
  int x_warn_double_promotion;
437
#define warn_double_promotion global_options.x_warn_double_promotion
438
#endif
439
#ifdef GENERATOR_FILE
440
extern int warn_ecpp;
441
#else
442
  int x_warn_ecpp;
443
#define warn_ecpp global_options.x_warn_ecpp
444
#endif
445
#ifdef GENERATOR_FILE
446
extern int warn_empty_body;
447
#else
448
  int x_warn_empty_body;
449
#define warn_empty_body global_options.x_warn_empty_body
450
#endif
451
#ifdef GENERATOR_FILE
452
extern int warn_enum_compare;
453
#else
454
  int x_warn_enum_compare;
455
#define warn_enum_compare global_options.x_warn_enum_compare
456
#endif
457
#ifdef GENERATOR_FILE
458
extern int warnings_are_errors;
459
#else
460
  int x_warnings_are_errors;
461
#define warnings_are_errors global_options.x_warnings_are_errors
462
#endif
463
#ifdef GENERATOR_FILE
464
extern int extra_warnings;
465
#else
466
  int x_extra_warnings;
467
#define extra_warnings global_options.x_extra_warnings
468
#endif
469
#ifdef GENERATOR_FILE
470
extern int flag_extraneous_semicolon;
471
#else
472
  int x_flag_extraneous_semicolon;
473
#define flag_extraneous_semicolon global_options.x_flag_extraneous_semicolon
474
#endif
475
#ifdef GENERATOR_FILE
476
extern int flag_fatal_errors;
477
#else
478
  int x_flag_fatal_errors;
479
#define flag_fatal_errors global_options.x_flag_fatal_errors
480
#endif
481
#ifdef GENERATOR_FILE
482
extern int warn_float_equal;
483
#else
484
  int x_warn_float_equal;
485
#define warn_float_equal global_options.x_warn_float_equal
486
#endif
487
#ifdef GENERATOR_FILE
488
extern int warn_format_contains_nul;
489
#else
490
  int x_warn_format_contains_nul;
491
#define warn_format_contains_nul global_options.x_warn_format_contains_nul
492
#endif
493
#ifdef GENERATOR_FILE
494
extern int warn_format_extra_args;
495
#else
496
  int x_warn_format_extra_args;
497
#define warn_format_extra_args global_options.x_warn_format_extra_args
498
#endif
499
#ifdef GENERATOR_FILE
500
extern int warn_format_nonliteral;
501
#else
502
  int x_warn_format_nonliteral;
503
#define warn_format_nonliteral global_options.x_warn_format_nonliteral
504
#endif
505
#ifdef GENERATOR_FILE
506
extern int warn_format_security;
507
#else
508
  int x_warn_format_security;
509
#define warn_format_security global_options.x_warn_format_security
510
#endif
511
#ifdef GENERATOR_FILE
512
extern int warn_format_y2k;
513
#else
514
  int x_warn_format_y2k;
515
#define warn_format_y2k global_options.x_warn_format_y2k
516
#endif
517
#ifdef GENERATOR_FILE
518
extern int warn_format_zero_length;
519
#else
520
  int x_warn_format_zero_length;
521
#define warn_format_zero_length global_options.x_warn_format_zero_length
522
#endif
523
#ifdef GENERATOR_FILE
524
extern int warn_format;
525
#else
526
  int x_warn_format;
527
#define warn_format global_options.x_warn_format
528
#endif
529
#ifdef GENERATOR_FILE
530
extern int warn_free_nonheap_object;
531
#else
532
  int x_warn_free_nonheap_object;
533
#define warn_free_nonheap_object global_options.x_warn_free_nonheap_object
534
#endif
535
#ifdef GENERATOR_FILE
536
extern int warn_ignored_qualifiers;
537
#else
538
  int x_warn_ignored_qualifiers;
539
#define warn_ignored_qualifiers global_options.x_warn_ignored_qualifiers
540
#endif
541
#ifdef GENERATOR_FILE
542
extern int warn_implicit;
543
#else
544
  int x_warn_implicit;
545
#define warn_implicit global_options.x_warn_implicit
546
#endif
547
#ifdef GENERATOR_FILE
548
extern int warn_implicit_function_declaration;
549
#else
550
  int x_warn_implicit_function_declaration;
551
#define warn_implicit_function_declaration global_options.x_warn_implicit_function_declaration
552
#endif
553
#ifdef GENERATOR_FILE
554
extern int warn_implicit_int;
555
#else
556
  int x_warn_implicit_int;
557
#define warn_implicit_int global_options.x_warn_implicit_int
558
#endif
559
#ifdef GENERATOR_FILE
560
extern int warn_inh_var_ctor;
561
#else
562
  int x_warn_inh_var_ctor;
563
#define warn_inh_var_ctor global_options.x_warn_inh_var_ctor
564
#endif
565
#ifdef GENERATOR_FILE
566
extern int warn_init_self;
567
#else
568
  int x_warn_init_self;
569
#define warn_init_self global_options.x_warn_init_self
570
#endif
571
#ifdef GENERATOR_FILE
572
extern int warn_inline;
573
#else
574
  int x_warn_inline;
575
#define warn_inline global_options.x_warn_inline
576
#endif
577
#ifdef GENERATOR_FILE
578
extern int warn_int_to_pointer_cast;
579
#else
580
  int x_warn_int_to_pointer_cast;
581
#define warn_int_to_pointer_cast global_options.x_warn_int_to_pointer_cast
582
#endif
583
#ifdef GENERATOR_FILE
584
extern int warn_invalid_memory_model;
585
#else
586
  int x_warn_invalid_memory_model;
587
#define warn_invalid_memory_model global_options.x_warn_invalid_memory_model
588
#endif
589
#ifdef GENERATOR_FILE
590
extern int warn_invalid_offsetof;
591
#else
592
  int x_warn_invalid_offsetof;
593
#define warn_invalid_offsetof global_options.x_warn_invalid_offsetof
594
#endif
595
#ifdef GENERATOR_FILE
596
extern int warn_jump_misses_init;
597
#else
598
  int x_warn_jump_misses_init;
599
#define warn_jump_misses_init global_options.x_warn_jump_misses_init
600
#endif
601
#ifdef GENERATOR_FILE
602
extern int warn_logical_op;
603
#else
604
  int x_warn_logical_op;
605
#define warn_logical_op global_options.x_warn_logical_op
606
#endif
607
#ifdef GENERATOR_FILE
608
extern int warn_long_long;
609
#else
610
  int x_warn_long_long;
611
#define warn_long_long global_options.x_warn_long_long
612
#endif
613
#ifdef GENERATOR_FILE
614
extern int warn_main;
615
#else
616
  int x_warn_main;
617
#define warn_main global_options.x_warn_main
618
#endif
619
#ifdef GENERATOR_FILE
620
extern int warn_maybe_uninitialized;
621
#else
622
  int x_warn_maybe_uninitialized;
623
#define warn_maybe_uninitialized global_options.x_warn_maybe_uninitialized
624
#endif
625
#ifdef GENERATOR_FILE
626
extern int warn_missing_braces;
627
#else
628
  int x_warn_missing_braces;
629
#define warn_missing_braces global_options.x_warn_missing_braces
630
#endif
631
#ifdef GENERATOR_FILE
632
extern int warn_missing_declarations;
633
#else
634
  int x_warn_missing_declarations;
635
#define warn_missing_declarations global_options.x_warn_missing_declarations
636
#endif
637
#ifdef GENERATOR_FILE
638
extern int warn_missing_field_initializers;
639
#else
640
  int x_warn_missing_field_initializers;
641
#define warn_missing_field_initializers global_options.x_warn_missing_field_initializers
642
#endif
643
#ifdef GENERATOR_FILE
644
extern int warn_missing_parameter_type;
645
#else
646
  int x_warn_missing_parameter_type;
647
#define warn_missing_parameter_type global_options.x_warn_missing_parameter_type
648
#endif
649
#ifdef GENERATOR_FILE
650
extern int warn_missing_prototypes;
651
#else
652
  int x_warn_missing_prototypes;
653
#define warn_missing_prototypes global_options.x_warn_missing_prototypes
654
#endif
655
#ifdef GENERATOR_FILE
656
extern int warn_mudflap;
657
#else
658
  int x_warn_mudflap;
659
#define warn_mudflap global_options.x_warn_mudflap
660
#endif
661
#ifdef GENERATOR_FILE
662
extern int warn_narrowing;
663
#else
664
  int x_warn_narrowing;
665
#define warn_narrowing global_options.x_warn_narrowing
666
#endif
667
#ifdef GENERATOR_FILE
668
extern int warn_nested_externs;
669
#else
670
  int x_warn_nested_externs;
671
#define warn_nested_externs global_options.x_warn_nested_externs
672
#endif
673
#ifdef GENERATOR_FILE
674
extern int warn_noexcept;
675
#else
676
  int x_warn_noexcept;
677
#define warn_noexcept global_options.x_warn_noexcept
678
#endif
679
#ifdef GENERATOR_FILE
680
extern int warn_nontemplate_friend;
681
#else
682
  int x_warn_nontemplate_friend;
683
#define warn_nontemplate_friend global_options.x_warn_nontemplate_friend
684
#endif
685
#ifdef GENERATOR_FILE
686
extern int warn_nonvdtor;
687
#else
688
  int x_warn_nonvdtor;
689
#define warn_nonvdtor global_options.x_warn_nonvdtor
690
#endif
691
#ifdef GENERATOR_FILE
692
extern int warn_nonnull;
693
#else
694
  int x_warn_nonnull;
695
#define warn_nonnull global_options.x_warn_nonnull
696
#endif
697
#ifdef GENERATOR_FILE
698
extern int warn_old_style_cast;
699
#else
700
  int x_warn_old_style_cast;
701
#define warn_old_style_cast global_options.x_warn_old_style_cast
702
#endif
703
#ifdef GENERATOR_FILE
704
extern int warn_old_style_declaration;
705
#else
706
  int x_warn_old_style_declaration;
707
#define warn_old_style_declaration global_options.x_warn_old_style_declaration
708
#endif
709
#ifdef GENERATOR_FILE
710
extern int warn_old_style_definition;
711
#else
712
  int x_warn_old_style_definition;
713
#define warn_old_style_definition global_options.x_warn_old_style_definition
714
#endif
715
#ifdef GENERATOR_FILE
716
extern int flag_newer;
717
#else
718
  int x_flag_newer;
719
#define flag_newer global_options.x_flag_newer
720
#endif
721
#ifdef GENERATOR_FILE
722
extern int warn_overflow;
723
#else
724
  int x_warn_overflow;
725
#define warn_overflow global_options.x_warn_overflow
726
#endif
727
#ifdef GENERATOR_FILE
728
extern int warn_overlength_strings;
729
#else
730
  int x_warn_overlength_strings;
731
#define warn_overlength_strings global_options.x_warn_overlength_strings
732
#endif
733
#ifdef GENERATOR_FILE
734
extern int warn_overloaded_virtual;
735
#else
736
  int x_warn_overloaded_virtual;
737
#define warn_overloaded_virtual global_options.x_warn_overloaded_virtual
738
#endif
739
#ifdef GENERATOR_FILE
740
extern int warn_override_init;
741
#else
742
  int x_warn_override_init;
743
#define warn_override_init global_options.x_warn_override_init
744
#endif
745
#ifdef GENERATOR_FILE
746
extern int warn_packed;
747
#else
748
  int x_warn_packed;
749
#define warn_packed global_options.x_warn_packed
750
#endif
751
#ifdef GENERATOR_FILE
752
extern int warn_packed_bitfield_compat;
753
#else
754
  int x_warn_packed_bitfield_compat;
755
#define warn_packed_bitfield_compat global_options.x_warn_packed_bitfield_compat
756
#endif
757
#ifdef GENERATOR_FILE
758
extern int warn_padded;
759
#else
760
  int x_warn_padded;
761
#define warn_padded global_options.x_warn_padded
762
#endif
763
#ifdef GENERATOR_FILE
764
extern int warn_parentheses;
765
#else
766
  int x_warn_parentheses;
767
#define warn_parentheses global_options.x_warn_parentheses
768
#endif
769
#ifdef GENERATOR_FILE
770
extern int pedantic;
771
#else
772
  int x_pedantic;
773
#define pedantic global_options.x_pedantic
774
#endif
775
#ifdef GENERATOR_FILE
776
extern int warn_pmf2ptr;
777
#else
778
  int x_warn_pmf2ptr;
779
#define warn_pmf2ptr global_options.x_warn_pmf2ptr
780
#endif
781
#ifdef GENERATOR_FILE
782
extern int warn_pointer_arith;
783
#else
784
  int x_warn_pointer_arith;
785
#define warn_pointer_arith global_options.x_warn_pointer_arith
786
#endif
787
#ifdef GENERATOR_FILE
788
extern int warn_pointer_sign;
789
#else
790
  int x_warn_pointer_sign;
791
#define warn_pointer_sign global_options.x_warn_pointer_sign
792
#endif
793
#ifdef GENERATOR_FILE
794
extern int warn_pointer_to_int_cast;
795
#else
796
  int x_warn_pointer_to_int_cast;
797
#define warn_pointer_to_int_cast global_options.x_warn_pointer_to_int_cast
798
#endif
799
#ifdef GENERATOR_FILE
800
extern int warn_pragmas;
801
#else
802
  int x_warn_pragmas;
803
#define warn_pragmas global_options.x_warn_pragmas
804
#endif
805
#ifdef GENERATOR_FILE
806
extern int warn_property_assign_default;
807
#else
808
  int x_warn_property_assign_default;
809
#define warn_property_assign_default global_options.x_warn_property_assign_default
810
#endif
811
#ifdef GENERATOR_FILE
812
extern int warn_protocol;
813
#else
814
  int x_warn_protocol;
815
#define warn_protocol global_options.x_warn_protocol
816
#endif
817
#ifdef GENERATOR_FILE
818
extern int warn_psabi;
819
#else
820
  int x_warn_psabi;
821
#define warn_psabi global_options.x_warn_psabi
822
#endif
823
#ifdef GENERATOR_FILE
824
extern int warn_redundant_decls;
825
#else
826
  int x_warn_redundant_decls;
827
#define warn_redundant_decls global_options.x_warn_redundant_decls
828
#endif
829
#ifdef GENERATOR_FILE
830
extern int flag_redundant;
831
#else
832
  int x_flag_redundant;
833
#define flag_redundant global_options.x_flag_redundant
834
#endif
835
#ifdef GENERATOR_FILE
836
extern int warn_reorder;
837
#else
838
  int x_warn_reorder;
839
#define warn_reorder global_options.x_warn_reorder
840
#endif
841
#ifdef GENERATOR_FILE
842
extern int warn_return_local_addr;
843
#else
844
  int x_warn_return_local_addr;
845
#define warn_return_local_addr global_options.x_warn_return_local_addr
846
#endif
847
#ifdef GENERATOR_FILE
848
extern int warn_return_type;
849
#else
850
  int x_warn_return_type;
851
#define warn_return_type global_options.x_warn_return_type
852
#endif
853
#ifdef GENERATOR_FILE
854
extern int warn_selector;
855
#else
856
  int x_warn_selector;
857
#define warn_selector global_options.x_warn_selector
858
#endif
859
#ifdef GENERATOR_FILE
860
extern int warn_sequence_point;
861
#else
862
  int x_warn_sequence_point;
863
#define warn_sequence_point global_options.x_warn_sequence_point
864
#endif
865
#ifdef GENERATOR_FILE
866
extern int warn_shadow;
867
#else
868
  int x_warn_shadow;
869
#define warn_shadow global_options.x_warn_shadow
870
#endif
871
#ifdef GENERATOR_FILE
872
extern int warn_sign_compare;
873
#else
874
  int x_warn_sign_compare;
875
#define warn_sign_compare global_options.x_warn_sign_compare
876
#endif
877
#ifdef GENERATOR_FILE
878
extern int warn_sign_conversion;
879
#else
880
  int x_warn_sign_conversion;
881
#define warn_sign_conversion global_options.x_warn_sign_conversion
882
#endif
883
#ifdef GENERATOR_FILE
884
extern int warn_sign_promo;
885
#else
886
  int x_warn_sign_promo;
887
#define warn_sign_promo global_options.x_warn_sign_promo
888
#endif
889
#ifdef GENERATOR_FILE
890
extern int warn_sizeof_pointer_memaccess;
891
#else
892
  int x_warn_sizeof_pointer_memaccess;
893
#define warn_sizeof_pointer_memaccess global_options.x_warn_sizeof_pointer_memaccess
894
#endif
895
#ifdef GENERATOR_FILE
896
extern int warn_stack_protect;
897
#else
898
  int x_warn_stack_protect;
899
#define warn_stack_protect global_options.x_warn_stack_protect
900
#endif
901
#ifdef GENERATOR_FILE
902
extern int warn_stack_usage;
903
#else
904
  int x_warn_stack_usage;
905
#define warn_stack_usage global_options.x_warn_stack_usage
906
#endif
907
#ifdef GENERATOR_FILE
908
extern int warn_strict_aliasing;
909
#else
910
  int x_warn_strict_aliasing;
911
#define warn_strict_aliasing global_options.x_warn_strict_aliasing
912
#endif
913
#ifdef GENERATOR_FILE
914
extern int warn_strict_null_sentinel;
915
#else
916
  int x_warn_strict_null_sentinel;
917
#define warn_strict_null_sentinel global_options.x_warn_strict_null_sentinel
918
#endif
919
#ifdef GENERATOR_FILE
920
extern int warn_strict_overflow;
921
#else
922
  int x_warn_strict_overflow;
923
#define warn_strict_overflow global_options.x_warn_strict_overflow
924
#endif
925
#ifdef GENERATOR_FILE
926
extern int warn_strict_prototypes;
927
#else
928
  int x_warn_strict_prototypes;
929
#define warn_strict_prototypes global_options.x_warn_strict_prototypes
930
#endif
931
#ifdef GENERATOR_FILE
932
extern int warn_strict_selector_match;
933
#else
934
  int x_warn_strict_selector_match;
935
#define warn_strict_selector_match global_options.x_warn_strict_selector_match
936
#endif
937
#ifdef GENERATOR_FILE
938
extern int warn_suggest_attribute_const;
939
#else
940
  int x_warn_suggest_attribute_const;
941
#define warn_suggest_attribute_const global_options.x_warn_suggest_attribute_const
942
#endif
943
#ifdef GENERATOR_FILE
944
extern int warn_suggest_attribute_format;
945
#else
946
  int x_warn_suggest_attribute_format;
947
#define warn_suggest_attribute_format global_options.x_warn_suggest_attribute_format
948
#endif
949
#ifdef GENERATOR_FILE
950
extern int warn_suggest_attribute_noreturn;
951
#else
952
  int x_warn_suggest_attribute_noreturn;
953
#define warn_suggest_attribute_noreturn global_options.x_warn_suggest_attribute_noreturn
954
#endif
955
#ifdef GENERATOR_FILE
956
extern int warn_suggest_attribute_pure;
957
#else
958
  int x_warn_suggest_attribute_pure;
959
#define warn_suggest_attribute_pure global_options.x_warn_suggest_attribute_pure
960
#endif
961
#ifdef GENERATOR_FILE
962
extern int warn_switch;
963
#else
964
  int x_warn_switch;
965
#define warn_switch global_options.x_warn_switch
966
#endif
967
#ifdef GENERATOR_FILE
968
extern int warn_switch_default;
969
#else
970
  int x_warn_switch_default;
971
#define warn_switch_default global_options.x_warn_switch_default
972
#endif
973
#ifdef GENERATOR_FILE
974
extern int warn_switch_enum;
975
#else
976
  int x_warn_switch_enum;
977
#define warn_switch_enum global_options.x_warn_switch_enum
978
#endif
979
#ifdef GENERATOR_FILE
980
extern int warn_sync_nand;
981
#else
982
  int x_warn_sync_nand;
983
#define warn_sync_nand global_options.x_warn_sync_nand
984
#endif
985
#ifdef GENERATOR_FILE
986
extern int warn_synth;
987
#else
988
  int x_warn_synth;
989
#define warn_synth global_options.x_warn_synth
990
#endif
991
#ifdef GENERATOR_FILE
992
extern int warn_system_headers;
993
#else
994
  int x_warn_system_headers;
995
#define warn_system_headers global_options.x_warn_system_headers
996
#endif
997
#ifdef GENERATOR_FILE
998
extern int warn_traditional;
999
#else
1000
  int x_warn_traditional;
1001
#define warn_traditional global_options.x_warn_traditional
1002
#endif
1003
#ifdef GENERATOR_FILE
1004
extern int warn_traditional_conversion;
1005
#else
1006
  int x_warn_traditional_conversion;
1007
#define warn_traditional_conversion global_options.x_warn_traditional_conversion
1008
#endif
1009
#ifdef GENERATOR_FILE
1010
extern int warn_trampolines;
1011
#else
1012
  int x_warn_trampolines;
1013
#define warn_trampolines global_options.x_warn_trampolines
1014
#endif
1015
#ifdef GENERATOR_FILE
1016
extern int warn_type_limits;
1017
#else
1018
  int x_warn_type_limits;
1019
#define warn_type_limits global_options.x_warn_type_limits
1020
#endif
1021
#ifdef GENERATOR_FILE
1022
extern int warn_undeclared_selector;
1023
#else
1024
  int x_warn_undeclared_selector;
1025
#define warn_undeclared_selector global_options.x_warn_undeclared_selector
1026
#endif
1027
#ifdef GENERATOR_FILE
1028
extern int warn_uninitialized;
1029
#else
1030
  int x_warn_uninitialized;
1031
#define warn_uninitialized global_options.x_warn_uninitialized
1032
#endif
1033
#ifdef GENERATOR_FILE
1034
extern int warn_unknown_pragmas;
1035
#else
1036
  int x_warn_unknown_pragmas;
1037
#define warn_unknown_pragmas global_options.x_warn_unknown_pragmas
1038
#endif
1039
#ifdef GENERATOR_FILE
1040
extern int warn_unsafe_loop_optimizations;
1041
#else
1042
  int x_warn_unsafe_loop_optimizations;
1043
#define warn_unsafe_loop_optimizations global_options.x_warn_unsafe_loop_optimizations
1044
#endif
1045
#ifdef GENERATOR_FILE
1046
extern int warn_unsuffixed_float_constants;
1047
#else
1048
  int x_warn_unsuffixed_float_constants;
1049
#define warn_unsuffixed_float_constants global_options.x_warn_unsuffixed_float_constants
1050
#endif
1051
#ifdef GENERATOR_FILE
1052
extern int warn_unused;
1053
#else
1054
  int x_warn_unused;
1055
#define warn_unused global_options.x_warn_unused
1056
#endif
1057
#ifdef GENERATOR_FILE
1058
extern int warn_unused_but_set_parameter;
1059
#else
1060
  int x_warn_unused_but_set_parameter;
1061
#define warn_unused_but_set_parameter global_options.x_warn_unused_but_set_parameter
1062
#endif
1063
#ifdef GENERATOR_FILE
1064
extern int warn_unused_but_set_variable;
1065
#else
1066
  int x_warn_unused_but_set_variable;
1067
#define warn_unused_but_set_variable global_options.x_warn_unused_but_set_variable
1068
#endif
1069
#ifdef GENERATOR_FILE
1070
extern int warn_unused_function;
1071
#else
1072
  int x_warn_unused_function;
1073
#define warn_unused_function global_options.x_warn_unused_function
1074
#endif
1075
#ifdef GENERATOR_FILE
1076
extern int warn_unused_label;
1077
#else
1078
  int x_warn_unused_label;
1079
#define warn_unused_label global_options.x_warn_unused_label
1080
#endif
1081
#ifdef GENERATOR_FILE
1082
extern int warn_unused_local_typedefs;
1083
#else
1084
  int x_warn_unused_local_typedefs;
1085
#define warn_unused_local_typedefs global_options.x_warn_unused_local_typedefs
1086
#endif
1087
#ifdef GENERATOR_FILE
1088
extern int cpp_warn_unused_macros;
1089
#else
1090
  int x_cpp_warn_unused_macros;
1091
#define cpp_warn_unused_macros global_options.x_cpp_warn_unused_macros
1092
#endif
1093
#ifdef GENERATOR_FILE
1094
extern int warn_unused_parameter;
1095
#else
1096
  int x_warn_unused_parameter;
1097
#define warn_unused_parameter global_options.x_warn_unused_parameter
1098
#endif
1099
#ifdef GENERATOR_FILE
1100
extern int warn_unused_result;
1101
#else
1102
  int x_warn_unused_result;
1103
#define warn_unused_result global_options.x_warn_unused_result
1104
#endif
1105
#ifdef GENERATOR_FILE
1106
extern int warn_unused_value;
1107
#else
1108
  int x_warn_unused_value;
1109
#define warn_unused_value global_options.x_warn_unused_value
1110
#endif
1111
#ifdef GENERATOR_FILE
1112
extern int warn_unused_variable;
1113
#else
1114
  int x_warn_unused_variable;
1115
#define warn_unused_variable global_options.x_warn_unused_variable
1116
#endif
1117
#ifdef GENERATOR_FILE
1118
extern int warn_useless_cast;
1119
#else
1120
  int x_warn_useless_cast;
1121
#define warn_useless_cast global_options.x_warn_useless_cast
1122
#endif
1123
#ifdef GENERATOR_FILE
1124
extern int warn_varargs;
1125
#else
1126
  int x_warn_varargs;
1127
#define warn_varargs global_options.x_warn_varargs
1128
#endif
1129
#ifdef GENERATOR_FILE
1130
extern int cpp_warn_variadic_macros;
1131
#else
1132
  int x_cpp_warn_variadic_macros;
1133
#define cpp_warn_variadic_macros global_options.x_cpp_warn_variadic_macros
1134
#endif
1135
#ifdef GENERATOR_FILE
1136
extern int warn_vector_operation_performance;
1137
#else
1138
  int x_warn_vector_operation_performance;
1139
#define warn_vector_operation_performance global_options.x_warn_vector_operation_performance
1140
#endif
1141
#ifdef GENERATOR_FILE
1142
extern int warn_virtual_move_assign;
1143
#else
1144
  int x_warn_virtual_move_assign;
1145
#define warn_virtual_move_assign global_options.x_warn_virtual_move_assign
1146
#endif
1147
#ifdef GENERATOR_FILE
1148
extern int warn_vla;
1149
#else
1150
  int x_warn_vla;
1151
#define warn_vla global_options.x_warn_vla
1152
#endif
1153
#ifdef GENERATOR_FILE
1154
extern int warn_volatile_register_var;
1155
#else
1156
  int x_warn_volatile_register_var;
1157
#define warn_volatile_register_var global_options.x_warn_volatile_register_var
1158
#endif
1159
#ifdef GENERATOR_FILE
1160
extern int warn_write_strings;
1161
#else
1162
  int x_warn_write_strings;
1163
#define warn_write_strings global_options.x_warn_write_strings
1164
#endif
1165
#ifdef GENERATOR_FILE
1166
extern int warn_zero_as_null_pointer_constant;
1167
#else
1168
  int x_warn_zero_as_null_pointer_constant;
1169
#define warn_zero_as_null_pointer_constant global_options.x_warn_zero_as_null_pointer_constant
1170
#endif
1171
#ifdef GENERATOR_FILE
1172
extern const char *aux_info_file_name;
1173
#else
1174
  const char *x_aux_info_file_name;
1175
#define aux_info_file_name global_options.x_aux_info_file_name
1176
#endif
1177
#ifdef GENERATOR_FILE
1178
extern const char *aux_base_name;
1179
#else
1180
  const char *x_aux_base_name;
1181
#define aux_base_name global_options.x_aux_base_name
1182
#endif
1183
#ifdef GENERATOR_FILE
1184
extern const char *dump_base_name;
1185
#else
1186
  const char *x_dump_base_name;
1187
#define dump_base_name global_options.x_dump_base_name
1188
#endif
1189
#ifdef GENERATOR_FILE
1190
extern const char *dump_dir_name;
1191
#else
1192
  const char *x_dump_dir_name;
1193
#define dump_dir_name global_options.x_dump_dir_name
1194
#endif
1195
#ifdef GENERATOR_FILE
1196
extern int flag_pic;
1197
#else
1198
  int x_flag_pic;
1199
#define flag_pic global_options.x_flag_pic
1200
#endif
1201
#ifdef GENERATOR_FILE
1202
extern int flag_pie;
1203
#else
1204
  int x_flag_pie;
1205
#define flag_pie global_options.x_flag_pie
1206
#endif
1207
#ifdef GENERATOR_FILE
1208
extern int flag_abi_version;
1209
#else
1210
  int x_flag_abi_version;
1211
#define flag_abi_version global_options.x_flag_abi_version
1212
#endif
1213
#ifdef GENERATOR_FILE
1214
extern int flag_access_control;
1215
#else
1216
  int x_flag_access_control;
1217
#define flag_access_control global_options.x_flag_access_control
1218
#endif
1219
#ifdef GENERATOR_FILE
1220
extern const char *ada_specs_parent;
1221
#else
1222
  const char *x_ada_specs_parent;
1223
#define ada_specs_parent global_options.x_ada_specs_parent
1224
#endif
1225
#ifdef GENERATOR_FILE
1226
extern int align_functions;
1227
#else
1228
  int x_align_functions;
1229
#define align_functions global_options.x_align_functions
1230
#endif
1231
#ifdef GENERATOR_FILE
1232
extern int align_jumps;
1233
#else
1234
  int x_align_jumps;
1235
#define align_jumps global_options.x_align_jumps
1236
#endif
1237
#ifdef GENERATOR_FILE
1238
extern int align_labels;
1239
#else
1240
  int x_align_labels;
1241
#define align_labels global_options.x_align_labels
1242
#endif
1243
#ifdef GENERATOR_FILE
1244
extern int align_loops;
1245
#else
1246
  int x_align_loops;
1247
#define align_loops global_options.x_align_loops
1248
#endif
1249
#ifdef GENERATOR_FILE
1250
extern int flag_allow_parameterless_variadic_functions;
1251
#else
1252
  int x_flag_allow_parameterless_variadic_functions;
1253
#define flag_allow_parameterless_variadic_functions global_options.x_flag_allow_parameterless_variadic_functions
1254
#endif
1255
#ifdef GENERATOR_FILE
1256
extern int flag_no_asm;
1257
#else
1258
  int x_flag_no_asm;
1259
#define flag_no_asm global_options.x_flag_no_asm
1260
#endif
1261
#ifdef GENERATOR_FILE
1262
extern int flag_assert;
1263
#else
1264
  int x_flag_assert;
1265
#define flag_assert global_options.x_flag_assert
1266
#endif
1267
#ifdef GENERATOR_FILE
1268
extern int flag_associative_math;
1269
#else
1270
  int x_flag_associative_math;
1271
#define flag_associative_math global_options.x_flag_associative_math
1272
#endif
1273
#ifdef GENERATOR_FILE
1274
extern int flag_asynchronous_unwind_tables;
1275
#else
1276
  int x_flag_asynchronous_unwind_tables;
1277
#define flag_asynchronous_unwind_tables global_options.x_flag_asynchronous_unwind_tables
1278
#endif
1279
#ifdef GENERATOR_FILE
1280
extern int flag_auto_inc_dec;
1281
#else
1282
  int x_flag_auto_inc_dec;
1283
#define flag_auto_inc_dec global_options.x_flag_auto_inc_dec
1284
#endif
1285
#ifdef GENERATOR_FILE
1286
extern int flag_bootstrap_classes;
1287
#else
1288
  int x_flag_bootstrap_classes;
1289
#define flag_bootstrap_classes global_options.x_flag_bootstrap_classes
1290
#endif
1291
#ifdef GENERATOR_FILE
1292
extern int flag_bounds_check;
1293
#else
1294
  int x_flag_bounds_check;
1295
#define flag_bounds_check global_options.x_flag_bounds_check
1296
#endif
1297
#ifdef GENERATOR_FILE
1298
extern int flag_branch_on_count_reg;
1299
#else
1300
  int x_flag_branch_on_count_reg;
1301
#define flag_branch_on_count_reg global_options.x_flag_branch_on_count_reg
1302
#endif
1303
#ifdef GENERATOR_FILE
1304
extern int flag_branch_probabilities;
1305
#else
1306
  int x_flag_branch_probabilities;
1307
#define flag_branch_probabilities global_options.x_flag_branch_probabilities
1308
#endif
1309
#ifdef GENERATOR_FILE
1310
extern int flag_branch_target_load_optimize;
1311
#else
1312
  int x_flag_branch_target_load_optimize;
1313
#define flag_branch_target_load_optimize global_options.x_flag_branch_target_load_optimize
1314
#endif
1315
#ifdef GENERATOR_FILE
1316
extern int flag_branch_target_load_optimize2;
1317
#else
1318
  int x_flag_branch_target_load_optimize2;
1319
#define flag_branch_target_load_optimize2 global_options.x_flag_branch_target_load_optimize2
1320
#endif
1321
#ifdef GENERATOR_FILE
1322
extern int flag_btr_bb_exclusive;
1323
#else
1324
  int x_flag_btr_bb_exclusive;
1325
#define flag_btr_bb_exclusive global_options.x_flag_btr_bb_exclusive
1326
#endif
1327
#ifdef GENERATOR_FILE
1328
extern int flag_building_libgcc;
1329
#else
1330
  int x_flag_building_libgcc;
1331
#define flag_building_libgcc global_options.x_flag_building_libgcc
1332
#endif
1333
#ifdef GENERATOR_FILE
1334
extern int flag_no_builtin;
1335
#else
1336
  int x_flag_no_builtin;
1337
#define flag_no_builtin global_options.x_flag_no_builtin
1338
#endif
1339
#ifdef GENERATOR_FILE
1340
extern void *common_deferred_options;
1341
#else
1342
  void *x_common_deferred_options;
1343
#define common_deferred_options global_options.x_common_deferred_options
1344
#endif
1345
#ifdef GENERATOR_FILE
1346
extern int flag_caller_saves;
1347
#else
1348
  int x_flag_caller_saves;
1349
#define flag_caller_saves global_options.x_flag_caller_saves
1350
#endif
1351
#ifdef GENERATOR_FILE
1352
extern int flag_check_data_deps;
1353
#else
1354
  int x_flag_check_data_deps;
1355
#define flag_check_data_deps global_options.x_flag_check_data_deps
1356
#endif
1357
#ifdef GENERATOR_FILE
1358
extern int flag_check_new;
1359
#else
1360
  int x_flag_check_new;
1361
#define flag_check_new global_options.x_flag_check_new
1362
#endif
1363
#ifdef GENERATOR_FILE
1364
extern int flag_check_references;
1365
#else
1366
  int x_flag_check_references;
1367
#define flag_check_references global_options.x_flag_check_references
1368
#endif
1369
#ifdef GENERATOR_FILE
1370
extern int flag_combine_stack_adjustments;
1371
#else
1372
  int x_flag_combine_stack_adjustments;
1373
#define flag_combine_stack_adjustments global_options.x_flag_combine_stack_adjustments
1374
#endif
1375
#ifdef GENERATOR_FILE
1376
extern int flag_no_common;
1377
#else
1378
  int x_flag_no_common;
1379
#define flag_no_common global_options.x_flag_no_common
1380
#endif
1381
#ifdef GENERATOR_FILE
1382
extern int flag_compare_debug;
1383
#else
1384
  int x_flag_compare_debug;
1385
#define flag_compare_debug global_options.x_flag_compare_debug
1386
#endif
1387
#ifdef GENERATOR_FILE
1388
extern const char *flag_compare_debug_opt;
1389
#else
1390
  const char *x_flag_compare_debug_opt;
1391
#define flag_compare_debug_opt global_options.x_flag_compare_debug_opt
1392
#endif
1393
#ifdef GENERATOR_FILE
1394
extern int flag_compare_elim_after_reload;
1395
#else
1396
  int x_flag_compare_elim_after_reload;
1397
#define flag_compare_elim_after_reload global_options.x_flag_compare_elim_after_reload
1398
#endif
1399
#ifdef GENERATOR_FILE
1400
extern int flag_conserve_space;
1401
#else
1402
  int x_flag_conserve_space;
1403
#define flag_conserve_space global_options.x_flag_conserve_space
1404
#endif
1405
#ifdef GENERATOR_FILE
1406
extern int flag_conserve_stack;
1407
#else
1408
  int x_flag_conserve_stack;
1409
#define flag_conserve_stack global_options.x_flag_conserve_stack
1410
#endif
1411
#ifdef GENERATOR_FILE
1412
extern int max_constexpr_depth;
1413
#else
1414
  int x_max_constexpr_depth;
1415
#define max_constexpr_depth global_options.x_max_constexpr_depth
1416
#endif
1417
#ifdef GENERATOR_FILE
1418
extern int flag_cprop_registers;
1419
#else
1420
  int x_flag_cprop_registers;
1421
#define flag_cprop_registers global_options.x_flag_cprop_registers
1422
#endif
1423
#ifdef GENERATOR_FILE
1424
extern int flag_crossjumping;
1425
#else
1426
  int x_flag_crossjumping;
1427
#define flag_crossjumping global_options.x_flag_crossjumping
1428
#endif
1429
#ifdef GENERATOR_FILE
1430
extern int flag_cse_follow_jumps;
1431
#else
1432
  int x_flag_cse_follow_jumps;
1433
#define flag_cse_follow_jumps global_options.x_flag_cse_follow_jumps
1434
#endif
1435
#ifdef GENERATOR_FILE
1436
extern int flag_cx_fortran_rules;
1437
#else
1438
  int x_flag_cx_fortran_rules;
1439
#define flag_cx_fortran_rules global_options.x_flag_cx_fortran_rules
1440
#endif
1441
#ifdef GENERATOR_FILE
1442
extern int flag_cx_limited_range;
1443
#else
1444
  int x_flag_cx_limited_range;
1445
#define flag_cx_limited_range global_options.x_flag_cx_limited_range
1446
#endif
1447
#ifdef GENERATOR_FILE
1448
extern int flag_data_sections;
1449
#else
1450
  int x_flag_data_sections;
1451
#define flag_data_sections global_options.x_flag_data_sections
1452
#endif
1453
#ifdef GENERATOR_FILE
1454
extern int flag_dce;
1455
#else
1456
  int x_flag_dce;
1457
#define flag_dce global_options.x_flag_dce
1458
#endif
1459
#ifdef GENERATOR_FILE
1460
extern int flag_debug_types_section;
1461
#else
1462
  int x_flag_debug_types_section;
1463
#define flag_debug_types_section global_options.x_flag_debug_types_section
1464
#endif
1465
#ifdef GENERATOR_FILE
1466
extern int flag_deduce_init_list;
1467
#else
1468
  int x_flag_deduce_init_list;
1469
#define flag_deduce_init_list global_options.x_flag_deduce_init_list
1470
#endif
1471
#ifdef GENERATOR_FILE
1472
extern int flag_defer_pop;
1473
#else
1474
  int x_flag_defer_pop;
1475
#define flag_defer_pop global_options.x_flag_defer_pop
1476
#endif
1477
#ifdef GENERATOR_FILE
1478
extern int flag_delayed_branch;
1479
#else
1480
  int x_flag_delayed_branch;
1481
#define flag_delayed_branch global_options.x_flag_delayed_branch
1482
#endif
1483
#ifdef GENERATOR_FILE
1484
extern int flag_delete_dead_exceptions;
1485
#else
1486
  int x_flag_delete_dead_exceptions;
1487
#define flag_delete_dead_exceptions global_options.x_flag_delete_dead_exceptions
1488
#endif
1489
#ifdef GENERATOR_FILE
1490
extern int flag_delete_null_pointer_checks;
1491
#else
1492
  int x_flag_delete_null_pointer_checks;
1493
#define flag_delete_null_pointer_checks global_options.x_flag_delete_null_pointer_checks
1494
#endif
1495
#ifdef GENERATOR_FILE
1496
extern int flag_devirtualize;
1497
#else
1498
  int x_flag_devirtualize;
1499
#define flag_devirtualize global_options.x_flag_devirtualize
1500
#endif
1501
#ifdef GENERATOR_FILE
1502
extern int flag_diagnostics_show_caret;
1503
#else
1504
  int x_flag_diagnostics_show_caret;
1505
#define flag_diagnostics_show_caret global_options.x_flag_diagnostics_show_caret
1506
#endif
1507
#ifdef GENERATOR_FILE
1508
extern int flag_diagnostics_show_option;
1509
#else
1510
  int x_flag_diagnostics_show_option;
1511
#define flag_diagnostics_show_option global_options.x_flag_diagnostics_show_option
1512
#endif
1513
#ifdef GENERATOR_FILE
1514
extern int flag_dse;
1515
#else
1516
  int x_flag_dse;
1517
#define flag_dse global_options.x_flag_dse
1518
#endif
1519
#ifdef GENERATOR_FILE
1520
extern int flag_dump_ada_spec;
1521
#else
1522
  int x_flag_dump_ada_spec;
1523
#define flag_dump_ada_spec global_options.x_flag_dump_ada_spec
1524
#endif
1525
#ifdef GENERATOR_FILE
1526
extern int flag_dump_ada_spec_slim;
1527
#else
1528
  int x_flag_dump_ada_spec_slim;
1529
#define flag_dump_ada_spec_slim global_options.x_flag_dump_ada_spec_slim
1530
#endif
1531
#ifdef GENERATOR_FILE
1532
extern const char *flag_dump_final_insns;
1533
#else
1534
  const char *x_flag_dump_final_insns;
1535
#define flag_dump_final_insns global_options.x_flag_dump_final_insns
1536
#endif
1537
#ifdef GENERATOR_FILE
1538
extern const char *flag_dump_go_spec;
1539
#else
1540
  const char *x_flag_dump_go_spec;
1541
#define flag_dump_go_spec global_options.x_flag_dump_go_spec
1542
#endif
1543
#ifdef GENERATOR_FILE
1544
extern int flag_dump_noaddr;
1545
#else
1546
  int x_flag_dump_noaddr;
1547
#define flag_dump_noaddr global_options.x_flag_dump_noaddr
1548
#endif
1549
#ifdef GENERATOR_FILE
1550
extern int flag_dump_passes;
1551
#else
1552
  int x_flag_dump_passes;
1553
#define flag_dump_passes global_options.x_flag_dump_passes
1554
#endif
1555
#ifdef GENERATOR_FILE
1556
extern int flag_dump_unnumbered;
1557
#else
1558
  int x_flag_dump_unnumbered;
1559
#define flag_dump_unnumbered global_options.x_flag_dump_unnumbered
1560
#endif
1561
#ifdef GENERATOR_FILE
1562
extern int flag_dump_unnumbered_links;
1563
#else
1564
  int x_flag_dump_unnumbered_links;
1565
#define flag_dump_unnumbered_links global_options.x_flag_dump_unnumbered_links
1566
#endif
1567
#ifdef GENERATOR_FILE
1568
extern int flag_dwarf2_cfi_asm;
1569
#else
1570
  int x_flag_dwarf2_cfi_asm;
1571
#define flag_dwarf2_cfi_asm global_options.x_flag_dwarf2_cfi_asm
1572
#endif
1573
#ifdef GENERATOR_FILE
1574
extern int flag_early_inlining;
1575
#else
1576
  int x_flag_early_inlining;
1577
#define flag_early_inlining global_options.x_flag_early_inlining
1578
#endif
1579
#ifdef GENERATOR_FILE
1580
extern int flag_elide_constructors;
1581
#else
1582
  int x_flag_elide_constructors;
1583
#define flag_elide_constructors global_options.x_flag_elide_constructors
1584
#endif
1585
#ifdef GENERATOR_FILE
1586
extern int flag_eliminate_dwarf2_dups;
1587
#else
1588
  int x_flag_eliminate_dwarf2_dups;
1589
#define flag_eliminate_dwarf2_dups global_options.x_flag_eliminate_dwarf2_dups
1590
#endif
1591
#ifdef GENERATOR_FILE
1592
extern int flag_debug_only_used_symbols;
1593
#else
1594
  int x_flag_debug_only_used_symbols;
1595
#define flag_debug_only_used_symbols global_options.x_flag_debug_only_used_symbols
1596
#endif
1597
#ifdef GENERATOR_FILE
1598
extern int flag_eliminate_unused_debug_types;
1599
#else
1600
  int x_flag_eliminate_unused_debug_types;
1601
#define flag_eliminate_unused_debug_types global_options.x_flag_eliminate_unused_debug_types
1602
#endif
1603
#ifdef GENERATOR_FILE
1604
extern int flag_emit_class_debug_always;
1605
#else
1606
  int x_flag_emit_class_debug_always;
1607
#define flag_emit_class_debug_always global_options.x_flag_emit_class_debug_always
1608
#endif
1609
#ifdef GENERATOR_FILE
1610
extern int flag_emit_class_files;
1611
#else
1612
  int x_flag_emit_class_files;
1613
#define flag_emit_class_files global_options.x_flag_emit_class_files
1614
#endif
1615
#ifdef GENERATOR_FILE
1616
extern int flag_enforce_eh_specs;
1617
#else
1618
  int x_flag_enforce_eh_specs;
1619
#define flag_enforce_eh_specs global_options.x_flag_enforce_eh_specs
1620
#endif
1621
#ifdef GENERATOR_FILE
1622
extern int flag_exceptions;
1623
#else
1624
  int x_flag_exceptions;
1625
#define flag_exceptions global_options.x_flag_exceptions
1626
#endif
1627
#ifdef GENERATOR_FILE
1628
extern enum excess_precision flag_excess_precision_cmdline;
1629
#else
1630
  enum excess_precision x_flag_excess_precision_cmdline;
1631
#define flag_excess_precision_cmdline global_options.x_flag_excess_precision_cmdline
1632
#endif
1633
#ifdef GENERATOR_FILE
1634
extern int flag_expensive_optimizations;
1635
#else
1636
  int x_flag_expensive_optimizations;
1637
#define flag_expensive_optimizations global_options.x_flag_expensive_optimizations
1638
#endif
1639
#ifdef GENERATOR_FILE
1640
extern int flag_fat_lto_objects;
1641
#else
1642
  int x_flag_fat_lto_objects;
1643
#define flag_fat_lto_objects global_options.x_flag_fat_lto_objects
1644
#endif
1645
#ifdef GENERATOR_FILE
1646
extern int flag_filelist_file;
1647
#else
1648
  int x_flag_filelist_file;
1649
#define flag_filelist_file global_options.x_flag_filelist_file
1650
#endif
1651
#ifdef GENERATOR_FILE
1652
extern int flag_finite_math_only;
1653
#else
1654
  int x_flag_finite_math_only;
1655
#define flag_finite_math_only global_options.x_flag_finite_math_only
1656
#endif
1657
#ifdef GENERATOR_FILE
1658
extern int flag_float_store;
1659
#else
1660
  int x_flag_float_store;
1661
#define flag_float_store global_options.x_flag_float_store
1662
#endif
1663
#ifdef GENERATOR_FILE
1664
extern int flag_new_for_scope;
1665
#else
1666
  int x_flag_new_for_scope;
1667
#define flag_new_for_scope global_options.x_flag_new_for_scope
1668
#endif
1669
#ifdef GENERATOR_FILE
1670
extern int flag_force_classes_archive_check;
1671
#else
1672
  int x_flag_force_classes_archive_check;
1673
#define flag_force_classes_archive_check global_options.x_flag_force_classes_archive_check
1674
#endif
1675
#ifdef GENERATOR_FILE
1676
extern int flag_forward_propagate;
1677
#else
1678
  int x_flag_forward_propagate;
1679
#define flag_forward_propagate global_options.x_flag_forward_propagate
1680
#endif
1681
#ifdef GENERATOR_FILE
1682
extern enum fp_contract_mode flag_fp_contract_mode;
1683
#else
1684
  enum fp_contract_mode x_flag_fp_contract_mode;
1685
#define flag_fp_contract_mode global_options.x_flag_fp_contract_mode
1686
#endif
1687
#ifdef GENERATOR_FILE
1688
extern int flag_friend_injection;
1689
#else
1690
  int x_flag_friend_injection;
1691
#define flag_friend_injection global_options.x_flag_friend_injection
1692
#endif
1693
#ifdef GENERATOR_FILE
1694
extern int flag_no_function_cse;
1695
#else
1696
  int x_flag_no_function_cse;
1697
#define flag_no_function_cse global_options.x_flag_no_function_cse
1698
#endif
1699
#ifdef GENERATOR_FILE
1700
extern int flag_function_sections;
1701
#else
1702
  int x_flag_function_sections;
1703
#define flag_function_sections global_options.x_flag_function_sections
1704
#endif
1705
#ifdef GENERATOR_FILE
1706
extern int flag_gcse;
1707
#else
1708
  int x_flag_gcse;
1709
#define flag_gcse global_options.x_flag_gcse
1710
#endif
1711
#ifdef GENERATOR_FILE
1712
extern int flag_gcse_after_reload;
1713
#else
1714
  int x_flag_gcse_after_reload;
1715
#define flag_gcse_after_reload global_options.x_flag_gcse_after_reload
1716
#endif
1717
#ifdef GENERATOR_FILE
1718
extern int flag_gcse_las;
1719
#else
1720
  int x_flag_gcse_las;
1721
#define flag_gcse_las global_options.x_flag_gcse_las
1722
#endif
1723
#ifdef GENERATOR_FILE
1724
extern int flag_gcse_lm;
1725
#else
1726
  int x_flag_gcse_lm;
1727
#define flag_gcse_lm global_options.x_flag_gcse_lm
1728
#endif
1729
#ifdef GENERATOR_FILE
1730
extern int flag_gcse_sm;
1731
#else
1732
  int x_flag_gcse_sm;
1733
#define flag_gcse_sm global_options.x_flag_gcse_sm
1734
#endif
1735
#ifdef GENERATOR_FILE
1736
extern int flag_no_gnu_keywords;
1737
#else
1738
  int x_flag_no_gnu_keywords;
1739
#define flag_no_gnu_keywords global_options.x_flag_no_gnu_keywords
1740
#endif
1741
#ifdef GENERATOR_FILE
1742
extern int flag_next_runtime;
1743
#else
1744
  int x_flag_next_runtime;
1745
#define flag_next_runtime global_options.x_flag_next_runtime
1746
#endif
1747
#ifdef GENERATOR_FILE
1748
extern int flag_tm;
1749
#else
1750
  int x_flag_tm;
1751
#define flag_tm global_options.x_flag_tm
1752
#endif
1753
#ifdef GENERATOR_FILE
1754
extern int flag_gnu89_inline;
1755
#else
1756
  int x_flag_gnu89_inline;
1757
#define flag_gnu89_inline global_options.x_flag_gnu89_inline
1758
#endif
1759
#ifdef GENERATOR_FILE
1760
extern int go_check_divide_overflow;
1761
#else
1762
  int x_go_check_divide_overflow;
1763
#define go_check_divide_overflow global_options.x_go_check_divide_overflow
1764
#endif
1765
#ifdef GENERATOR_FILE
1766
extern int go_check_divide_zero;
1767
#else
1768
  int x_go_check_divide_zero;
1769
#define go_check_divide_zero global_options.x_go_check_divide_zero
1770
#endif
1771
#ifdef GENERATOR_FILE
1772
extern int flag_graphite;
1773
#else
1774
  int x_flag_graphite;
1775
#define flag_graphite global_options.x_flag_graphite
1776
#endif
1777
#ifdef GENERATOR_FILE
1778
extern int flag_graphite_identity;
1779
#else
1780
  int x_flag_graphite_identity;
1781
#define flag_graphite_identity global_options.x_flag_graphite_identity
1782
#endif
1783
#ifdef GENERATOR_FILE
1784
extern int flag_guess_branch_prob;
1785
#else
1786
  int x_flag_guess_branch_prob;
1787
#define flag_guess_branch_prob global_options.x_flag_guess_branch_prob
1788
#endif
1789
#ifdef GENERATOR_FILE
1790
extern int flag_hash_synchronization;
1791
#else
1792
  int x_flag_hash_synchronization;
1793
#define flag_hash_synchronization global_options.x_flag_hash_synchronization
1794
#endif
1795
#ifdef GENERATOR_FILE
1796
extern int flag_hoist_adjacent_loads;
1797
#else
1798
  int x_flag_hoist_adjacent_loads;
1799
#define flag_hoist_adjacent_loads global_options.x_flag_hoist_adjacent_loads
1800
#endif
1801
#ifdef GENERATOR_FILE
1802
extern int flag_no_ident;
1803
#else
1804
  int x_flag_no_ident;
1805
#define flag_no_ident global_options.x_flag_no_ident
1806
#endif
1807
#ifdef GENERATOR_FILE
1808
extern int flag_if_conversion;
1809
#else
1810
  int x_flag_if_conversion;
1811
#define flag_if_conversion global_options.x_flag_if_conversion
1812
#endif
1813
#ifdef GENERATOR_FILE
1814
extern int flag_if_conversion2;
1815
#else
1816
  int x_flag_if_conversion2;
1817
#define flag_if_conversion2 global_options.x_flag_if_conversion2
1818
#endif
1819
#ifdef GENERATOR_FILE
1820
extern int flag_implement_inlines;
1821
#else
1822
  int x_flag_implement_inlines;
1823
#define flag_implement_inlines global_options.x_flag_implement_inlines
1824
#endif
1825
#ifdef GENERATOR_FILE
1826
extern int flag_implicit_inline_templates;
1827
#else
1828
  int x_flag_implicit_inline_templates;
1829
#define flag_implicit_inline_templates global_options.x_flag_implicit_inline_templates
1830
#endif
1831
#ifdef GENERATOR_FILE
1832
extern int flag_implicit_templates;
1833
#else
1834
  int x_flag_implicit_templates;
1835
#define flag_implicit_templates global_options.x_flag_implicit_templates
1836
#endif
1837
#ifdef GENERATOR_FILE
1838
extern int flag_indirect_classes;
1839
#else
1840
  int x_flag_indirect_classes;
1841
#define flag_indirect_classes global_options.x_flag_indirect_classes
1842
#endif
1843
#ifdef GENERATOR_FILE
1844
extern int flag_indirect_dispatch;
1845
#else
1846
  int x_flag_indirect_dispatch;
1847
#define flag_indirect_dispatch global_options.x_flag_indirect_dispatch
1848
#endif
1849
#ifdef GENERATOR_FILE
1850
extern int flag_indirect_inlining;
1851
#else
1852
  int x_flag_indirect_inlining;
1853
#define flag_indirect_inlining global_options.x_flag_indirect_inlining
1854
#endif
1855
#ifdef GENERATOR_FILE
1856
extern int flag_inhibit_size_directive;
1857
#else
1858
  int x_flag_inhibit_size_directive;
1859
#define flag_inhibit_size_directive global_options.x_flag_inhibit_size_directive
1860
#endif
1861
#ifdef GENERATOR_FILE
1862
extern int flag_no_inline;
1863
#else
1864
  int x_flag_no_inline;
1865
#define flag_no_inline global_options.x_flag_no_inline
1866
#endif
1867
#ifdef GENERATOR_FILE
1868
extern int flag_inline_atomics;
1869
#else
1870
  int x_flag_inline_atomics;
1871
#define flag_inline_atomics global_options.x_flag_inline_atomics
1872
#endif
1873
#ifdef GENERATOR_FILE
1874
extern int flag_inline_functions;
1875
#else
1876
  int x_flag_inline_functions;
1877
#define flag_inline_functions global_options.x_flag_inline_functions
1878
#endif
1879
#ifdef GENERATOR_FILE
1880
extern int flag_inline_functions_called_once;
1881
#else
1882
  int x_flag_inline_functions_called_once;
1883
#define flag_inline_functions_called_once global_options.x_flag_inline_functions_called_once
1884
#endif
1885
#ifdef GENERATOR_FILE
1886
extern int flag_inline_small_functions;
1887
#else
1888
  int x_flag_inline_small_functions;
1889
#define flag_inline_small_functions global_options.x_flag_inline_small_functions
1890
#endif
1891
#ifdef GENERATOR_FILE
1892
extern int flag_instrument_function_entry_exit;
1893
#else
1894
  int x_flag_instrument_function_entry_exit;
1895
#define flag_instrument_function_entry_exit global_options.x_flag_instrument_function_entry_exit
1896
#endif
1897
#ifdef GENERATOR_FILE
1898
extern int flag_ipa_cp;
1899
#else
1900
  int x_flag_ipa_cp;
1901
#define flag_ipa_cp global_options.x_flag_ipa_cp
1902
#endif
1903
#ifdef GENERATOR_FILE
1904
extern int flag_ipa_cp_clone;
1905
#else
1906
  int x_flag_ipa_cp_clone;
1907
#define flag_ipa_cp_clone global_options.x_flag_ipa_cp_clone
1908
#endif
1909
#ifdef GENERATOR_FILE
1910
extern int flag_ipa_profile;
1911
#else
1912
  int x_flag_ipa_profile;
1913
#define flag_ipa_profile global_options.x_flag_ipa_profile
1914
#endif
1915
#ifdef GENERATOR_FILE
1916
extern int flag_ipa_pta;
1917
#else
1918
  int x_flag_ipa_pta;
1919
#define flag_ipa_pta global_options.x_flag_ipa_pta
1920
#endif
1921
#ifdef GENERATOR_FILE
1922
extern int flag_ipa_pure_const;
1923
#else
1924
  int x_flag_ipa_pure_const;
1925
#define flag_ipa_pure_const global_options.x_flag_ipa_pure_const
1926
#endif
1927
#ifdef GENERATOR_FILE
1928
extern int flag_ipa_reference;
1929
#else
1930
  int x_flag_ipa_reference;
1931
#define flag_ipa_reference global_options.x_flag_ipa_reference
1932
#endif
1933
#ifdef GENERATOR_FILE
1934
extern int flag_ipa_sra;
1935
#else
1936
  int x_flag_ipa_sra;
1937
#define flag_ipa_sra global_options.x_flag_ipa_sra
1938
#endif
1939
#ifdef GENERATOR_FILE
1940
extern enum ira_algorithm flag_ira_algorithm;
1941
#else
1942
  enum ira_algorithm x_flag_ira_algorithm;
1943
#define flag_ira_algorithm global_options.x_flag_ira_algorithm
1944
#endif
1945
#ifdef GENERATOR_FILE
1946
extern int flag_ira_hoist_pressure;
1947
#else
1948
  int x_flag_ira_hoist_pressure;
1949
#define flag_ira_hoist_pressure global_options.x_flag_ira_hoist_pressure
1950
#endif
1951
#ifdef GENERATOR_FILE
1952
extern int flag_ira_loop_pressure;
1953
#else
1954
  int x_flag_ira_loop_pressure;
1955
#define flag_ira_loop_pressure global_options.x_flag_ira_loop_pressure
1956
#endif
1957
#ifdef GENERATOR_FILE
1958
extern enum ira_region flag_ira_region;
1959
#else
1960
  enum ira_region x_flag_ira_region;
1961
#define flag_ira_region global_options.x_flag_ira_region
1962
#endif
1963
#ifdef GENERATOR_FILE
1964
extern int flag_ira_share_save_slots;
1965
#else
1966
  int x_flag_ira_share_save_slots;
1967
#define flag_ira_share_save_slots global_options.x_flag_ira_share_save_slots
1968
#endif
1969
#ifdef GENERATOR_FILE
1970
extern int flag_ira_share_spill_slots;
1971
#else
1972
  int x_flag_ira_share_spill_slots;
1973
#define flag_ira_share_spill_slots global_options.x_flag_ira_share_spill_slots
1974
#endif
1975
#ifdef GENERATOR_FILE
1976
extern int flag_ira_verbose;
1977
#else
1978
  int x_flag_ira_verbose;
1979
#define flag_ira_verbose global_options.x_flag_ira_verbose
1980
#endif
1981
#ifdef GENERATOR_FILE
1982
extern int flag_ivopts;
1983
#else
1984
  int x_flag_ivopts;
1985
#define flag_ivopts global_options.x_flag_ivopts
1986
#endif
1987
#ifdef GENERATOR_FILE
1988
extern int flag_jni;
1989
#else
1990
  int x_flag_jni;
1991
#define flag_jni global_options.x_flag_jni
1992
#endif
1993
#ifdef GENERATOR_FILE
1994
extern int flag_jump_tables;
1995
#else
1996
  int x_flag_jump_tables;
1997
#define flag_jump_tables global_options.x_flag_jump_tables
1998
#endif
1999
#ifdef GENERATOR_FILE
2000
extern int flag_keep_inline_dllexport;
2001
#else
2002
  int x_flag_keep_inline_dllexport;
2003
#define flag_keep_inline_dllexport global_options.x_flag_keep_inline_dllexport
2004
#endif
2005
#ifdef GENERATOR_FILE
2006
extern int flag_keep_inline_functions;
2007
#else
2008
  int x_flag_keep_inline_functions;
2009
#define flag_keep_inline_functions global_options.x_flag_keep_inline_functions
2010
#endif
2011
#ifdef GENERATOR_FILE
2012
extern int flag_keep_static_consts;
2013
#else
2014
  int x_flag_keep_static_consts;
2015
#define flag_keep_static_consts global_options.x_flag_keep_static_consts
2016
#endif
2017
#ifdef GENERATOR_FILE
2018
extern int flag_lax_vector_conversions;
2019
#else
2020
  int x_flag_lax_vector_conversions;
2021
#define flag_lax_vector_conversions global_options.x_flag_lax_vector_conversions
2022
#endif
2023
#ifdef GENERATOR_FILE
2024
extern int flag_leading_underscore;
2025
#else
2026
  int x_flag_leading_underscore;
2027
#define flag_leading_underscore global_options.x_flag_leading_underscore
2028
#endif
2029
#ifdef GENERATOR_FILE
2030
extern int flag_loop_block;
2031
#else
2032
  int x_flag_loop_block;
2033
#define flag_loop_block global_options.x_flag_loop_block
2034
#endif
2035
#ifdef GENERATOR_FILE
2036
extern int flag_loop_interchange;
2037
#else
2038
  int x_flag_loop_interchange;
2039
#define flag_loop_interchange global_options.x_flag_loop_interchange
2040
#endif
2041
#ifdef GENERATOR_FILE
2042
extern int flag_loop_optimize_isl;
2043
#else
2044
  int x_flag_loop_optimize_isl;
2045
#define flag_loop_optimize_isl global_options.x_flag_loop_optimize_isl
2046
#endif
2047
#ifdef GENERATOR_FILE
2048
extern int flag_loop_parallelize_all;
2049
#else
2050
  int x_flag_loop_parallelize_all;
2051
#define flag_loop_parallelize_all global_options.x_flag_loop_parallelize_all
2052
#endif
2053
#ifdef GENERATOR_FILE
2054
extern int flag_loop_strip_mine;
2055
#else
2056
  int x_flag_loop_strip_mine;
2057
#define flag_loop_strip_mine global_options.x_flag_loop_strip_mine
2058
#endif
2059
#ifdef GENERATOR_FILE
2060
extern int flag_lto_compression_level;
2061
#else
2062
  int x_flag_lto_compression_level;
2063
#define flag_lto_compression_level global_options.x_flag_lto_compression_level
2064
#endif
2065
#ifdef GENERATOR_FILE
2066
extern int flag_lto_partition_1to1;
2067
#else
2068
  int x_flag_lto_partition_1to1;
2069
#define flag_lto_partition_1to1 global_options.x_flag_lto_partition_1to1
2070
#endif
2071
#ifdef GENERATOR_FILE
2072
extern int flag_lto_partition_balanced;
2073
#else
2074
  int x_flag_lto_partition_balanced;
2075
#define flag_lto_partition_balanced global_options.x_flag_lto_partition_balanced
2076
#endif
2077
#ifdef GENERATOR_FILE
2078
extern int flag_lto_partition_max;
2079
#else
2080
  int x_flag_lto_partition_max;
2081
#define flag_lto_partition_max global_options.x_flag_lto_partition_max
2082
#endif
2083
#ifdef GENERATOR_FILE
2084
extern int flag_lto_partition_none;
2085
#else
2086
  int x_flag_lto_partition_none;
2087
#define flag_lto_partition_none global_options.x_flag_lto_partition_none
2088
#endif
2089
#ifdef GENERATOR_FILE
2090
extern int flag_lto_report;
2091
#else
2092
  int x_flag_lto_report;
2093
#define flag_lto_report global_options.x_flag_lto_report
2094
#endif
2095
#ifdef GENERATOR_FILE
2096
extern const char *flag_lto;
2097
#else
2098
  const char *x_flag_lto;
2099
#define flag_lto global_options.x_flag_lto
2100
#endif
2101
#ifdef GENERATOR_FILE
2102
extern int flag_ltrans;
2103
#else
2104
  int x_flag_ltrans;
2105
#define flag_ltrans global_options.x_flag_ltrans
2106
#endif
2107
#ifdef GENERATOR_FILE
2108
extern const char *ltrans_output_list;
2109
#else
2110
  const char *x_ltrans_output_list;
2111
#define ltrans_output_list global_options.x_ltrans_output_list
2112
#endif
2113
#ifdef GENERATOR_FILE
2114
extern int flag_errno_math;
2115
#else
2116
  int x_flag_errno_math;
2117
#define flag_errno_math global_options.x_flag_errno_math
2118
#endif
2119
#ifdef GENERATOR_FILE
2120
extern int flag_max_errors;
2121
#else
2122
  int x_flag_max_errors;
2123
#define flag_max_errors global_options.x_flag_max_errors
2124
#endif
2125
#ifdef GENERATOR_FILE
2126
extern int mem_report;
2127
#else
2128
  int x_mem_report;
2129
#define mem_report global_options.x_mem_report
2130
#endif
2131
#ifdef GENERATOR_FILE
2132
extern int mem_report_wpa;
2133
#else
2134
  int x_mem_report_wpa;
2135
#define mem_report_wpa global_options.x_mem_report_wpa
2136
#endif
2137
#ifdef GENERATOR_FILE
2138
extern int flag_merge_constants;
2139
#else
2140
  int x_flag_merge_constants;
2141
#define flag_merge_constants global_options.x_flag_merge_constants
2142
#endif
2143
#ifdef GENERATOR_FILE
2144
extern int flag_merge_debug_strings;
2145
#else
2146
  int x_flag_merge_debug_strings;
2147
#define flag_merge_debug_strings global_options.x_flag_merge_debug_strings
2148
#endif
2149
#ifdef GENERATOR_FILE
2150
extern int flag_modulo_sched;
2151
#else
2152
  int x_flag_modulo_sched;
2153
#define flag_modulo_sched global_options.x_flag_modulo_sched
2154
#endif
2155
#ifdef GENERATOR_FILE
2156
extern int flag_modulo_sched_allow_regmoves;
2157
#else
2158
  int x_flag_modulo_sched_allow_regmoves;
2159
#define flag_modulo_sched_allow_regmoves global_options.x_flag_modulo_sched_allow_regmoves
2160
#endif
2161
#ifdef GENERATOR_FILE
2162
extern int flag_move_loop_invariants;
2163
#else
2164
  int x_flag_move_loop_invariants;
2165
#define flag_move_loop_invariants global_options.x_flag_move_loop_invariants
2166
#endif
2167
#ifdef GENERATOR_FILE
2168
extern int flag_ms_extensions;
2169
#else
2170
  int x_flag_ms_extensions;
2171
#define flag_ms_extensions global_options.x_flag_ms_extensions
2172
#endif
2173
#ifdef GENERATOR_FILE
2174
extern int flag_mudflap;
2175
#else
2176
  int x_flag_mudflap;
2177
#define flag_mudflap global_options.x_flag_mudflap
2178
#endif
2179
#ifdef GENERATOR_FILE
2180
extern int flag_mudflap_ignore_reads;
2181
#else
2182
  int x_flag_mudflap_ignore_reads;
2183
#define flag_mudflap_ignore_reads global_options.x_flag_mudflap_ignore_reads
2184
#endif
2185
#ifdef GENERATOR_FILE
2186
extern int flag_nil_receivers;
2187
#else
2188
  int x_flag_nil_receivers;
2189
#define flag_nil_receivers global_options.x_flag_nil_receivers
2190
#endif
2191
#ifdef GENERATOR_FILE
2192
extern int flag_non_call_exceptions;
2193
#else
2194
  int x_flag_non_call_exceptions;
2195
#define flag_non_call_exceptions global_options.x_flag_non_call_exceptions
2196
#endif
2197
#ifdef GENERATOR_FILE
2198
extern int flag_no_nonansi_builtin;
2199
#else
2200
  int x_flag_no_nonansi_builtin;
2201
#define flag_no_nonansi_builtin global_options.x_flag_no_nonansi_builtin
2202
#endif
2203
#ifdef GENERATOR_FILE
2204
extern int flag_nothrow_opt;
2205
#else
2206
  int x_flag_nothrow_opt;
2207
#define flag_nothrow_opt global_options.x_flag_nothrow_opt
2208
#endif
2209
#ifdef GENERATOR_FILE
2210
extern int flag_objc_abi;
2211
#else
2212
  int x_flag_objc_abi;
2213
#define flag_objc_abi global_options.x_flag_objc_abi
2214
#endif
2215
#ifdef GENERATOR_FILE
2216
extern int flag_objc_call_cxx_cdtors;
2217
#else
2218
  int x_flag_objc_call_cxx_cdtors;
2219
#define flag_objc_call_cxx_cdtors global_options.x_flag_objc_call_cxx_cdtors
2220
#endif
2221
#ifdef GENERATOR_FILE
2222
extern int flag_objc_direct_dispatch;
2223
#else
2224
  int x_flag_objc_direct_dispatch;
2225
#define flag_objc_direct_dispatch global_options.x_flag_objc_direct_dispatch
2226
#endif
2227
#ifdef GENERATOR_FILE
2228
extern int flag_objc_exceptions;
2229
#else
2230
  int x_flag_objc_exceptions;
2231
#define flag_objc_exceptions global_options.x_flag_objc_exceptions
2232
#endif
2233
#ifdef GENERATOR_FILE
2234
extern int flag_objc_gc;
2235
#else
2236
  int x_flag_objc_gc;
2237
#define flag_objc_gc global_options.x_flag_objc_gc
2238
#endif
2239
#ifdef GENERATOR_FILE
2240
extern int flag_objc_nilcheck;
2241
#else
2242
  int x_flag_objc_nilcheck;
2243
#define flag_objc_nilcheck global_options.x_flag_objc_nilcheck
2244
#endif
2245
#ifdef GENERATOR_FILE
2246
extern int flag_objc_sjlj_exceptions;
2247
#else
2248
  int x_flag_objc_sjlj_exceptions;
2249
#define flag_objc_sjlj_exceptions global_options.x_flag_objc_sjlj_exceptions
2250
#endif
2251
#ifdef GENERATOR_FILE
2252
extern int flag_objc1_only;
2253
#else
2254
  int x_flag_objc1_only;
2255
#define flag_objc1_only global_options.x_flag_objc1_only
2256
#endif
2257
#ifdef GENERATOR_FILE
2258
extern int flag_omit_frame_pointer;
2259
#else
2260
  int x_flag_omit_frame_pointer;
2261
#define flag_omit_frame_pointer global_options.x_flag_omit_frame_pointer
2262
#endif
2263
#ifdef GENERATOR_FILE
2264
extern int flag_openmp;
2265
#else
2266
  int x_flag_openmp;
2267
#define flag_openmp global_options.x_flag_openmp
2268
#endif
2269
#ifdef GENERATOR_FILE
2270
extern int flag_opt_info;
2271
#else
2272
  int x_flag_opt_info;
2273
#define flag_opt_info global_options.x_flag_opt_info
2274
#endif
2275
#ifdef GENERATOR_FILE
2276
extern int flag_regmove;
2277
#else
2278
  int x_flag_regmove;
2279
#define flag_regmove global_options.x_flag_regmove
2280
#endif
2281
#ifdef GENERATOR_FILE
2282
extern int flag_optimize_sibling_calls;
2283
#else
2284
  int x_flag_optimize_sibling_calls;
2285
#define flag_optimize_sibling_calls global_options.x_flag_optimize_sibling_calls
2286
#endif
2287
#ifdef GENERATOR_FILE
2288
extern int flag_optimize_sci;
2289
#else
2290
  int x_flag_optimize_sci;
2291
#define flag_optimize_sci global_options.x_flag_optimize_sci
2292
#endif
2293
#ifdef GENERATOR_FILE
2294
extern int flag_optimize_strlen;
2295
#else
2296
  int x_flag_optimize_strlen;
2297
#define flag_optimize_strlen global_options.x_flag_optimize_strlen
2298
#endif
2299
#ifdef GENERATOR_FILE
2300
extern int flag_pack_struct;
2301
#else
2302
  int x_flag_pack_struct;
2303
#define flag_pack_struct global_options.x_flag_pack_struct
2304
#endif
2305
#ifdef GENERATOR_FILE
2306
extern int flag_partial_inlining;
2307
#else
2308
  int x_flag_partial_inlining;
2309
#define flag_partial_inlining global_options.x_flag_partial_inlining
2310
#endif
2311
#ifdef GENERATOR_FILE
2312
extern int flag_pcc_struct_return;
2313
#else
2314
  int x_flag_pcc_struct_return;
2315
#define flag_pcc_struct_return global_options.x_flag_pcc_struct_return
2316
#endif
2317
#ifdef GENERATOR_FILE
2318
extern int flag_peel_loops;
2319
#else
2320
  int x_flag_peel_loops;
2321
#define flag_peel_loops global_options.x_flag_peel_loops
2322
#endif
2323
#ifdef GENERATOR_FILE
2324
extern int flag_no_peephole;
2325
#else
2326
  int x_flag_no_peephole;
2327
#define flag_no_peephole global_options.x_flag_no_peephole
2328
#endif
2329
#ifdef GENERATOR_FILE
2330
extern int flag_peephole2;
2331
#else
2332
  int x_flag_peephole2;
2333
#define flag_peephole2 global_options.x_flag_peephole2
2334
#endif
2335
#ifdef GENERATOR_FILE
2336
extern int flag_permissive;
2337
#else
2338
  int x_flag_permissive;
2339
#define flag_permissive global_options.x_flag_permissive
2340
#endif
2341
#ifdef GENERATOR_FILE
2342
extern int flag_plan9_extensions;
2343
#else
2344
  int x_flag_plan9_extensions;
2345
#define flag_plan9_extensions global_options.x_flag_plan9_extensions
2346
#endif
2347
#ifdef GENERATOR_FILE
2348
extern int post_ipa_mem_report;
2349
#else
2350
  int x_post_ipa_mem_report;
2351
#define post_ipa_mem_report global_options.x_post_ipa_mem_report
2352
#endif
2353
#ifdef GENERATOR_FILE
2354
extern int pre_ipa_mem_report;
2355
#else
2356
  int x_pre_ipa_mem_report;
2357
#define pre_ipa_mem_report global_options.x_pre_ipa_mem_report
2358
#endif
2359
#ifdef GENERATOR_FILE
2360
extern int flag_predictive_commoning;
2361
#else
2362
  int x_flag_predictive_commoning;
2363
#define flag_predictive_commoning global_options.x_flag_predictive_commoning
2364
#endif
2365
#ifdef GENERATOR_FILE
2366
extern int flag_prefetch_loop_arrays;
2367
#else
2368
  int x_flag_prefetch_loop_arrays;
2369
#define flag_prefetch_loop_arrays global_options.x_flag_prefetch_loop_arrays
2370
#endif
2371
#ifdef GENERATOR_FILE
2372
extern int flag_pretty_templates;
2373
#else
2374
  int x_flag_pretty_templates;
2375
#define flag_pretty_templates global_options.x_flag_pretty_templates
2376
#endif
2377
#ifdef GENERATOR_FILE
2378
extern int profile_flag;
2379
#else
2380
  int x_profile_flag;
2381
#define profile_flag global_options.x_profile_flag
2382
#endif
2383
#ifdef GENERATOR_FILE
2384
extern int profile_arc_flag;
2385
#else
2386
  int x_profile_arc_flag;
2387
#define profile_arc_flag global_options.x_profile_arc_flag
2388
#endif
2389
#ifdef GENERATOR_FILE
2390
extern int flag_profile_correction;
2391
#else
2392
  int x_flag_profile_correction;
2393
#define flag_profile_correction global_options.x_flag_profile_correction
2394
#endif
2395
#ifdef GENERATOR_FILE
2396
extern const char *profile_data_prefix;
2397
#else
2398
  const char *x_profile_data_prefix;
2399
#define profile_data_prefix global_options.x_profile_data_prefix
2400
#endif
2401
#ifdef GENERATOR_FILE
2402
extern int profile_report;
2403
#else
2404
  int x_profile_report;
2405
#define profile_report global_options.x_profile_report
2406
#endif
2407
#ifdef GENERATOR_FILE
2408
extern int flag_profile_use;
2409
#else
2410
  int x_flag_profile_use;
2411
#define flag_profile_use global_options.x_flag_profile_use
2412
#endif
2413
#ifdef GENERATOR_FILE
2414
extern int flag_profile_values;
2415
#else
2416
  int x_flag_profile_values;
2417
#define flag_profile_values global_options.x_flag_profile_values
2418
#endif
2419
#ifdef GENERATOR_FILE
2420
extern int flag_reciprocal_math;
2421
#else
2422
  int x_flag_reciprocal_math;
2423
#define flag_reciprocal_math global_options.x_flag_reciprocal_math
2424
#endif
2425
#ifdef GENERATOR_FILE
2426
extern int flag_record_gcc_switches;
2427
#else
2428
  int x_flag_record_gcc_switches;
2429
#define flag_record_gcc_switches global_options.x_flag_record_gcc_switches
2430
#endif
2431
#ifdef GENERATOR_FILE
2432
extern int flag_reduced_reflection;
2433
#else
2434
  int x_flag_reduced_reflection;
2435
#define flag_reduced_reflection global_options.x_flag_reduced_reflection
2436
#endif
2437
#ifdef GENERATOR_FILE
2438
extern int flag_ree;
2439
#else
2440
  int x_flag_ree;
2441
#define flag_ree global_options.x_flag_ree
2442
#endif
2443
#ifdef GENERATOR_FILE
2444
extern int flag_rename_registers;
2445
#else
2446
  int x_flag_rename_registers;
2447
#define flag_rename_registers global_options.x_flag_rename_registers
2448
#endif
2449
#ifdef GENERATOR_FILE
2450
extern int flag_reorder_blocks;
2451
#else
2452
  int x_flag_reorder_blocks;
2453
#define flag_reorder_blocks global_options.x_flag_reorder_blocks
2454
#endif
2455
#ifdef GENERATOR_FILE
2456
extern int flag_reorder_blocks_and_partition;
2457
#else
2458
  int x_flag_reorder_blocks_and_partition;
2459
#define flag_reorder_blocks_and_partition global_options.x_flag_reorder_blocks_and_partition
2460
#endif
2461
#ifdef GENERATOR_FILE
2462
extern int flag_reorder_functions;
2463
#else
2464
  int x_flag_reorder_functions;
2465
#define flag_reorder_functions global_options.x_flag_reorder_functions
2466
#endif
2467
#ifdef GENERATOR_FILE
2468
extern int flag_replace_objc_classes;
2469
#else
2470
  int x_flag_replace_objc_classes;
2471
#define flag_replace_objc_classes global_options.x_flag_replace_objc_classes
2472
#endif
2473
#ifdef GENERATOR_FILE
2474
extern int go_require_return_statement;
2475
#else
2476
  int x_go_require_return_statement;
2477
#define go_require_return_statement global_options.x_go_require_return_statement
2478
#endif
2479
#ifdef GENERATOR_FILE
2480
extern int flag_rerun_cse_after_loop;
2481
#else
2482
  int x_flag_rerun_cse_after_loop;
2483
#define flag_rerun_cse_after_loop global_options.x_flag_rerun_cse_after_loop
2484
#endif
2485
#ifdef GENERATOR_FILE
2486
extern int flag_resched_modulo_sched;
2487
#else
2488
  int x_flag_resched_modulo_sched;
2489
#define flag_resched_modulo_sched global_options.x_flag_resched_modulo_sched
2490
#endif
2491
#ifdef GENERATOR_FILE
2492
extern int flag_rounding_math;
2493
#else
2494
  int x_flag_rounding_math;
2495
#define flag_rounding_math global_options.x_flag_rounding_math
2496
#endif
2497
#ifdef GENERATOR_FILE
2498
extern int flag_rtti;
2499
#else
2500
  int x_flag_rtti;
2501
#define flag_rtti global_options.x_flag_rtti
2502
#endif
2503
#ifdef GENERATOR_FILE
2504
extern int flag_asan;
2505
#else
2506
  int x_flag_asan;
2507
#define flag_asan global_options.x_flag_asan
2508
#endif
2509
#ifdef GENERATOR_FILE
2510
extern int flag_tsan;
2511
#else
2512
  int x_flag_tsan;
2513
#define flag_tsan global_options.x_flag_tsan
2514
#endif
2515
#ifdef GENERATOR_FILE
2516
extern int flag_sched_critical_path_heuristic;
2517
#else
2518
  int x_flag_sched_critical_path_heuristic;
2519
#define flag_sched_critical_path_heuristic global_options.x_flag_sched_critical_path_heuristic
2520
#endif
2521
#ifdef GENERATOR_FILE
2522
extern int flag_sched_dep_count_heuristic;
2523
#else
2524
  int x_flag_sched_dep_count_heuristic;
2525
#define flag_sched_dep_count_heuristic global_options.x_flag_sched_dep_count_heuristic
2526
#endif
2527
#ifdef GENERATOR_FILE
2528
extern int flag_sched_group_heuristic;
2529
#else
2530
  int x_flag_sched_group_heuristic;
2531
#define flag_sched_group_heuristic global_options.x_flag_sched_group_heuristic
2532
#endif
2533
#ifdef GENERATOR_FILE
2534
extern int flag_schedule_interblock;
2535
#else
2536
  int x_flag_schedule_interblock;
2537
#define flag_schedule_interblock global_options.x_flag_schedule_interblock
2538
#endif
2539
#ifdef GENERATOR_FILE
2540
extern int flag_sched_last_insn_heuristic;
2541
#else
2542
  int x_flag_sched_last_insn_heuristic;
2543
#define flag_sched_last_insn_heuristic global_options.x_flag_sched_last_insn_heuristic
2544
#endif
2545
#ifdef GENERATOR_FILE
2546
extern int flag_sched_pressure;
2547
#else
2548
  int x_flag_sched_pressure;
2549
#define flag_sched_pressure global_options.x_flag_sched_pressure
2550
#endif
2551
#ifdef GENERATOR_FILE
2552
extern int flag_sched_rank_heuristic;
2553
#else
2554
  int x_flag_sched_rank_heuristic;
2555
#define flag_sched_rank_heuristic global_options.x_flag_sched_rank_heuristic
2556
#endif
2557
#ifdef GENERATOR_FILE
2558
extern int flag_schedule_speculative;
2559
#else
2560
  int x_flag_schedule_speculative;
2561
#define flag_schedule_speculative global_options.x_flag_schedule_speculative
2562
#endif
2563
#ifdef GENERATOR_FILE
2564
extern int flag_sched_spec_insn_heuristic;
2565
#else
2566
  int x_flag_sched_spec_insn_heuristic;
2567
#define flag_sched_spec_insn_heuristic global_options.x_flag_sched_spec_insn_heuristic
2568
#endif
2569
#ifdef GENERATOR_FILE
2570
extern int flag_schedule_speculative_load;
2571
#else
2572
  int x_flag_schedule_speculative_load;
2573
#define flag_schedule_speculative_load global_options.x_flag_schedule_speculative_load
2574
#endif
2575
#ifdef GENERATOR_FILE
2576
extern int flag_schedule_speculative_load_dangerous;
2577
#else
2578
  int x_flag_schedule_speculative_load_dangerous;
2579
#define flag_schedule_speculative_load_dangerous global_options.x_flag_schedule_speculative_load_dangerous
2580
#endif
2581
#ifdef GENERATOR_FILE
2582
extern int flag_sched_stalled_insns;
2583
#else
2584
  int x_flag_sched_stalled_insns;
2585
#define flag_sched_stalled_insns global_options.x_flag_sched_stalled_insns
2586
#endif
2587
#ifdef GENERATOR_FILE
2588
extern int flag_sched_stalled_insns_dep;
2589
#else
2590
  int x_flag_sched_stalled_insns_dep;
2591
#define flag_sched_stalled_insns_dep global_options.x_flag_sched_stalled_insns_dep
2592
#endif
2593
#ifdef GENERATOR_FILE
2594
extern int sched_verbose_param;
2595
#else
2596
  int x_sched_verbose_param;
2597
#define sched_verbose_param global_options.x_sched_verbose_param
2598
#endif
2599
#ifdef GENERATOR_FILE
2600
extern int flag_sched2_use_superblocks;
2601
#else
2602
  int x_flag_sched2_use_superblocks;
2603
#define flag_sched2_use_superblocks global_options.x_flag_sched2_use_superblocks
2604
#endif
2605
#ifdef GENERATOR_FILE
2606
extern int flag_schedule_insns;
2607
#else
2608
  int x_flag_schedule_insns;
2609
#define flag_schedule_insns global_options.x_flag_schedule_insns
2610
#endif
2611
#ifdef GENERATOR_FILE
2612
extern int flag_schedule_insns_after_reload;
2613
#else
2614
  int x_flag_schedule_insns_after_reload;
2615
#define flag_schedule_insns_after_reload global_options.x_flag_schedule_insns_after_reload
2616
#endif
2617
#ifdef GENERATOR_FILE
2618
extern int flag_section_anchors;
2619
#else
2620
  int x_flag_section_anchors;
2621
#define flag_section_anchors global_options.x_flag_section_anchors
2622
#endif
2623
#ifdef GENERATOR_FILE
2624
extern int flag_sel_sched_pipelining;
2625
#else
2626
  int x_flag_sel_sched_pipelining;
2627
#define flag_sel_sched_pipelining global_options.x_flag_sel_sched_pipelining
2628
#endif
2629
#ifdef GENERATOR_FILE
2630
extern int flag_sel_sched_pipelining_outer_loops;
2631
#else
2632
  int x_flag_sel_sched_pipelining_outer_loops;
2633
#define flag_sel_sched_pipelining_outer_loops global_options.x_flag_sel_sched_pipelining_outer_loops
2634
#endif
2635
#ifdef GENERATOR_FILE
2636
extern int flag_sel_sched_reschedule_pipelined;
2637
#else
2638
  int x_flag_sel_sched_reschedule_pipelined;
2639
#define flag_sel_sched_reschedule_pipelined global_options.x_flag_sel_sched_reschedule_pipelined
2640
#endif
2641
#ifdef GENERATOR_FILE
2642
extern int flag_selective_scheduling;
2643
#else
2644
  int x_flag_selective_scheduling;
2645
#define flag_selective_scheduling global_options.x_flag_selective_scheduling
2646
#endif
2647
#ifdef GENERATOR_FILE
2648
extern int flag_selective_scheduling2;
2649
#else
2650
  int x_flag_selective_scheduling2;
2651
#define flag_selective_scheduling2 global_options.x_flag_selective_scheduling2
2652
#endif
2653
#ifdef GENERATOR_FILE
2654
extern int flag_short_double;
2655
#else
2656
  int x_flag_short_double;
2657
#define flag_short_double global_options.x_flag_short_double
2658
#endif
2659
#ifdef GENERATOR_FILE
2660
extern int flag_short_enums;
2661
#else
2662
  int x_flag_short_enums;
2663
#define flag_short_enums global_options.x_flag_short_enums
2664
#endif
2665
#ifdef GENERATOR_FILE
2666
extern int flag_short_wchar;
2667
#else
2668
  int x_flag_short_wchar;
2669
#define flag_short_wchar global_options.x_flag_short_wchar
2670
#endif
2671
#ifdef GENERATOR_FILE
2672
extern int flag_show_column;
2673
#else
2674
  int x_flag_show_column;
2675
#define flag_show_column global_options.x_flag_show_column
2676
#endif
2677
#ifdef GENERATOR_FILE
2678
extern int flag_shrink_wrap;
2679
#else
2680
  int x_flag_shrink_wrap;
2681
#define flag_shrink_wrap global_options.x_flag_shrink_wrap
2682
#endif
2683
#ifdef GENERATOR_FILE
2684
extern int flag_signaling_nans;
2685
#else
2686
  int x_flag_signaling_nans;
2687
#define flag_signaling_nans global_options.x_flag_signaling_nans
2688
#endif
2689
#ifdef GENERATOR_FILE
2690
extern int flag_signed_bitfields;
2691
#else
2692
  int x_flag_signed_bitfields;
2693
#define flag_signed_bitfields global_options.x_flag_signed_bitfields
2694
#endif
2695
#ifdef GENERATOR_FILE
2696
extern int flag_signed_char;
2697
#else
2698
  int x_flag_signed_char;
2699
#define flag_signed_char global_options.x_flag_signed_char
2700
#endif
2701
#ifdef GENERATOR_FILE
2702
extern int flag_signed_zeros;
2703
#else
2704
  int x_flag_signed_zeros;
2705
#define flag_signed_zeros global_options.x_flag_signed_zeros
2706
#endif
2707
#ifdef GENERATOR_FILE
2708
extern int flag_single_precision_constant;
2709
#else
2710
  int x_flag_single_precision_constant;
2711
#define flag_single_precision_constant global_options.x_flag_single_precision_constant
2712
#endif
2713
#ifdef GENERATOR_FILE
2714
extern int flag_split_ivs_in_unroller;
2715
#else
2716
  int x_flag_split_ivs_in_unroller;
2717
#define flag_split_ivs_in_unroller global_options.x_flag_split_ivs_in_unroller
2718
#endif
2719
#ifdef GENERATOR_FILE
2720
extern int flag_split_stack;
2721
#else
2722
  int x_flag_split_stack;
2723
#define flag_split_stack global_options.x_flag_split_stack
2724
#endif
2725
#ifdef GENERATOR_FILE
2726
extern int flag_split_wide_types;
2727
#else
2728
  int x_flag_split_wide_types;
2729
#define flag_split_wide_types global_options.x_flag_split_wide_types
2730
#endif
2731
#ifdef GENERATOR_FILE
2732
extern int flag_stack_protect;
2733
#else
2734
  int x_flag_stack_protect;
2735
#define flag_stack_protect global_options.x_flag_stack_protect
2736
#endif
2737
#ifdef GENERATOR_FILE
2738
extern enum stack_reuse_level flag_stack_reuse;
2739
#else
2740
  enum stack_reuse_level x_flag_stack_reuse;
2741
#define flag_stack_reuse global_options.x_flag_stack_reuse
2742
#endif
2743
#ifdef GENERATOR_FILE
2744
extern int flag_stack_usage;
2745
#else
2746
  int x_flag_stack_usage;
2747
#define flag_stack_usage global_options.x_flag_stack_usage
2748
#endif
2749
#ifdef GENERATOR_FILE
2750
extern int flag_detailed_statistics;
2751
#else
2752
  int x_flag_detailed_statistics;
2753
#define flag_detailed_statistics global_options.x_flag_detailed_statistics
2754
#endif
2755
#ifdef GENERATOR_FILE
2756
extern int flag_store_check;
2757
#else
2758
  int x_flag_store_check;
2759
#define flag_store_check global_options.x_flag_store_check
2760
#endif
2761
#ifdef GENERATOR_FILE
2762
extern int flag_strict_aliasing;
2763
#else
2764
  int x_flag_strict_aliasing;
2765
#define flag_strict_aliasing global_options.x_flag_strict_aliasing
2766
#endif
2767
#ifdef GENERATOR_FILE
2768
extern int flag_strict_enums;
2769
#else
2770
  int x_flag_strict_enums;
2771
#define flag_strict_enums global_options.x_flag_strict_enums
2772
#endif
2773
#ifdef GENERATOR_FILE
2774
extern int flag_strict_overflow;
2775
#else
2776
  int x_flag_strict_overflow;
2777
#define flag_strict_overflow global_options.x_flag_strict_overflow
2778
#endif
2779
#ifdef GENERATOR_FILE
2780
extern int flag_strict_volatile_bitfields;
2781
#else
2782
  int x_flag_strict_volatile_bitfields;
2783
#define flag_strict_volatile_bitfields global_options.x_flag_strict_volatile_bitfields
2784
#endif
2785
#ifdef GENERATOR_FILE
2786
extern int flag_sync_libcalls;
2787
#else
2788
  int x_flag_sync_libcalls;
2789
#define flag_sync_libcalls global_options.x_flag_sync_libcalls
2790
#endif
2791
#ifdef GENERATOR_FILE
2792
extern int flag_syntax_only;
2793
#else
2794
  int x_flag_syntax_only;
2795
#define flag_syntax_only global_options.x_flag_syntax_only
2796
#endif
2797
#ifdef GENERATOR_FILE
2798
extern int template_backtrace_limit;
2799
#else
2800
  int x_template_backtrace_limit;
2801
#define template_backtrace_limit global_options.x_template_backtrace_limit
2802
#endif
2803
#ifdef GENERATOR_FILE
2804
extern int flag_test_coverage;
2805
#else
2806
  int x_flag_test_coverage;
2807
#define flag_test_coverage global_options.x_flag_test_coverage
2808
#endif
2809
#ifdef GENERATOR_FILE
2810
extern int flag_thread_jumps;
2811
#else
2812
  int x_flag_thread_jumps;
2813
#define flag_thread_jumps global_options.x_flag_thread_jumps
2814
#endif
2815
#ifdef GENERATOR_FILE
2816
extern int flag_threadsafe_statics;
2817
#else
2818
  int x_flag_threadsafe_statics;
2819
#define flag_threadsafe_statics global_options.x_flag_threadsafe_statics
2820
#endif
2821
#ifdef GENERATOR_FILE
2822
extern int time_report;
2823
#else
2824
  int x_time_report;
2825
#define time_report global_options.x_time_report
2826
#endif
2827
#ifdef GENERATOR_FILE
2828
extern enum tls_model flag_tls_default;
2829
#else
2830
  enum tls_model x_flag_tls_default;
2831
#define flag_tls_default global_options.x_flag_tls_default
2832
#endif
2833
#ifdef GENERATOR_FILE
2834
extern int flag_toplevel_reorder;
2835
#else
2836
  int x_flag_toplevel_reorder;
2837
#define flag_toplevel_reorder global_options.x_flag_toplevel_reorder
2838
#endif
2839
#ifdef GENERATOR_FILE
2840
extern int flag_tracer;
2841
#else
2842
  int x_flag_tracer;
2843
#define flag_tracer global_options.x_flag_tracer
2844
#endif
2845
#ifdef GENERATOR_FILE
2846
extern int flag_trapping_math;
2847
#else
2848
  int x_flag_trapping_math;
2849
#define flag_trapping_math global_options.x_flag_trapping_math
2850
#endif
2851
#ifdef GENERATOR_FILE
2852
extern int flag_trapv;
2853
#else
2854
  int x_flag_trapv;
2855
#define flag_trapv global_options.x_flag_trapv
2856
#endif
2857
#ifdef GENERATOR_FILE
2858
extern int flag_tree_bit_ccp;
2859
#else
2860
  int x_flag_tree_bit_ccp;
2861
#define flag_tree_bit_ccp global_options.x_flag_tree_bit_ccp
2862
#endif
2863
#ifdef GENERATOR_FILE
2864
extern int flag_tree_builtin_call_dce;
2865
#else
2866
  int x_flag_tree_builtin_call_dce;
2867
#define flag_tree_builtin_call_dce global_options.x_flag_tree_builtin_call_dce
2868
#endif
2869
#ifdef GENERATOR_FILE
2870
extern int flag_tree_ccp;
2871
#else
2872
  int x_flag_tree_ccp;
2873
#define flag_tree_ccp global_options.x_flag_tree_ccp
2874
#endif
2875
#ifdef GENERATOR_FILE
2876
extern int flag_tree_ch;
2877
#else
2878
  int x_flag_tree_ch;
2879
#define flag_tree_ch global_options.x_flag_tree_ch
2880
#endif
2881
#ifdef GENERATOR_FILE
2882
extern int flag_ssa_coalesce_vars;
2883
#else
2884
  int x_flag_ssa_coalesce_vars;
2885
#define flag_ssa_coalesce_vars global_options.x_flag_ssa_coalesce_vars
2886
#endif
2887
#ifdef GENERATOR_FILE
2888
extern int flag_tree_copy_prop;
2889
#else
2890
  int x_flag_tree_copy_prop;
2891
#define flag_tree_copy_prop global_options.x_flag_tree_copy_prop
2892
#endif
2893
#ifdef GENERATOR_FILE
2894
extern int flag_tree_copyrename;
2895
#else
2896
  int x_flag_tree_copyrename;
2897
#define flag_tree_copyrename global_options.x_flag_tree_copyrename
2898
#endif
2899
#ifdef GENERATOR_FILE
2900
extern int flag_tree_cselim;
2901
#else
2902
  int x_flag_tree_cselim;
2903
#define flag_tree_cselim global_options.x_flag_tree_cselim
2904
#endif
2905
#ifdef GENERATOR_FILE
2906
extern int flag_tree_dce;
2907
#else
2908
  int x_flag_tree_dce;
2909
#define flag_tree_dce global_options.x_flag_tree_dce
2910
#endif
2911
#ifdef GENERATOR_FILE
2912
extern int flag_tree_dom;
2913
#else
2914
  int x_flag_tree_dom;
2915
#define flag_tree_dom global_options.x_flag_tree_dom
2916
#endif
2917
#ifdef GENERATOR_FILE
2918
extern int flag_tree_dse;
2919
#else
2920
  int x_flag_tree_dse;
2921
#define flag_tree_dse global_options.x_flag_tree_dse
2922
#endif
2923
#ifdef GENERATOR_FILE
2924
extern int flag_tree_forwprop;
2925
#else
2926
  int x_flag_tree_forwprop;
2927
#define flag_tree_forwprop global_options.x_flag_tree_forwprop
2928
#endif
2929
#ifdef GENERATOR_FILE
2930
extern int flag_tree_fre;
2931
#else
2932
  int x_flag_tree_fre;
2933
#define flag_tree_fre global_options.x_flag_tree_fre
2934
#endif
2935
#ifdef GENERATOR_FILE
2936
extern int flag_tree_loop_distribute_patterns;
2937
#else
2938
  int x_flag_tree_loop_distribute_patterns;
2939
#define flag_tree_loop_distribute_patterns global_options.x_flag_tree_loop_distribute_patterns
2940
#endif
2941
#ifdef GENERATOR_FILE
2942
extern int flag_tree_loop_distribution;
2943
#else
2944
  int x_flag_tree_loop_distribution;
2945
#define flag_tree_loop_distribution global_options.x_flag_tree_loop_distribution
2946
#endif
2947
#ifdef GENERATOR_FILE
2948
extern int flag_tree_loop_if_convert;
2949
#else
2950
  int x_flag_tree_loop_if_convert;
2951
#define flag_tree_loop_if_convert global_options.x_flag_tree_loop_if_convert
2952
#endif
2953
#ifdef GENERATOR_FILE
2954
extern int flag_tree_loop_if_convert_stores;
2955
#else
2956
  int x_flag_tree_loop_if_convert_stores;
2957
#define flag_tree_loop_if_convert_stores global_options.x_flag_tree_loop_if_convert_stores
2958
#endif
2959
#ifdef GENERATOR_FILE
2960
extern int flag_tree_loop_im;
2961
#else
2962
  int x_flag_tree_loop_im;
2963
#define flag_tree_loop_im global_options.x_flag_tree_loop_im
2964
#endif
2965
#ifdef GENERATOR_FILE
2966
extern int flag_tree_loop_ivcanon;
2967
#else
2968
  int x_flag_tree_loop_ivcanon;
2969
#define flag_tree_loop_ivcanon global_options.x_flag_tree_loop_ivcanon
2970
#endif
2971
#ifdef GENERATOR_FILE
2972
extern int flag_tree_loop_optimize;
2973
#else
2974
  int x_flag_tree_loop_optimize;
2975
#define flag_tree_loop_optimize global_options.x_flag_tree_loop_optimize
2976
#endif
2977
#ifdef GENERATOR_FILE
2978
extern int flag_tree_live_range_split;
2979
#else
2980
  int x_flag_tree_live_range_split;
2981
#define flag_tree_live_range_split global_options.x_flag_tree_live_range_split
2982
#endif
2983
#ifdef GENERATOR_FILE
2984
extern int flag_tree_parallelize_loops;
2985
#else
2986
  int x_flag_tree_parallelize_loops;
2987
#define flag_tree_parallelize_loops global_options.x_flag_tree_parallelize_loops
2988
#endif
2989
#ifdef GENERATOR_FILE
2990
extern int flag_tree_partial_pre;
2991
#else
2992
  int x_flag_tree_partial_pre;
2993
#define flag_tree_partial_pre global_options.x_flag_tree_partial_pre
2994
#endif
2995
#ifdef GENERATOR_FILE
2996
extern int flag_tree_phiprop;
2997
#else
2998
  int x_flag_tree_phiprop;
2999
#define flag_tree_phiprop global_options.x_flag_tree_phiprop
3000
#endif
3001
#ifdef GENERATOR_FILE
3002
extern int flag_tree_pre;
3003
#else
3004
  int x_flag_tree_pre;
3005
#define flag_tree_pre global_options.x_flag_tree_pre
3006
#endif
3007
#ifdef GENERATOR_FILE
3008
extern int flag_tree_pta;
3009
#else
3010
  int x_flag_tree_pta;
3011
#define flag_tree_pta global_options.x_flag_tree_pta
3012
#endif
3013
#ifdef GENERATOR_FILE
3014
extern int flag_tree_reassoc;
3015
#else
3016
  int x_flag_tree_reassoc;
3017
#define flag_tree_reassoc global_options.x_flag_tree_reassoc
3018
#endif
3019
#ifdef GENERATOR_FILE
3020
extern int flag_tree_scev_cprop;
3021
#else
3022
  int x_flag_tree_scev_cprop;
3023
#define flag_tree_scev_cprop global_options.x_flag_tree_scev_cprop
3024
#endif
3025
#ifdef GENERATOR_FILE
3026
extern int flag_tree_sink;
3027
#else
3028
  int x_flag_tree_sink;
3029
#define flag_tree_sink global_options.x_flag_tree_sink
3030
#endif
3031
#ifdef GENERATOR_FILE
3032
extern int flag_tree_slp_vectorize;
3033
#else
3034
  int x_flag_tree_slp_vectorize;
3035
#define flag_tree_slp_vectorize global_options.x_flag_tree_slp_vectorize
3036
#endif
3037
#ifdef GENERATOR_FILE
3038
extern int flag_tree_slsr;
3039
#else
3040
  int x_flag_tree_slsr;
3041
#define flag_tree_slsr global_options.x_flag_tree_slsr
3042
#endif
3043
#ifdef GENERATOR_FILE
3044
extern int flag_tree_sra;
3045
#else
3046
  int x_flag_tree_sra;
3047
#define flag_tree_sra global_options.x_flag_tree_sra
3048
#endif
3049
#ifdef GENERATOR_FILE
3050
extern int flag_tree_switch_conversion;
3051
#else
3052
  int x_flag_tree_switch_conversion;
3053
#define flag_tree_switch_conversion global_options.x_flag_tree_switch_conversion
3054
#endif
3055
#ifdef GENERATOR_FILE
3056
extern int flag_tree_tail_merge;
3057
#else
3058
  int x_flag_tree_tail_merge;
3059
#define flag_tree_tail_merge global_options.x_flag_tree_tail_merge
3060
#endif
3061
#ifdef GENERATOR_FILE
3062
extern int flag_tree_ter;
3063
#else
3064
  int x_flag_tree_ter;
3065
#define flag_tree_ter global_options.x_flag_tree_ter
3066
#endif
3067
#ifdef GENERATOR_FILE
3068
extern int flag_tree_vect_loop_version;
3069
#else
3070
  int x_flag_tree_vect_loop_version;
3071
#define flag_tree_vect_loop_version global_options.x_flag_tree_vect_loop_version
3072
#endif
3073
#ifdef GENERATOR_FILE
3074
extern int flag_tree_vectorize;
3075
#else
3076
  int x_flag_tree_vectorize;
3077
#define flag_tree_vectorize global_options.x_flag_tree_vectorize
3078
#endif
3079
#ifdef GENERATOR_FILE
3080
extern int flag_tree_vrp;
3081
#else
3082
  int x_flag_tree_vrp;
3083
#define flag_tree_vrp global_options.x_flag_tree_vrp
3084
#endif
3085
#ifdef GENERATOR_FILE
3086
extern int flag_unit_at_a_time;
3087
#else
3088
  int x_flag_unit_at_a_time;
3089
#define flag_unit_at_a_time global_options.x_flag_unit_at_a_time
3090
#endif
3091
#ifdef GENERATOR_FILE
3092
extern int flag_unroll_all_loops;
3093
#else
3094
  int x_flag_unroll_all_loops;
3095
#define flag_unroll_all_loops global_options.x_flag_unroll_all_loops
3096
#endif
3097
#ifdef GENERATOR_FILE
3098
extern int flag_unroll_loops;
3099
#else
3100
  int x_flag_unroll_loops;
3101
#define flag_unroll_loops global_options.x_flag_unroll_loops
3102
#endif
3103
#ifdef GENERATOR_FILE
3104
extern int flag_unsafe_loop_optimizations;
3105
#else
3106
  int x_flag_unsafe_loop_optimizations;
3107
#define flag_unsafe_loop_optimizations global_options.x_flag_unsafe_loop_optimizations
3108
#endif
3109
#ifdef GENERATOR_FILE
3110
extern int flag_unsafe_math_optimizations;
3111
#else
3112
  int x_flag_unsafe_math_optimizations;
3113
#define flag_unsafe_math_optimizations global_options.x_flag_unsafe_math_optimizations
3114
#endif
3115
#ifdef GENERATOR_FILE
3116
extern int flag_unswitch_loops;
3117
#else
3118
  int x_flag_unswitch_loops;
3119
#define flag_unswitch_loops global_options.x_flag_unswitch_loops
3120
#endif
3121
#ifdef GENERATOR_FILE
3122
extern int flag_unwind_tables;
3123
#else
3124
  int x_flag_unwind_tables;
3125
#define flag_unwind_tables global_options.x_flag_unwind_tables
3126
#endif
3127
#ifdef GENERATOR_FILE
3128
extern int flag_use_atomic_builtins;
3129
#else
3130
  int x_flag_use_atomic_builtins;
3131
#define flag_use_atomic_builtins global_options.x_flag_use_atomic_builtins
3132
#endif
3133
#ifdef GENERATOR_FILE
3134
extern int flag_use_boehm_gc;
3135
#else
3136
  int x_flag_use_boehm_gc;
3137
#define flag_use_boehm_gc global_options.x_flag_use_boehm_gc
3138
#endif
3139
#ifdef GENERATOR_FILE
3140
extern int flag_use_cxa_atexit;
3141
#else
3142
  int x_flag_use_cxa_atexit;
3143
#define flag_use_cxa_atexit global_options.x_flag_use_cxa_atexit
3144
#endif
3145
#ifdef GENERATOR_FILE
3146
extern int flag_use_cxa_get_exception_ptr;
3147
#else
3148
  int x_flag_use_cxa_get_exception_ptr;
3149
#define flag_use_cxa_get_exception_ptr global_options.x_flag_use_cxa_get_exception_ptr
3150
#endif
3151
#ifdef GENERATOR_FILE
3152
extern int flag_use_divide_subroutine;
3153
#else
3154
  int x_flag_use_divide_subroutine;
3155
#define flag_use_divide_subroutine global_options.x_flag_use_divide_subroutine
3156
#endif
3157
#ifdef GENERATOR_FILE
3158
extern int flag_var_tracking;
3159
#else
3160
  int x_flag_var_tracking;
3161
#define flag_var_tracking global_options.x_flag_var_tracking
3162
#endif
3163
#ifdef GENERATOR_FILE
3164
extern int flag_var_tracking_assignments;
3165
#else
3166
  int x_flag_var_tracking_assignments;
3167
#define flag_var_tracking_assignments global_options.x_flag_var_tracking_assignments
3168
#endif
3169
#ifdef GENERATOR_FILE
3170
extern int flag_var_tracking_assignments_toggle;
3171
#else
3172
  int x_flag_var_tracking_assignments_toggle;
3173
#define flag_var_tracking_assignments_toggle global_options.x_flag_var_tracking_assignments_toggle
3174
#endif
3175
#ifdef GENERATOR_FILE
3176
extern int flag_var_tracking_uninit;
3177
#else
3178
  int x_flag_var_tracking_uninit;
3179
#define flag_var_tracking_uninit global_options.x_flag_var_tracking_uninit
3180
#endif
3181
#ifdef GENERATOR_FILE
3182
extern int flag_variable_expansion_in_unroller;
3183
#else
3184
  int x_flag_variable_expansion_in_unroller;
3185
#define flag_variable_expansion_in_unroller global_options.x_flag_variable_expansion_in_unroller
3186
#endif
3187
#ifdef GENERATOR_FILE
3188
extern int flag_vect_cost_model;
3189
#else
3190
  int x_flag_vect_cost_model;
3191
#define flag_vect_cost_model global_options.x_flag_vect_cost_model
3192
#endif
3193
#ifdef GENERATOR_FILE
3194
extern int flag_verbose_asm;
3195
#else
3196
  int x_flag_verbose_asm;
3197
#define flag_verbose_asm global_options.x_flag_verbose_asm
3198
#endif
3199
#ifdef GENERATOR_FILE
3200
extern int flag_visibility_ms_compat;
3201
#else
3202
  int x_flag_visibility_ms_compat;
3203
#define flag_visibility_ms_compat global_options.x_flag_visibility_ms_compat
3204
#endif
3205
#ifdef GENERATOR_FILE
3206
extern enum symbol_visibility default_visibility;
3207
#else
3208
  enum symbol_visibility x_default_visibility;
3209
#define default_visibility global_options.x_default_visibility
3210
#endif
3211
#ifdef GENERATOR_FILE
3212
extern int flag_value_profile_transformations;
3213
#else
3214
  int x_flag_value_profile_transformations;
3215
#define flag_value_profile_transformations global_options.x_flag_value_profile_transformations
3216
#endif
3217
#ifdef GENERATOR_FILE
3218
extern int flag_weak;
3219
#else
3220
  int x_flag_weak;
3221
#define flag_weak global_options.x_flag_weak
3222
#endif
3223
#ifdef GENERATOR_FILE
3224
extern int flag_web;
3225
#else
3226
  int x_flag_web;
3227
#define flag_web global_options.x_flag_web
3228
#endif
3229
#ifdef GENERATOR_FILE
3230
extern int flag_whole_program;
3231
#else
3232
  int x_flag_whole_program;
3233
#define flag_whole_program global_options.x_flag_whole_program
3234
#endif
3235
#ifdef GENERATOR_FILE
3236
extern int flag_working_directory;
3237
#else
3238
  int x_flag_working_directory;
3239
#define flag_working_directory global_options.x_flag_working_directory
3240
#endif
3241
#ifdef GENERATOR_FILE
3242
extern int flag_wpa;
3243
#else
3244
  int x_flag_wpa;
3245
#define flag_wpa global_options.x_flag_wpa
3246
#endif
3247
#ifdef GENERATOR_FILE
3248
extern int flag_wrapv;
3249
#else
3250
  int x_flag_wrapv;
3251
#define flag_wrapv global_options.x_flag_wrapv
3252
#endif
3253
#ifdef GENERATOR_FILE
3254
extern int flag_zero_initialized_in_bss;
3255
#else
3256
  int x_flag_zero_initialized_in_bss;
3257
#define flag_zero_initialized_in_bss global_options.x_flag_zero_initialized_in_bss
3258
#endif
3259
#ifdef GENERATOR_FILE
3260
extern int flag_zero_link;
3261
#else
3262
  int x_flag_zero_link;
3263
#define flag_zero_link global_options.x_flag_zero_link
3264
#endif
3265
#ifdef GENERATOR_FILE
3266
extern int dwarf_version;
3267
#else
3268
  int x_dwarf_version;
3269
#define dwarf_version global_options.x_dwarf_version
3270
#endif
3271
#ifdef GENERATOR_FILE
3272
extern int flag_gen_declaration;
3273
#else
3274
  int x_flag_gen_declaration;
3275
#define flag_gen_declaration global_options.x_flag_gen_declaration
3276
#endif
3277
#ifdef GENERATOR_FILE
3278
extern int debug_generate_pub_sections;
3279
#else
3280
  int x_debug_generate_pub_sections;
3281
#define debug_generate_pub_sections global_options.x_debug_generate_pub_sections
3282
#endif
3283
#ifdef GENERATOR_FILE
3284
extern int dwarf_record_gcc_switches;
3285
#else
3286
  int x_dwarf_record_gcc_switches;
3287
#define dwarf_record_gcc_switches global_options.x_dwarf_record_gcc_switches
3288
#endif
3289
#ifdef GENERATOR_FILE
3290
extern int dwarf_split_debug_info;
3291
#else
3292
  int x_dwarf_split_debug_info;
3293
#define dwarf_split_debug_info global_options.x_dwarf_split_debug_info
3294
#endif
3295
#ifdef GENERATOR_FILE
3296
extern int dwarf_strict;
3297
#else
3298
  int x_dwarf_strict;
3299
#define dwarf_strict global_options.x_dwarf_strict
3300
#endif
3301
#ifdef GENERATOR_FILE
3302
extern int flag_gtoggle;
3303
#else
3304
  int x_flag_gtoggle;
3305
#define flag_gtoggle global_options.x_flag_gtoggle
3306
#endif
3307
#ifdef GENERATOR_FILE
3308
extern const char *imultiarch;
3309
#else
3310
  const char *x_imultiarch;
3311
#define imultiarch global_options.x_imultiarch
3312
#endif
3313
#ifdef GENERATOR_FILE
3314
extern const char *plugindir_string;
3315
#else
3316
  const char *x_plugindir_string;
3317
#define plugindir_string global_options.x_plugindir_string
3318
#endif
3319
#ifdef GENERATOR_FILE
3320
extern int or1k_redzone;
3321
#else
3322
  int x_or1k_redzone;
3323
#define or1k_redzone global_options.x_or1k_redzone
3324
#endif
3325
#ifdef GENERATOR_FILE
3326
extern const char *asm_file_name;
3327
#else
3328
  const char *x_asm_file_name;
3329
#define asm_file_name global_options.x_asm_file_name
3330
#endif
3331
#ifdef GENERATOR_FILE
3332
extern int pass_exit_codes;
3333
#else
3334
  int x_pass_exit_codes;
3335
#define pass_exit_codes global_options.x_pass_exit_codes
3336
#endif
3337
#ifdef GENERATOR_FILE
3338
extern int flag_pedantic_errors;
3339
#else
3340
  int x_flag_pedantic_errors;
3341
#define flag_pedantic_errors global_options.x_flag_pedantic_errors
3342
#endif
3343
#ifdef GENERATOR_FILE
3344
extern int use_pipes;
3345
#else
3346
  int x_use_pipes;
3347
#define use_pipes global_options.x_use_pipes
3348
#endif
3349
#ifdef GENERATOR_FILE
3350
extern const char *print_file_name;
3351
#else
3352
  const char *x_print_file_name;
3353
#define print_file_name global_options.x_print_file_name
3354
#endif
3355
#ifdef GENERATOR_FILE
3356
extern int print_multi_directory;
3357
#else
3358
  int x_print_multi_directory;
3359
#define print_multi_directory global_options.x_print_multi_directory
3360
#endif
3361
#ifdef GENERATOR_FILE
3362
extern int print_multi_lib;
3363
#else
3364
  int x_print_multi_lib;
3365
#define print_multi_lib global_options.x_print_multi_lib
3366
#endif
3367
#ifdef GENERATOR_FILE
3368
extern int print_multi_os_directory;
3369
#else
3370
  int x_print_multi_os_directory;
3371
#define print_multi_os_directory global_options.x_print_multi_os_directory
3372
#endif
3373
#ifdef GENERATOR_FILE
3374
extern int print_multiarch;
3375
#else
3376
  int x_print_multiarch;
3377
#define print_multiarch global_options.x_print_multiarch
3378
#endif
3379
#ifdef GENERATOR_FILE
3380
extern const char *print_prog_name;
3381
#else
3382
  const char *x_print_prog_name;
3383
#define print_prog_name global_options.x_print_prog_name
3384
#endif
3385
#ifdef GENERATOR_FILE
3386
extern int print_search_dirs;
3387
#else
3388
  int x_print_search_dirs;
3389
#define print_search_dirs global_options.x_print_search_dirs
3390
#endif
3391
#ifdef GENERATOR_FILE
3392
extern int print_sysroot;
3393
#else
3394
  int x_print_sysroot;
3395
#define print_sysroot global_options.x_print_sysroot
3396
#endif
3397
#ifdef GENERATOR_FILE
3398
extern int print_sysroot_headers_suffix;
3399
#else
3400
  int x_print_sysroot_headers_suffix;
3401
#define print_sysroot_headers_suffix global_options.x_print_sysroot_headers_suffix
3402
#endif
3403
#ifdef GENERATOR_FILE
3404
extern int quiet_flag;
3405
#else
3406
  int x_quiet_flag;
3407
#define quiet_flag global_options.x_quiet_flag
3408
#endif
3409
#ifdef GENERATOR_FILE
3410
extern int report_times;
3411
#else
3412
  int x_report_times;
3413
#define report_times global_options.x_report_times
3414
#endif
3415
#ifdef GENERATOR_FILE
3416
extern int flag_undef;
3417
#else
3418
  int x_flag_undef;
3419
#define flag_undef global_options.x_flag_undef
3420
#endif
3421
#ifdef GENERATOR_FILE
3422
extern int verbose_flag;
3423
#else
3424
  int x_verbose_flag;
3425
#define verbose_flag global_options.x_verbose_flag
3426
#endif
3427
#ifdef GENERATOR_FILE
3428
extern int version_flag;
3429
#else
3430
  int x_version_flag;
3431
#define version_flag global_options.x_version_flag
3432
#endif
3433
#ifdef GENERATOR_FILE
3434
extern int inhibit_warnings;
3435
#else
3436
  int x_inhibit_warnings;
3437
#define inhibit_warnings global_options.x_inhibit_warnings
3438
#endif
3439
#ifdef GENERATOR_FILE
3440
extern const char *wrapper_string;
3441
#else
3442
  const char *x_wrapper_string;
3443
#define wrapper_string global_options.x_wrapper_string
3444
#endif
3445
#ifndef GENERATOR_FILE
3446
  const char *x_VAR_mboard_;
3447
#define x_VAR_mboard_ do_not_use
3448
#endif
3449
#ifndef GENERATOR_FILE
3450
  int x_VAR_mnewlib;
3451
#define x_VAR_mnewlib do_not_use
3452
#endif
3453
#ifndef GENERATOR_FILE
3454
  bool frontend_set_flag_associative_math;
3455
#endif
3456
#ifndef GENERATOR_FILE
3457
  bool frontend_set_flag_cx_limited_range;
3458
#endif
3459
#ifndef GENERATOR_FILE
3460
  bool frontend_set_flag_finite_math_only;
3461
#endif
3462
#ifndef GENERATOR_FILE
3463
  bool frontend_set_flag_errno_math;
3464
#endif
3465
#ifndef GENERATOR_FILE
3466
  bool frontend_set_flag_reciprocal_math;
3467
#endif
3468
#ifndef GENERATOR_FILE
3469
  bool frontend_set_flag_rounding_math;
3470
#endif
3471
#ifndef GENERATOR_FILE
3472
  bool frontend_set_flag_signaling_nans;
3473
#endif
3474
#ifndef GENERATOR_FILE
3475
  bool frontend_set_flag_signed_zeros;
3476
#endif
3477
#ifndef GENERATOR_FILE
3478
  bool frontend_set_flag_trapping_math;
3479
#endif
3480
#ifndef GENERATOR_FILE
3481
  bool frontend_set_flag_unsafe_math_optimizations;
3482
#endif
3483
#ifndef GENERATOR_FILE
3484
};
3485
extern struct gcc_options global_options;
3486
extern const struct gcc_options global_options_init;
3487
extern struct gcc_options global_options_set;
3488
#define target_flags_explicit global_options_set.x_target_flags
3489
#endif
3490
#endif
3491
 
3492
#if !defined(IN_LIBGCC2) && !defined(IN_TARGET_LIBS) && !defined(IN_RTS)
3493
 
3494
/* Structure to save/restore optimization and target specific options.  */
3495
struct GTY(()) cl_optimization
3496
{
3497
  int x_align_functions;
3498
  int x_align_jumps;
3499
  int x_align_labels;
3500
  int x_align_loops;
3501
  int x_flag_sched_stalled_insns;
3502
  int x_flag_sched_stalled_insns_dep;
3503
  enum fp_contract_mode x_flag_fp_contract_mode;
3504
  unsigned char x_optimize;
3505
  unsigned char x_optimize_size;
3506
  signed char x_flag_asynchronous_unwind_tables;
3507
  signed char x_flag_branch_on_count_reg;
3508
  signed char x_flag_branch_probabilities;
3509
  signed char x_flag_branch_target_load_optimize;
3510
  signed char x_flag_branch_target_load_optimize2;
3511
  signed char x_flag_btr_bb_exclusive;
3512
  signed char x_flag_caller_saves;
3513
  signed char x_flag_combine_stack_adjustments;
3514
  signed char x_flag_no_common;
3515
  signed char x_flag_compare_elim_after_reload;
3516
  signed char x_flag_conserve_stack;
3517
  signed char x_flag_cprop_registers;
3518
  signed char x_flag_crossjumping;
3519
  signed char x_flag_cse_follow_jumps;
3520
  signed char x_flag_cx_fortran_rules;
3521
  signed char x_flag_cx_limited_range;
3522
  signed char x_flag_data_sections;
3523
  signed char x_flag_dce;
3524
  signed char x_flag_defer_pop;
3525
  signed char x_flag_delayed_branch;
3526
  signed char x_flag_delete_null_pointer_checks;
3527
  signed char x_flag_devirtualize;
3528
  signed char x_flag_dse;
3529
  signed char x_flag_early_inlining;
3530
  signed char x_flag_exceptions;
3531
  signed char x_flag_expensive_optimizations;
3532
  signed char x_flag_finite_math_only;
3533
  signed char x_flag_float_store;
3534
  signed char x_flag_forward_propagate;
3535
  signed char x_flag_gcse;
3536
  signed char x_flag_gcse_after_reload;
3537
  signed char x_flag_gcse_las;
3538
  signed char x_flag_gcse_lm;
3539
  signed char x_flag_gcse_sm;
3540
  signed char x_flag_graphite_identity;
3541
  signed char x_flag_guess_branch_prob;
3542
  signed char x_flag_hoist_adjacent_loads;
3543
  signed char x_flag_if_conversion;
3544
  signed char x_flag_if_conversion2;
3545
  signed char x_flag_no_inline;
3546
  signed char x_flag_inline_atomics;
3547
  signed char x_flag_inline_functions;
3548
  signed char x_flag_inline_functions_called_once;
3549
  signed char x_flag_inline_small_functions;
3550
  signed char x_flag_ipa_cp;
3551
  signed char x_flag_ipa_cp_clone;
3552
  signed char x_flag_ipa_profile;
3553
  signed char x_flag_ipa_pta;
3554
  signed char x_flag_ipa_pure_const;
3555
  signed char x_flag_ipa_reference;
3556
  signed char x_flag_ipa_sra;
3557
  signed char x_flag_ira_hoist_pressure;
3558
  signed char x_flag_ivopts;
3559
  signed char x_flag_jump_tables;
3560
  signed char x_flag_loop_block;
3561
  signed char x_flag_loop_interchange;
3562
  signed char x_flag_loop_optimize_isl;
3563
  signed char x_flag_loop_parallelize_all;
3564
  signed char x_flag_loop_strip_mine;
3565
  signed char x_flag_errno_math;
3566
  signed char x_flag_merge_constants;
3567
  signed char x_flag_modulo_sched;
3568
  signed char x_flag_move_loop_invariants;
3569
  signed char x_flag_non_call_exceptions;
3570
  signed char x_flag_nothrow_opt;
3571
  signed char x_flag_omit_frame_pointer;
3572
  signed char x_flag_opt_info;
3573
  signed char x_flag_regmove;
3574
  signed char x_flag_optimize_sibling_calls;
3575
  signed char x_flag_optimize_strlen;
3576
  signed char x_flag_pack_struct;
3577
  signed char x_flag_peel_loops;
3578
  signed char x_flag_no_peephole;
3579
  signed char x_flag_peephole2;
3580
  signed char x_flag_predictive_commoning;
3581
  signed char x_flag_prefetch_loop_arrays;
3582
  signed char x_flag_pcc_struct_return;
3583
  signed char x_flag_rename_registers;
3584
  signed char x_flag_reorder_blocks;
3585
  signed char x_flag_reorder_blocks_and_partition;
3586
  signed char x_flag_reorder_functions;
3587
  signed char x_flag_rerun_cse_after_loop;
3588
  signed char x_flag_resched_modulo_sched;
3589
  signed char x_flag_rounding_math;
3590
  signed char x_flag_rtti;
3591
  signed char x_flag_sched_critical_path_heuristic;
3592
  signed char x_flag_sched_dep_count_heuristic;
3593
  signed char x_flag_sched_group_heuristic;
3594
  signed char x_flag_schedule_interblock;
3595
  signed char x_flag_sched_last_insn_heuristic;
3596
  signed char x_flag_sched_pressure;
3597
  signed char x_flag_sched_rank_heuristic;
3598
  signed char x_flag_schedule_speculative;
3599
  signed char x_flag_sched_spec_insn_heuristic;
3600
  signed char x_flag_schedule_speculative_load;
3601
  signed char x_flag_schedule_speculative_load_dangerous;
3602
  signed char x_flag_sched2_use_superblocks;
3603
  signed char x_flag_schedule_insns;
3604
  signed char x_flag_schedule_insns_after_reload;
3605
  signed char x_flag_section_anchors;
3606
  signed char x_flag_sel_sched_pipelining;
3607
  signed char x_flag_sel_sched_pipelining_outer_loops;
3608
  signed char x_flag_sel_sched_reschedule_pipelined;
3609
  signed char x_flag_selective_scheduling;
3610
  signed char x_flag_selective_scheduling2;
3611
  signed char x_flag_short_double;
3612
  signed char x_flag_short_enums;
3613
  signed char x_flag_short_wchar;
3614
  signed char x_flag_shrink_wrap;
3615
  signed char x_flag_signaling_nans;
3616
  signed char x_flag_signed_zeros;
3617
  signed char x_flag_single_precision_constant;
3618
  signed char x_flag_split_ivs_in_unroller;
3619
  signed char x_flag_split_wide_types;
3620
  signed char x_flag_strict_aliasing;
3621
  signed char x_flag_strict_enums;
3622
  signed char x_flag_thread_jumps;
3623
  signed char x_flag_threadsafe_statics;
3624
  signed char x_flag_toplevel_reorder;
3625
  signed char x_flag_trapping_math;
3626
  signed char x_flag_trapv;
3627
  signed char x_flag_tree_bit_ccp;
3628
  signed char x_flag_tree_builtin_call_dce;
3629
  signed char x_flag_tree_ccp;
3630
  signed char x_flag_tree_ch;
3631
  signed char x_flag_ssa_coalesce_vars;
3632
  signed char x_flag_tree_copy_prop;
3633
  signed char x_flag_tree_copyrename;
3634
  signed char x_flag_tree_cselim;
3635
  signed char x_flag_tree_dce;
3636
  signed char x_flag_tree_dom;
3637
  signed char x_flag_tree_dse;
3638
  signed char x_flag_tree_forwprop;
3639
  signed char x_flag_tree_fre;
3640
  signed char x_flag_tree_loop_distribute_patterns;
3641
  signed char x_flag_tree_loop_distribution;
3642
  signed char x_flag_tree_loop_if_convert;
3643
  signed char x_flag_tree_loop_if_convert_stores;
3644
  signed char x_flag_tree_loop_im;
3645
  signed char x_flag_tree_loop_ivcanon;
3646
  signed char x_flag_tree_loop_optimize;
3647
  signed char x_flag_tree_live_range_split;
3648
  signed char x_flag_tree_partial_pre;
3649
  signed char x_flag_tree_phiprop;
3650
  signed char x_flag_tree_pre;
3651
  signed char x_flag_tree_pta;
3652
  signed char x_flag_tree_reassoc;
3653
  signed char x_flag_tree_scev_cprop;
3654
  signed char x_flag_tree_sink;
3655
  signed char x_flag_tree_slp_vectorize;
3656
  signed char x_flag_tree_slsr;
3657
  signed char x_flag_tree_sra;
3658
  signed char x_flag_tree_switch_conversion;
3659
  signed char x_flag_tree_tail_merge;
3660
  signed char x_flag_tree_ter;
3661
  signed char x_flag_tree_vect_loop_version;
3662
  signed char x_flag_tree_vectorize;
3663
  signed char x_flag_tree_vrp;
3664
  signed char x_flag_unit_at_a_time;
3665
  signed char x_flag_unroll_all_loops;
3666
  signed char x_flag_unroll_loops;
3667
  signed char x_flag_unsafe_loop_optimizations;
3668
  signed char x_flag_unsafe_math_optimizations;
3669
  signed char x_flag_unswitch_loops;
3670
  signed char x_flag_unwind_tables;
3671
  signed char x_flag_var_tracking;
3672
  signed char x_flag_var_tracking_assignments;
3673
  signed char x_flag_var_tracking_assignments_toggle;
3674
  signed char x_flag_var_tracking_uninit;
3675
  signed char x_flag_variable_expansion_in_unroller;
3676
  signed char x_flag_vect_cost_model;
3677
  signed char x_flag_value_profile_transformations;
3678
  signed char x_flag_web;
3679
  signed char x_flag_whole_program;
3680
  signed char x_flag_wrapv;
3681
};
3682
 
3683
/* Structure to save/restore selected target specific options.  */
3684
struct GTY(()) cl_target_option
3685
{
3686
  int x_target_flags;
3687
};
3688
 
3689
 
3690
/* Save optimization variables into a structure.  */
3691
extern void cl_optimization_save (struct cl_optimization *, struct gcc_options *);
3692
 
3693
/* Restore optimization variables from a structure.  */
3694
extern void cl_optimization_restore (struct gcc_options *, struct cl_optimization *);
3695
 
3696
/* Print optimization variables from a structure.  */
3697
extern void cl_optimization_print (FILE *, int, struct cl_optimization *);
3698
 
3699
/* Save selected option variables into a structure.  */
3700
extern void cl_target_option_save (struct cl_target_option *, struct gcc_options *);
3701
 
3702
/* Restore selected option variables from a structure.  */
3703
extern void cl_target_option_restore (struct gcc_options *, struct cl_target_option *);
3704
 
3705
/* Print target option variables from a structure.  */
3706
extern void cl_target_option_print (FILE *, int, struct cl_target_option *);
3707
 
3708
/* Anything that includes tm.h, does not necessarily need this.  */
3709
#if !defined(GCC_TM_H)
3710
#include "input.h" /* for location_t */
3711
bool
3712
common_handle_option_auto (struct gcc_options *opts,
3713
                           struct gcc_options *opts_set,
3714
                           const struct cl_decoded_option *decoded,
3715
                           unsigned int lang_mask, int kind,
3716
                           location_t loc,
3717
                           const struct cl_option_handlers *handlers,
3718
                           diagnostic_context *dc);
3719
bool
3720
Ada_handle_option_auto (struct gcc_options *opts,
3721
                           struct gcc_options *opts_set,
3722
                           size_t scode, const char *arg, int value,
3723
                           unsigned int lang_mask, int kind,
3724
                           location_t loc,
3725
                           const struct cl_option_handlers *handlers,
3726
                           diagnostic_context *dc);
3727
bool
3728
AdaWhy_handle_option_auto (struct gcc_options *opts,
3729
                           struct gcc_options *opts_set,
3730
                           size_t scode, const char *arg, int value,
3731
                           unsigned int lang_mask, int kind,
3732
                           location_t loc,
3733
                           const struct cl_option_handlers *handlers,
3734
                           diagnostic_context *dc);
3735
bool
3736
C_handle_option_auto (struct gcc_options *opts,
3737
                           struct gcc_options *opts_set,
3738
                           size_t scode, const char *arg, int value,
3739
                           unsigned int lang_mask, int kind,
3740
                           location_t loc,
3741
                           const struct cl_option_handlers *handlers,
3742
                           diagnostic_context *dc);
3743
bool
3744
CXX_handle_option_auto (struct gcc_options *opts,
3745
                           struct gcc_options *opts_set,
3746
                           size_t scode, const char *arg, int value,
3747
                           unsigned int lang_mask, int kind,
3748
                           location_t loc,
3749
                           const struct cl_option_handlers *handlers,
3750
                           diagnostic_context *dc);
3751
bool
3752
Fortran_handle_option_auto (struct gcc_options *opts,
3753
                           struct gcc_options *opts_set,
3754
                           size_t scode, const char *arg, int value,
3755
                           unsigned int lang_mask, int kind,
3756
                           location_t loc,
3757
                           const struct cl_option_handlers *handlers,
3758
                           diagnostic_context *dc);
3759
bool
3760
Go_handle_option_auto (struct gcc_options *opts,
3761
                           struct gcc_options *opts_set,
3762
                           size_t scode, const char *arg, int value,
3763
                           unsigned int lang_mask, int kind,
3764
                           location_t loc,
3765
                           const struct cl_option_handlers *handlers,
3766
                           diagnostic_context *dc);
3767
bool
3768
Java_handle_option_auto (struct gcc_options *opts,
3769
                           struct gcc_options *opts_set,
3770
                           size_t scode, const char *arg, int value,
3771
                           unsigned int lang_mask, int kind,
3772
                           location_t loc,
3773
                           const struct cl_option_handlers *handlers,
3774
                           diagnostic_context *dc);
3775
bool
3776
LTO_handle_option_auto (struct gcc_options *opts,
3777
                           struct gcc_options *opts_set,
3778
                           size_t scode, const char *arg, int value,
3779
                           unsigned int lang_mask, int kind,
3780
                           location_t loc,
3781
                           const struct cl_option_handlers *handlers,
3782
                           diagnostic_context *dc);
3783
bool
3784
ObjC_handle_option_auto (struct gcc_options *opts,
3785
                           struct gcc_options *opts_set,
3786
                           size_t scode, const char *arg, int value,
3787
                           unsigned int lang_mask, int kind,
3788
                           location_t loc,
3789
                           const struct cl_option_handlers *handlers,
3790
                           diagnostic_context *dc);
3791
bool
3792
ObjCXX_handle_option_auto (struct gcc_options *opts,
3793
                           struct gcc_options *opts_set,
3794
                           size_t scode, const char *arg, int value,
3795
                           unsigned int lang_mask, int kind,
3796
                           location_t loc,
3797
                           const struct cl_option_handlers *handlers,
3798
                           diagnostic_context *dc);
3799
#endif
3800
#endif
3801
 
3802
#define MASK_MASK_CMOV (1 << 0)
3803
#define MASK_DOUBLE_FLOAT (1 << 1)
3804
#define MASK_HARD_DIV (1 << 2)
3805
#define MASK_HARD_FLOAT (1 << 3)
3806
#define MASK_HARD_MUL (1 << 4)
3807
#define MASK_PADSTRUCT (1 << 5)
3808
#define MASK_MASK_ROR (1 << 6)
3809
#define MASK_MASK_SEXT (1 << 7)
3810
 
3811
#define TARGET_MASK_CMOV ((target_flags & MASK_MASK_CMOV) != 0)
3812
#define TARGET_DOUBLE_FLOAT ((target_flags & MASK_DOUBLE_FLOAT) != 0)
3813
#define TARGET_HARD_DIV ((target_flags & MASK_HARD_DIV) != 0)
3814
#define TARGET_HARD_FLOAT ((target_flags & MASK_HARD_FLOAT) != 0)
3815
#define TARGET_HARD_MUL ((target_flags & MASK_HARD_MUL) != 0)
3816
#define TARGET_PADSTRUCT ((target_flags & MASK_PADSTRUCT) != 0)
3817
#define TARGET_MASK_ROR ((target_flags & MASK_MASK_ROR) != 0)
3818
#define TARGET_MASK_SEXT ((target_flags & MASK_MASK_SEXT) != 0)
3819
 
3820
 
3821
#define CL_Ada        (1U << 0)
3822
#define CL_AdaWhy     (1U << 1)
3823
#define CL_C          (1U << 2)
3824
#define CL_CXX        (1U << 3)
3825
#define CL_Fortran    (1U << 4)
3826
#define CL_Go         (1U << 5)
3827
#define CL_Java       (1U << 6)
3828
#define CL_LTO        (1U << 7)
3829
#define CL_ObjC       (1U << 8)
3830
#define CL_ObjCXX     (1U << 9)
3831
#define CL_LANG_ALL   ((1U << 10) - 1)
3832
 
3833
enum opt_code
3834
{
3835
  OPT____ = 0,                               /* -### */
3836
  /* OPT__CLASSPATH = 1, */                  /* --CLASSPATH */
3837
  /* OPT__all_warnings = 2, */               /* --all-warnings */
3838
  /* OPT__ansi = 3, */                       /* --ansi */
3839
  /* OPT__assemble = 4, */                   /* --assemble */
3840
  /* OPT__assert = 5, */                     /* --assert */
3841
  /* OPT__assert_ = 6, */                    /* --assert= */
3842
  /* OPT__bootclasspath = 7, */              /* --bootclasspath */
3843
  /* OPT__classpath = 8, */                  /* --classpath */
3844
  /* OPT__comments = 9, */                   /* --comments */
3845
  /* OPT__comments_in_macros = 10, */        /* --comments-in-macros */
3846
  /* OPT__compile = 11, */                   /* --compile */
3847
  /* OPT__coverage = 12, */                  /* --coverage */
3848
  /* OPT__debug = 13, */                     /* --debug */
3849
  /* OPT__define_macro = 14, */              /* --define-macro */
3850
  /* OPT__define_macro_ = 15, */             /* --define-macro= */
3851
  /* OPT__dependencies = 16, */              /* --dependencies */
3852
  /* OPT__dump = 17, */                      /* --dump */
3853
  /* OPT__dump_ = 18, */                     /* --dump= */
3854
  /* OPT__dumpbase = 19, */                  /* --dumpbase */
3855
  /* OPT__dumpdir = 20, */                   /* --dumpdir */
3856
  /* OPT__encoding = 21, */                  /* --encoding */
3857
  /* OPT__entry = 22, */                     /* --entry */
3858
  /* OPT__entry_ = 23, */                    /* --entry= */
3859
  /* OPT__extdirs = 24, */                   /* --extdirs */
3860
  /* OPT__extra_warnings = 25, */            /* --extra-warnings */
3861
  /* OPT__for_assembler = 26, */             /* --for-assembler */
3862
  /* OPT__for_assembler_ = 27, */            /* --for-assembler= */
3863
  /* OPT__for_linker = 28, */                /* --for-linker */
3864
  /* OPT__for_linker_ = 29, */               /* --for-linker= */
3865
  /* OPT__force_link = 30, */                /* --force-link */
3866
  /* OPT__force_link_ = 31, */               /* --force-link= */
3867
  OPT__help = 32,                            /* --help */
3868
  OPT__help_ = 33,                           /* --help= */
3869
  /* OPT__imacros = 34, */                   /* --imacros */
3870
  /* OPT__imacros_ = 35, */                  /* --imacros= */
3871
  /* OPT__include = 36, */                   /* --include */
3872
  /* OPT__include_barrier = 37, */           /* --include-barrier */
3873
  /* OPT__include_directory = 38, */         /* --include-directory */
3874
  /* OPT__include_directory_after = 39, */   /* --include-directory-after */
3875
  /* OPT__include_directory_after_ = 40, */  /* --include-directory-after= */
3876
  /* OPT__include_directory_ = 41, */        /* --include-directory= */
3877
  /* OPT__include_prefix = 42, */            /* --include-prefix */
3878
  /* OPT__include_prefix_ = 43, */           /* --include-prefix= */
3879
  /* OPT__include_with_prefix = 44, */       /* --include-with-prefix */
3880
  /* OPT__include_with_prefix_after = 45, */ /* --include-with-prefix-after */
3881
  /* OPT__include_with_prefix_after_ = 46, *//* --include-with-prefix-after= */
3882
  /* OPT__include_with_prefix_before = 47, *//* --include-with-prefix-before */
3883
  /* OPT__include_with_prefix_before_ = 48, *//* --include-with-prefix-before= */
3884
  /* OPT__include_with_prefix_ = 49, */      /* --include-with-prefix= */
3885
  /* OPT__include_ = 50, */                  /* --include= */
3886
  /* OPT__language = 51, */                  /* --language */
3887
  /* OPT__language_ = 52, */                 /* --language= */
3888
  /* OPT__library_directory = 53, */         /* --library-directory */
3889
  /* OPT__library_directory_ = 54, */        /* --library-directory= */
3890
  /* OPT__no_canonical_prefixes = 55, */     /* --no-canonical-prefixes */
3891
  /* OPT__no_integrated_cpp = 56, */         /* --no-integrated-cpp */
3892
  /* OPT__no_line_commands = 57, */          /* --no-line-commands */
3893
  /* OPT__no_standard_includes = 58, */      /* --no-standard-includes */
3894
  /* OPT__no_standard_libraries = 59, */     /* --no-standard-libraries */
3895
  OPT__no_sysroot_suffix = 60,               /* --no-sysroot-suffix */
3896
  /* OPT__no_warnings = 61, */               /* --no-warnings */
3897
  /* OPT__optimize = 62, */                  /* --optimize */
3898
  /* OPT__output = 63, */                    /* --output */
3899
  /* OPT__output_class_directory = 64, */    /* --output-class-directory */
3900
  /* OPT__output_class_directory_ = 65, */   /* --output-class-directory= */
3901
  OPT__output_pch_ = 66,                     /* --output-pch= */
3902
  /* OPT__output_ = 67, */                   /* --output= */
3903
  OPT__param = 68,                           /* --param */
3904
  /* OPT__param_ = 69, */                    /* --param= */
3905
  /* OPT__pass_exit_codes = 70, */           /* --pass-exit-codes */
3906
  /* OPT__pedantic = 71, */                  /* --pedantic */
3907
  /* OPT__pedantic_errors = 72, */           /* --pedantic-errors */
3908
  /* OPT__pie = 73, */                       /* --pie */
3909
  /* OPT__pipe = 74, */                      /* --pipe */
3910
  /* OPT__prefix = 75, */                    /* --prefix */
3911
  /* OPT__prefix_ = 76, */                   /* --prefix= */
3912
  /* OPT__preprocess = 77, */                /* --preprocess */
3913
  /* OPT__print_file_name = 78, */           /* --print-file-name */
3914
  /* OPT__print_file_name_ = 79, */          /* --print-file-name= */
3915
  /* OPT__print_libgcc_file_name = 80, */    /* --print-libgcc-file-name */
3916
  /* OPT__print_missing_file_dependencies = 81, *//* --print-missing-file-dependencies */
3917
  /* OPT__print_multi_directory = 82, */     /* --print-multi-directory */
3918
  /* OPT__print_multi_lib = 83, */           /* --print-multi-lib */
3919
  /* OPT__print_multi_os_directory = 84, */  /* --print-multi-os-directory */
3920
  /* OPT__print_multiarch = 85, */           /* --print-multiarch */
3921
  /* OPT__print_prog_name = 86, */           /* --print-prog-name */
3922
  /* OPT__print_prog_name_ = 87, */          /* --print-prog-name= */
3923
  /* OPT__print_search_dirs = 88, */         /* --print-search-dirs */
3924
  /* OPT__print_sysroot = 89, */             /* --print-sysroot */
3925
  /* OPT__print_sysroot_headers_suffix = 90, *//* --print-sysroot-headers-suffix */
3926
  /* OPT__profile = 91, */                   /* --profile */
3927
  /* OPT__resource = 92, */                  /* --resource */
3928
  /* OPT__resource_ = 93, */                 /* --resource= */
3929
  /* OPT__save_temps = 94, */                /* --save-temps */
3930
  /* OPT__shared = 95, */                    /* --shared */
3931
  /* OPT__specs = 96, */                     /* --specs */
3932
  /* OPT__specs_ = 97, */                    /* --specs= */
3933
  /* OPT__static = 98, */                    /* --static */
3934
  /* OPT__symbolic = 99, */                  /* --symbolic */
3935
  /* OPT__sysroot = 100, */                  /* --sysroot */
3936
  OPT__sysroot_ = 101,                       /* --sysroot= */
3937
  OPT__target_help = 102,                    /* --target-help */
3938
  /* OPT__time = 103, */                     /* --time */
3939
  /* OPT__trace_includes = 104, */           /* --trace-includes */
3940
  /* OPT__traditional = 105, */              /* --traditional */
3941
  /* OPT__traditional_cpp = 106, */          /* --traditional-cpp */
3942
  /* OPT__trigraphs = 107, */                /* --trigraphs */
3943
  /* OPT__undefine_macro = 108, */           /* --undefine-macro */
3944
  /* OPT__undefine_macro_ = 109, */          /* --undefine-macro= */
3945
  /* OPT__user_dependencies = 110, */        /* --user-dependencies */
3946
  /* OPT__verbose = 111, */                  /* --verbose */
3947
  OPT__version = 112,                        /* --version */
3948
  /* OPT__write_dependencies = 113, */       /* --write-dependencies */
3949
  /* OPT__write_user_dependencies = 114, */  /* --write-user-dependencies */
3950
  OPT_A = 115,                               /* -A */
3951
  OPT_B = 116,                               /* -B */
3952
  OPT_C = 117,                               /* -C */
3953
  OPT_CC = 118,                              /* -CC */
3954
  /* OPT_CLASSPATH = 119, */                 /* -CLASSPATH */
3955
  OPT_D = 120,                               /* -D */
3956
  OPT_E = 121,                               /* -E */
3957
  OPT_F = 122,                               /* -F */
3958
  OPT_H = 123,                               /* -H */
3959
  OPT_I = 124,                               /* -I */
3960
  OPT_J = 125,                               /* -J */
3961
  OPT_L = 126,                               /* -L */
3962
  OPT_M = 127,                               /* -M */
3963
  OPT_MD = 128,                              /* -MD */
3964
  OPT_MD_ = 129,                             /* -MD_ */
3965
  OPT_MF = 130,                              /* -MF */
3966
  OPT_MG = 131,                              /* -MG */
3967
  OPT_MM = 132,                              /* -MM */
3968
  OPT_MMD = 133,                             /* -MMD */
3969
  OPT_MMD_ = 134,                            /* -MMD_ */
3970
  OPT_MP = 135,                              /* -MP */
3971
  OPT_MQ = 136,                              /* -MQ */
3972
  OPT_MT = 137,                              /* -MT */
3973
  OPT_N = 138,                               /* -N */
3974
  OPT_O = 139,                               /* -O */
3975
  OPT_Ofast = 140,                           /* -Ofast */
3976
  OPT_Og = 141,                              /* -Og */
3977
  OPT_Os = 142,                              /* -Os */
3978
  OPT_P = 143,                               /* -P */
3979
  OPT_Q = 144,                               /* -Q */
3980
  OPT_Qn = 145,                              /* -Qn */
3981
  OPT_Qy = 146,                              /* -Qy */
3982
  OPT_R = 147,                               /* -R */
3983
  OPT_S = 148,                               /* -S */
3984
  OPT_T = 149,                               /* -T */
3985
  OPT_Tbss = 150,                            /* -Tbss */
3986
  OPT_Tbss_ = 151,                           /* -Tbss= */
3987
  OPT_Tdata = 152,                           /* -Tdata */
3988
  OPT_Tdata_ = 153,                          /* -Tdata= */
3989
  OPT_Ttext = 154,                           /* -Ttext */
3990
  OPT_Ttext_ = 155,                          /* -Ttext= */
3991
  OPT_U = 156,                               /* -U */
3992
  /* OPT_W = 157, */                         /* -W */
3993
  OPT_Wa_ = 158,                             /* -Wa, */
3994
  OPT_Wabi = 159,                            /* -Wabi */
3995
  OPT_Wabi_tag = 160,                        /* -Wabi-tag */
3996
  OPT_Waddress = 161,                        /* -Waddress */
3997
  OPT_Waggregate_return = 162,               /* -Waggregate-return */
3998
  OPT_Waliasing = 163,                       /* -Waliasing */
3999
  OPT_Walign_commons = 164,                  /* -Walign-commons */
4000
  OPT_Wall = 165,                            /* -Wall */
4001
  OPT_Wall_deprecation = 166,                /* -Wall-deprecation */
4002
  OPT_Wall_javadoc = 167,                    /* -Wall-javadoc */
4003
  OPT_Wampersand = 168,                      /* -Wampersand */
4004
  OPT_Warray_bounds = 169,                   /* -Warray-bounds */
4005
  OPT_Warray_temporaries = 170,              /* -Warray-temporaries */
4006
  OPT_Wassert_identifier = 171,              /* -Wassert-identifier */
4007
  OPT_Wassign_intercept = 172,               /* -Wassign-intercept */
4008
  OPT_Wattributes = 173,                     /* -Wattributes */
4009
  OPT_Wbad_function_cast = 174,              /* -Wbad-function-cast */
4010
  OPT_Wboxing = 175,                         /* -Wboxing */
4011
  OPT_Wbuiltin_macro_redefined = 176,        /* -Wbuiltin-macro-redefined */
4012
  OPT_Wc___compat = 177,                     /* -Wc++-compat */
4013
  OPT_Wc__0x_compat = 178,                   /* -Wc++0x-compat */
4014
  /* OPT_Wc__11_compat = 179, */             /* -Wc++11-compat */
4015
  OPT_Wc_binding_type = 180,                 /* -Wc-binding-type */
4016
  OPT_Wcast_align = 181,                     /* -Wcast-align */
4017
  OPT_Wcast_qual = 182,                      /* -Wcast-qual */
4018
  OPT_Wchar_concat = 183,                    /* -Wchar-concat */
4019
  OPT_Wchar_subscripts = 184,                /* -Wchar-subscripts */
4020
  OPT_Wcharacter_truncation = 185,           /* -Wcharacter-truncation */
4021
  OPT_Wclobbered = 186,                      /* -Wclobbered */
4022
  OPT_Wcomment = 187,                        /* -Wcomment */
4023
  /* OPT_Wcomments = 188, */                 /* -Wcomments */
4024
  OPT_Wcompare_reals = 189,                  /* -Wcompare-reals */
4025
  OPT_Wcondition_assign = 190,               /* -Wcondition-assign */
4026
  OPT_Wconstructor_name = 191,               /* -Wconstructor-name */
4027
  OPT_Wconversion = 192,                     /* -Wconversion */
4028
  OPT_Wconversion_extra = 193,               /* -Wconversion-extra */
4029
  OPT_Wconversion_null = 194,                /* -Wconversion-null */
4030
  OPT_Wcoverage_mismatch = 195,              /* -Wcoverage-mismatch */
4031
  OPT_Wcpp = 196,                            /* -Wcpp */
4032
  OPT_Wctor_dtor_privacy = 197,              /* -Wctor-dtor-privacy */
4033
  OPT_Wdeclaration_after_statement = 198,    /* -Wdeclaration-after-statement */
4034
  OPT_Wdelete_non_virtual_dtor = 199,        /* -Wdelete-non-virtual-dtor */
4035
  OPT_Wdep_ann = 200,                        /* -Wdep-ann */
4036
  OPT_Wdeprecated = 201,                     /* -Wdeprecated */
4037
  OPT_Wdeprecated_declarations = 202,        /* -Wdeprecated-declarations */
4038
  OPT_Wdisabled_optimization = 203,          /* -Wdisabled-optimization */
4039
  OPT_Wdiscouraged = 204,                    /* -Wdiscouraged */
4040
  OPT_Wdiv_by_zero = 205,                    /* -Wdiv-by-zero */
4041
  OPT_Wdouble_promotion = 206,               /* -Wdouble-promotion */
4042
  OPT_Weffc__ = 207,                         /* -Weffc++ */
4043
  OPT_Wempty_block = 208,                    /* -Wempty-block */
4044
  OPT_Wempty_body = 209,                     /* -Wempty-body */
4045
  OPT_Wendif_labels = 210,                   /* -Wendif-labels */
4046
  OPT_Wenum_compare = 211,                   /* -Wenum-compare */
4047
  OPT_Wenum_identifier = 212,                /* -Wenum-identifier */
4048
  OPT_Wenum_switch = 213,                    /* -Wenum-switch */
4049
  OPT_Werror = 214,                          /* -Werror */
4050
  /* OPT_Werror_implicit_function_declaration = 215, *//* -Werror-implicit-function-declaration */
4051
  OPT_Werror_ = 216,                         /* -Werror= */
4052
  OPT_Wextra = 217,                          /* -Wextra */
4053
  OPT_Wextraneous_semicolon = 218,           /* -Wextraneous-semicolon */
4054
  OPT_Wfallthrough = 219,                    /* -Wfallthrough */
4055
  OPT_Wfatal_errors = 220,                   /* -Wfatal-errors */
4056
  OPT_Wfield_hiding = 221,                   /* -Wfield-hiding */
4057
  OPT_Wfinal_bound = 222,                    /* -Wfinal-bound */
4058
  OPT_Wfinally = 223,                        /* -Wfinally */
4059
  OPT_Wfloat_equal = 224,                    /* -Wfloat-equal */
4060
  OPT_Wforbidden = 225,                      /* -Wforbidden */
4061
  /* OPT_Wformat = 226, */                   /* -Wformat */
4062
  OPT_Wformat_contains_nul = 227,            /* -Wformat-contains-nul */
4063
  OPT_Wformat_extra_args = 228,              /* -Wformat-extra-args */
4064
  OPT_Wformat_nonliteral = 229,              /* -Wformat-nonliteral */
4065
  OPT_Wformat_security = 230,                /* -Wformat-security */
4066
  OPT_Wformat_y2k = 231,                     /* -Wformat-y2k */
4067
  OPT_Wformat_zero_length = 232,             /* -Wformat-zero-length */
4068
  OPT_Wformat_ = 233,                        /* -Wformat= */
4069
  OPT_Wframe_larger_than_ = 234,             /* -Wframe-larger-than= */
4070
  OPT_Wfree_nonheap_object = 235,            /* -Wfree-nonheap-object */
4071
  OPT_Wfunction_elimination = 236,           /* -Wfunction-elimination */
4072
  OPT_Whiding = 237,                         /* -Whiding */
4073
  OPT_Wignored_qualifiers = 238,             /* -Wignored-qualifiers */
4074
  OPT_Wimplicit = 239,                       /* -Wimplicit */
4075
  OPT_Wimplicit_function_declaration = 240,  /* -Wimplicit-function-declaration */
4076
  OPT_Wimplicit_int = 241,                   /* -Wimplicit-int */
4077
  OPT_Wimplicit_interface = 242,             /* -Wimplicit-interface */
4078
  OPT_Wimplicit_procedure = 243,             /* -Wimplicit-procedure */
4079
  /* OPT_Wimport = 244, */                   /* -Wimport */
4080
  OPT_Windirect_static = 245,                /* -Windirect-static */
4081
  OPT_Winherited_variadic_ctor = 246,        /* -Winherited-variadic-ctor */
4082
  OPT_Winit_self = 247,                      /* -Winit-self */
4083
  OPT_Winline = 248,                         /* -Winline */
4084
  OPT_Wint_to_pointer_cast = 249,            /* -Wint-to-pointer-cast */
4085
  OPT_Wintf_annotation = 250,                /* -Wintf-annotation */
4086
  OPT_Wintf_non_inherited = 251,             /* -Wintf-non-inherited */
4087
  OPT_Wintrinsic_shadow = 252,               /* -Wintrinsic-shadow */
4088
  OPT_Wintrinsics_std = 253,                 /* -Wintrinsics-std */
4089
  OPT_Winvalid_memory_model = 254,           /* -Winvalid-memory-model */
4090
  OPT_Winvalid_offsetof = 255,               /* -Winvalid-offsetof */
4091
  OPT_Winvalid_pch = 256,                    /* -Winvalid-pch */
4092
  OPT_Wjavadoc = 257,                        /* -Wjavadoc */
4093
  OPT_Wjump_misses_init = 258,               /* -Wjump-misses-init */
4094
  OPT_Wl_ = 259,                             /* -Wl, */
4095
  /* OPT_Wlarger_than_ = 260, */             /* -Wlarger-than- */
4096
  OPT_Wlarger_than_ = 261,                   /* -Wlarger-than= */
4097
  OPT_Wline_truncation = 262,                /* -Wline-truncation */
4098
  OPT_Wliteral_suffix = 263,                 /* -Wliteral-suffix */
4099
  OPT_Wlocal_hiding = 264,                   /* -Wlocal-hiding */
4100
  OPT_Wlogical_op = 265,                     /* -Wlogical-op */
4101
  OPT_Wlong_long = 266,                      /* -Wlong-long */
4102
  OPT_Wmain = 267,                           /* -Wmain */
4103
  OPT_Wmasked_catch_block = 268,             /* -Wmasked-catch-block */
4104
  OPT_Wmaybe_uninitialized = 269,            /* -Wmaybe-uninitialized */
4105
  OPT_Wmissing_braces = 270,                 /* -Wmissing-braces */
4106
  OPT_Wmissing_declarations = 271,           /* -Wmissing-declarations */
4107
  OPT_Wmissing_field_initializers = 272,     /* -Wmissing-field-initializers */
4108
  /* OPT_Wmissing_format_attribute = 273, */ /* -Wmissing-format-attribute */
4109
  OPT_Wmissing_include_dirs = 274,           /* -Wmissing-include-dirs */
4110
  /* OPT_Wmissing_noreturn = 275, */         /* -Wmissing-noreturn */
4111
  OPT_Wmissing_parameter_type = 276,         /* -Wmissing-parameter-type */
4112
  OPT_Wmissing_prototypes = 277,             /* -Wmissing-prototypes */
4113
  OPT_Wmudflap = 278,                        /* -Wmudflap */
4114
  OPT_Wmultichar = 279,                      /* -Wmultichar */
4115
  OPT_Wnarrowing = 280,                      /* -Wnarrowing */
4116
  OPT_Wnested_externs = 281,                 /* -Wnested-externs */
4117
  OPT_Wnls = 282,                            /* -Wnls */
4118
  OPT_Wno_effect_assign = 283,               /* -Wno-effect-assign */
4119
  OPT_Wnoexcept = 284,                       /* -Wnoexcept */
4120
  OPT_Wnon_template_friend = 285,            /* -Wnon-template-friend */
4121
  OPT_Wnon_virtual_dtor = 286,               /* -Wnon-virtual-dtor */
4122
  OPT_Wnonnull = 287,                        /* -Wnonnull */
4123
  OPT_Wnormalized_ = 288,                    /* -Wnormalized= */
4124
  OPT_Wnull = 289,                           /* -Wnull */
4125
  OPT_Wold_style_cast = 290,                 /* -Wold-style-cast */
4126
  OPT_Wold_style_declaration = 291,          /* -Wold-style-declaration */
4127
  OPT_Wold_style_definition = 292,           /* -Wold-style-definition */
4128
  OPT_Wout_of_date = 293,                    /* -Wout-of-date */
4129
  OPT_Wover_ann = 294,                       /* -Wover-ann */
4130
  OPT_Woverflow = 295,                       /* -Woverflow */
4131
  OPT_Woverlength_strings = 296,             /* -Woverlength-strings */
4132
  OPT_Woverloaded_virtual = 297,             /* -Woverloaded-virtual */
4133
  OPT_Woverride_init = 298,                  /* -Woverride-init */
4134
  OPT_Wp_ = 299,                             /* -Wp, */
4135
  OPT_Wpacked = 300,                         /* -Wpacked */
4136
  OPT_Wpacked_bitfield_compat = 301,         /* -Wpacked-bitfield-compat */
4137
  OPT_Wpadded = 302,                         /* -Wpadded */
4138
  OPT_Wparam_assign = 303,                   /* -Wparam-assign */
4139
  OPT_Wparentheses = 304,                    /* -Wparentheses */
4140
  OPT_Wpedantic = 305,                       /* -Wpedantic */
4141
  OPT_Wpkg_default_method = 306,             /* -Wpkg-default-method */
4142
  OPT_Wpmf_conversions = 307,                /* -Wpmf-conversions */
4143
  OPT_Wpointer_arith = 308,                  /* -Wpointer-arith */
4144
  OPT_Wpointer_sign = 309,                   /* -Wpointer-sign */
4145
  OPT_Wpointer_to_int_cast = 310,            /* -Wpointer-to-int-cast */
4146
  OPT_Wpragmas = 311,                        /* -Wpragmas */
4147
  OPT_Wproperty_assign_default = 312,        /* -Wproperty-assign-default */
4148
  OPT_Wprotocol = 313,                       /* -Wprotocol */
4149
  OPT_Wpsabi = 314,                          /* -Wpsabi */
4150
  OPT_Wraw = 315,                            /* -Wraw */
4151
  OPT_Wreal_q_constant = 316,                /* -Wreal-q-constant */
4152
  OPT_Wrealloc_lhs = 317,                    /* -Wrealloc-lhs */
4153
  OPT_Wrealloc_lhs_all = 318,                /* -Wrealloc-lhs-all */
4154
  OPT_Wredundant_decls = 319,                /* -Wredundant-decls */
4155
  OPT_Wredundant_modifiers = 320,            /* -Wredundant-modifiers */
4156
  OPT_Wreorder = 321,                        /* -Wreorder */
4157
  OPT_Wreturn_local_addr = 322,              /* -Wreturn-local-addr */
4158
  OPT_Wreturn_type = 323,                    /* -Wreturn-type */
4159
  OPT_Wselector = 324,                       /* -Wselector */
4160
  OPT_Wsequence_point = 325,                 /* -Wsequence-point */
4161
  OPT_Wserial = 326,                         /* -Wserial */
4162
  OPT_Wshadow = 327,                         /* -Wshadow */
4163
  OPT_Wsign_compare = 328,                   /* -Wsign-compare */
4164
  OPT_Wsign_conversion = 329,                /* -Wsign-conversion */
4165
  OPT_Wsign_promo = 330,                     /* -Wsign-promo */
4166
  OPT_Wsizeof_pointer_memaccess = 331,       /* -Wsizeof-pointer-memaccess */
4167
  OPT_Wspecial_param_hiding = 332,           /* -Wspecial-param-hiding */
4168
  OPT_Wstack_protector = 333,                /* -Wstack-protector */
4169
  OPT_Wstack_usage_ = 334,                   /* -Wstack-usage= */
4170
  OPT_Wstatic_access = 335,                  /* -Wstatic-access */
4171
  OPT_Wstatic_receiver = 336,                /* -Wstatic-receiver */
4172
  OPT_Wstrict_aliasing = 337,                /* -Wstrict-aliasing */
4173
  OPT_Wstrict_aliasing_ = 338,               /* -Wstrict-aliasing= */
4174
  OPT_Wstrict_null_sentinel = 339,           /* -Wstrict-null-sentinel */
4175
  OPT_Wstrict_overflow = 340,                /* -Wstrict-overflow */
4176
  OPT_Wstrict_overflow_ = 341,               /* -Wstrict-overflow= */
4177
  OPT_Wstrict_prototypes = 342,              /* -Wstrict-prototypes */
4178
  OPT_Wstrict_selector_match = 343,          /* -Wstrict-selector-match */
4179
  OPT_Wsuggest_attribute_const = 344,        /* -Wsuggest-attribute=const */
4180
  OPT_Wsuggest_attribute_format = 345,       /* -Wsuggest-attribute=format */
4181
  OPT_Wsuggest_attribute_noreturn = 346,     /* -Wsuggest-attribute=noreturn */
4182
  OPT_Wsuggest_attribute_pure = 347,         /* -Wsuggest-attribute=pure */
4183
  OPT_Wsuppress = 348,                       /* -Wsuppress */
4184
  OPT_Wsurprising = 349,                     /* -Wsurprising */
4185
  OPT_Wswitch = 350,                         /* -Wswitch */
4186
  OPT_Wswitch_default = 351,                 /* -Wswitch-default */
4187
  OPT_Wswitch_enum = 352,                    /* -Wswitch-enum */
4188
  OPT_Wsync_nand = 353,                      /* -Wsync-nand */
4189
  OPT_Wsynth = 354,                          /* -Wsynth */
4190
  OPT_Wsynthetic_access = 355,               /* -Wsynthetic-access */
4191
  OPT_Wsystem_headers = 356,                 /* -Wsystem-headers */
4192
  OPT_Wtabs = 357,                           /* -Wtabs */
4193
  OPT_Wtarget_lifetime = 358,                /* -Wtarget-lifetime */
4194
  OPT_Wtasks = 359,                          /* -Wtasks */
4195
  OPT_Wtraditional = 360,                    /* -Wtraditional */
4196
  OPT_Wtraditional_conversion = 361,         /* -Wtraditional-conversion */
4197
  OPT_Wtrampolines = 362,                    /* -Wtrampolines */
4198
  OPT_Wtrigraphs = 363,                      /* -Wtrigraphs */
4199
  OPT_Wtype_hiding = 364,                    /* -Wtype-hiding */
4200
  OPT_Wtype_limits = 365,                    /* -Wtype-limits */
4201
  OPT_Wuncheck = 366,                        /* -Wuncheck */
4202
  OPT_Wundeclared_selector = 367,            /* -Wundeclared-selector */
4203
  OPT_Wundef = 368,                          /* -Wundef */
4204
  OPT_Wunderflow = 369,                      /* -Wunderflow */
4205
  OPT_Wuninitialized = 370,                  /* -Wuninitialized */
4206
  OPT_Wunknown_pragmas = 371,                /* -Wunknown-pragmas */
4207
  OPT_Wunnecessary_else = 372,               /* -Wunnecessary-else */
4208
  OPT_Wunqualified_field = 373,              /* -Wunqualified-field */
4209
  /* OPT_Wunreachable_code = 374, */         /* -Wunreachable-code */
4210
  OPT_Wunsafe_loop_optimizations = 375,      /* -Wunsafe-loop-optimizations */
4211
  OPT_Wunsuffixed_float_constants = 376,     /* -Wunsuffixed-float-constants */
4212
  OPT_Wunused = 377,                         /* -Wunused */
4213
  OPT_Wunused_argument = 378,                /* -Wunused-argument */
4214
  OPT_Wunused_but_set_parameter = 379,       /* -Wunused-but-set-parameter */
4215
  OPT_Wunused_but_set_variable = 380,        /* -Wunused-but-set-variable */
4216
  OPT_Wunused_dummy_argument = 381,          /* -Wunused-dummy-argument */
4217
  OPT_Wunused_function = 382,                /* -Wunused-function */
4218
  OPT_Wunused_import = 383,                  /* -Wunused-import */
4219
  OPT_Wunused_label = 384,                   /* -Wunused-label */
4220
  OPT_Wunused_local = 385,                   /* -Wunused-local */
4221
  OPT_Wunused_local_typedefs = 386,          /* -Wunused-local-typedefs */
4222
  OPT_Wunused_macros = 387,                  /* -Wunused-macros */
4223
  OPT_Wunused_parameter = 388,               /* -Wunused-parameter */
4224
  OPT_Wunused_private = 389,                 /* -Wunused-private */
4225
  OPT_Wunused_result = 390,                  /* -Wunused-result */
4226
  OPT_Wunused_thrown = 391,                  /* -Wunused-thrown */
4227
  OPT_Wunused_value = 392,                   /* -Wunused-value */
4228
  OPT_Wunused_variable = 393,                /* -Wunused-variable */
4229
  OPT_Wuseless_cast = 394,                   /* -Wuseless-cast */
4230
  OPT_Wuseless_type_check = 395,             /* -Wuseless-type-check */
4231
  OPT_Wvarargs = 396,                        /* -Wvarargs */
4232
  OPT_Wvarargs_cast = 397,                   /* -Wvarargs-cast */
4233
  OPT_Wvariadic_macros = 398,                /* -Wvariadic-macros */
4234
  OPT_Wvector_operation_performance = 399,   /* -Wvector-operation-performance */
4235
  OPT_Wvirtual_move_assign = 400,            /* -Wvirtual-move-assign */
4236
  OPT_Wvla = 401,                            /* -Wvla */
4237
  OPT_Wvolatile_register_var = 402,          /* -Wvolatile-register-var */
4238
  OPT_Wwarning_token = 403,                  /* -Wwarning-token */
4239
  OPT_Wwrite_strings = 404,                  /* -Wwrite-strings */
4240
  OPT_Wzero_as_null_pointer_constant = 405,  /* -Wzero-as-null-pointer-constant */
4241
  OPT_Xassembler = 406,                      /* -Xassembler */
4242
  OPT_Xlinker = 407,                         /* -Xlinker */
4243
  OPT_Xpreprocessor = 408,                   /* -Xpreprocessor */
4244
  OPT_Z = 409,                               /* -Z */
4245
  OPT_ansi = 410,                            /* -ansi */
4246
  OPT_aux_info = 411,                        /* -aux-info */
4247
  /* OPT_aux_info_ = 412, */                 /* -aux-info= */
4248
  OPT_auxbase = 413,                         /* -auxbase */
4249
  OPT_auxbase_strip = 414,                   /* -auxbase-strip */
4250
  /* OPT_bootclasspath = 415, */             /* -bootclasspath */
4251
  OPT_c = 416,                               /* -c */
4252
  /* OPT_classpath = 417, */                 /* -classpath */
4253
  OPT_coverage = 418,                        /* -coverage */
4254
  OPT_cpp = 419,                             /* -cpp */
4255
  OPT_cpp_ = 420,                            /* -cpp= */
4256
  OPT_d = 421,                               /* -d */
4257
  OPT_dumpbase = 422,                        /* -dumpbase */
4258
  OPT_dumpdir = 423,                         /* -dumpdir */
4259
  OPT_dumpmachine = 424,                     /* -dumpmachine */
4260
  OPT_dumpspecs = 425,                       /* -dumpspecs */
4261
  OPT_dumpversion = 426,                     /* -dumpversion */
4262
  OPT_e = 427,                               /* -e */
4263
  /* OPT_encoding = 428, */                  /* -encoding */
4264
  OPT_export_dynamic = 429,                  /* -export-dynamic */
4265
  OPT_extdirs = 430,                         /* -extdirs */
4266
  /* OPT_fCLASSPATH_ = 431, */               /* -fCLASSPATH= */
4267
  OPT_fPIC = 432,                            /* -fPIC */
4268
  OPT_fPIE = 433,                            /* -fPIE */
4269
  OPT_fRTS_ = 434,                           /* -fRTS= */
4270
  OPT_fabi_version_ = 435,                   /* -fabi-version= */
4271
  OPT_faccess_control = 436,                 /* -faccess-control */
4272
  OPT_fada_spec_parent_ = 437,               /* -fada-spec-parent= */
4273
  OPT_faggressive_function_elimination = 438,/* -faggressive-function-elimination */
4274
  OPT_falign_commons = 439,                  /* -falign-commons */
4275
  OPT_falign_functions = 440,                /* -falign-functions */
4276
  OPT_falign_functions_ = 441,               /* -falign-functions= */
4277
  OPT_falign_jumps = 442,                    /* -falign-jumps */
4278
  OPT_falign_jumps_ = 443,                   /* -falign-jumps= */
4279
  OPT_falign_labels = 444,                   /* -falign-labels */
4280
  OPT_falign_labels_ = 445,                  /* -falign-labels= */
4281
  OPT_falign_loops = 446,                    /* -falign-loops */
4282
  OPT_falign_loops_ = 447,                   /* -falign-loops= */
4283
  OPT_fall_intrinsics = 448,                 /* -fall-intrinsics */
4284
  /* OPT_fall_virtual = 449, */              /* -fall-virtual */
4285
  OPT_fallow_leading_underscore = 450,       /* -fallow-leading-underscore */
4286
  OPT_fallow_parameterless_variadic_functions = 451,/* -fallow-parameterless-variadic-functions */
4287
  /* OPT_falt_external_templates = 452, */   /* -falt-external-templates */
4288
  /* OPT_fargument_alias = 453, */           /* -fargument-alias */
4289
  /* OPT_fargument_noalias = 454, */         /* -fargument-noalias */
4290
  /* OPT_fargument_noalias_anything = 455, *//* -fargument-noalias-anything */
4291
  /* OPT_fargument_noalias_global = 456, */  /* -fargument-noalias-global */
4292
  OPT_fasm = 457,                            /* -fasm */
4293
  OPT_fassert = 458,                         /* -fassert */
4294
  OPT_fassociative_math = 459,               /* -fassociative-math */
4295
  OPT_fassume_compiled = 460,                /* -fassume-compiled */
4296
  OPT_fassume_compiled_ = 461,               /* -fassume-compiled= */
4297
  OPT_fasynchronous_unwind_tables = 462,     /* -fasynchronous-unwind-tables */
4298
  OPT_fauto_inc_dec = 463,                   /* -fauto-inc-dec */
4299
  OPT_fautomatic = 464,                      /* -fautomatic */
4300
  OPT_faux_classpath = 465,                  /* -faux-classpath */
4301
  OPT_fbackslash = 466,                      /* -fbackslash */
4302
  OPT_fbacktrace = 467,                      /* -fbacktrace */
4303
  OPT_fblas_matmul_limit_ = 468,             /* -fblas-matmul-limit= */
4304
  OPT_fbootclasspath_ = 469,                 /* -fbootclasspath= */
4305
  OPT_fbootstrap_classes = 470,              /* -fbootstrap-classes */
4306
  OPT_fbounds_check = 471,                   /* -fbounds-check */
4307
  OPT_fbranch_count_reg = 472,               /* -fbranch-count-reg */
4308
  OPT_fbranch_probabilities = 473,           /* -fbranch-probabilities */
4309
  OPT_fbranch_target_load_optimize = 474,    /* -fbranch-target-load-optimize */
4310
  OPT_fbranch_target_load_optimize2 = 475,   /* -fbranch-target-load-optimize2 */
4311
  OPT_fbtr_bb_exclusive = 476,               /* -fbtr-bb-exclusive */
4312
  OPT_fbuilding_libgcc = 477,                /* -fbuilding-libgcc */
4313
  OPT_fbuiltin = 478,                        /* -fbuiltin */
4314
  OPT_fbuiltin_ = 479,                       /* -fbuiltin- */
4315
  OPT_fcall_saved_ = 480,                    /* -fcall-saved- */
4316
  OPT_fcall_used_ = 481,                     /* -fcall-used- */
4317
  OPT_fcaller_saves = 482,                   /* -fcaller-saves */
4318
  OPT_fcanonical_system_headers = 483,       /* -fcanonical-system-headers */
4319
  OPT_fcheck_array_temporaries = 484,        /* -fcheck-array-temporaries */
4320
  OPT_fcheck_data_deps = 485,                /* -fcheck-data-deps */
4321
  OPT_fcheck_new = 486,                      /* -fcheck-new */
4322
  OPT_fcheck_references = 487,               /* -fcheck-references */
4323
  OPT_fcheck_ = 488,                         /* -fcheck= */
4324
  OPT_fclasspath_ = 489,                     /* -fclasspath= */
4325
  OPT_fcoarray_ = 490,                       /* -fcoarray= */
4326
  OPT_fcombine_stack_adjustments = 491,      /* -fcombine-stack-adjustments */
4327
  OPT_fcommon = 492,                         /* -fcommon */
4328
  OPT_fcompare_debug = 493,                  /* -fcompare-debug */
4329
  OPT_fcompare_debug_second = 494,           /* -fcompare-debug-second */
4330
  OPT_fcompare_debug_ = 495,                 /* -fcompare-debug= */
4331
  OPT_fcompare_elim = 496,                   /* -fcompare-elim */
4332
  OPT_fcompile_resource_ = 497,              /* -fcompile-resource= */
4333
  OPT_fcond_mismatch = 498,                  /* -fcond-mismatch */
4334
  OPT_fconserve_space = 499,                 /* -fconserve-space */
4335
  OPT_fconserve_stack = 500,                 /* -fconserve-stack */
4336
  OPT_fconstant_string_class_ = 501,         /* -fconstant-string-class= */
4337
  OPT_fconstexpr_depth_ = 502,               /* -fconstexpr-depth= */
4338
  OPT_fconvert_big_endian = 503,             /* -fconvert=big-endian */
4339
  OPT_fconvert_little_endian = 504,          /* -fconvert=little-endian */
4340
  OPT_fconvert_native = 505,                 /* -fconvert=native */
4341
  OPT_fconvert_swap = 506,                   /* -fconvert=swap */
4342
  OPT_fcprop_registers = 507,                /* -fcprop-registers */
4343
  OPT_fcray_pointer = 508,                   /* -fcray-pointer */
4344
  OPT_fcrossjumping = 509,                   /* -fcrossjumping */
4345
  OPT_fcse_follow_jumps = 510,               /* -fcse-follow-jumps */
4346
  /* OPT_fcse_skip_blocks = 511, */          /* -fcse-skip-blocks */
4347
  OPT_fcx_fortran_rules = 512,               /* -fcx-fortran-rules */
4348
  OPT_fcx_limited_range = 513,               /* -fcx-limited-range */
4349
  OPT_fd_lines_as_code = 514,                /* -fd-lines-as-code */
4350
  OPT_fd_lines_as_comments = 515,            /* -fd-lines-as-comments */
4351
  OPT_fdata_sections = 516,                  /* -fdata-sections */
4352
  OPT_fdbg_cnt_list = 517,                   /* -fdbg-cnt-list */
4353
  OPT_fdbg_cnt_ = 518,                       /* -fdbg-cnt= */
4354
  OPT_fdce = 519,                            /* -fdce */
4355
  OPT_fdebug_cpp = 520,                      /* -fdebug-cpp */
4356
  OPT_fdebug_prefix_map_ = 521,              /* -fdebug-prefix-map= */
4357
  OPT_fdebug_types_section = 522,            /* -fdebug-types-section */
4358
  OPT_fdeduce_init_list = 523,               /* -fdeduce-init-list */
4359
  OPT_fdefault_double_8 = 524,               /* -fdefault-double-8 */
4360
  /* OPT_fdefault_inline = 525, */           /* -fdefault-inline */
4361
  OPT_fdefault_integer_8 = 526,              /* -fdefault-integer-8 */
4362
  OPT_fdefault_real_8 = 527,                 /* -fdefault-real-8 */
4363
  OPT_fdefer_pop = 528,                      /* -fdefer-pop */
4364
  OPT_fdelayed_branch = 529,                 /* -fdelayed-branch */
4365
  OPT_fdelete_dead_exceptions = 530,         /* -fdelete-dead-exceptions */
4366
  OPT_fdelete_null_pointer_checks = 531,     /* -fdelete-null-pointer-checks */
4367
  OPT_fdevirtualize = 532,                   /* -fdevirtualize */
4368
  OPT_fdiagnostics_show_caret = 533,         /* -fdiagnostics-show-caret */
4369
  OPT_fdiagnostics_show_location_ = 534,     /* -fdiagnostics-show-location= */
4370
  OPT_fdiagnostics_show_option = 535,        /* -fdiagnostics-show-option */
4371
  OPT_fdirectives_only = 536,                /* -fdirectives-only */
4372
  OPT_fdisable_ = 537,                       /* -fdisable- */
4373
  OPT_fdisable_assertions = 538,             /* -fdisable-assertions */
4374
  OPT_fdisable_assertions_ = 539,            /* -fdisable-assertions= */
4375
  OPT_fdollar_ok = 540,                      /* -fdollar-ok */
4376
  OPT_fdollars_in_identifiers = 541,         /* -fdollars-in-identifiers */
4377
  OPT_fdse = 542,                            /* -fdse */
4378
  OPT_fdump_ = 543,                          /* -fdump- */
4379
  OPT_fdump_ada_spec = 544,                  /* -fdump-ada-spec */
4380
  OPT_fdump_ada_spec_slim = 545,             /* -fdump-ada-spec-slim */
4381
  /* OPT_fdump_core = 546, */                /* -fdump-core */
4382
  OPT_fdump_final_insns = 547,               /* -fdump-final-insns */
4383
  OPT_fdump_final_insns_ = 548,              /* -fdump-final-insns= */
4384
  OPT_fdump_fortran_optimized = 549,         /* -fdump-fortran-optimized */
4385
  OPT_fdump_fortran_original = 550,          /* -fdump-fortran-original */
4386
  OPT_fdump_go_spec_ = 551,                  /* -fdump-go-spec= */
4387
  OPT_fdump_noaddr = 552,                    /* -fdump-noaddr */
4388
  OPT_fdump_parse_tree = 553,                /* -fdump-parse-tree */
4389
  OPT_fdump_passes = 554,                    /* -fdump-passes */
4390
  OPT_fdump_unnumbered = 555,                /* -fdump-unnumbered */
4391
  OPT_fdump_unnumbered_links = 556,          /* -fdump-unnumbered-links */
4392
  OPT_fdwarf2_cfi_asm = 557,                 /* -fdwarf2-cfi-asm */
4393
  OPT_fearly_inlining = 558,                 /* -fearly-inlining */
4394
  OPT_felide_constructors = 559,             /* -felide-constructors */
4395
  OPT_feliminate_dwarf2_dups = 560,          /* -feliminate-dwarf2-dups */
4396
  OPT_feliminate_unused_debug_symbols = 561, /* -feliminate-unused-debug-symbols */
4397
  OPT_feliminate_unused_debug_types = 562,   /* -feliminate-unused-debug-types */
4398
  OPT_femit_class_debug_always = 563,        /* -femit-class-debug-always */
4399
  OPT_femit_class_file = 564,                /* -femit-class-file */
4400
  OPT_femit_class_files = 565,               /* -femit-class-files */
4401
  OPT_femit_struct_debug_baseonly = 566,     /* -femit-struct-debug-baseonly */
4402
  OPT_femit_struct_debug_detailed_ = 567,    /* -femit-struct-debug-detailed= */
4403
  OPT_femit_struct_debug_reduced = 568,      /* -femit-struct-debug-reduced */
4404
  OPT_fenable_ = 569,                        /* -fenable- */
4405
  OPT_fenable_assertions = 570,              /* -fenable-assertions */
4406
  OPT_fenable_assertions_ = 571,             /* -fenable-assertions= */
4407
  OPT_fencoding_ = 572,                      /* -fencoding= */
4408
  OPT_fenforce_eh_specs = 573,               /* -fenforce-eh-specs */
4409
  /* OPT_fenum_int_equiv = 574, */           /* -fenum-int-equiv */
4410
  OPT_fexceptions = 575,                     /* -fexceptions */
4411
  OPT_fexcess_precision_ = 576,              /* -fexcess-precision= */
4412
  OPT_fexec_charset_ = 577,                  /* -fexec-charset= */
4413
  OPT_fexpensive_optimizations = 578,        /* -fexpensive-optimizations */
4414
  OPT_fext_numeric_literals = 579,           /* -fext-numeric-literals */
4415
  OPT_fextdirs_ = 580,                       /* -fextdirs= */
4416
  OPT_fextended_identifiers = 581,           /* -fextended-identifiers */
4417
  OPT_fexternal_blas = 582,                  /* -fexternal-blas */
4418
  /* OPT_fexternal_templates = 583, */       /* -fexternal-templates */
4419
  OPT_ff2c = 584,                            /* -ff2c */
4420
  OPT_ffast_math = 585,                      /* -ffast-math */
4421
  OPT_ffat_lto_objects = 586,                /* -ffat-lto-objects */
4422
  OPT_ffilelist_file = 587,                  /* -ffilelist-file */
4423
  OPT_ffinite_math_only = 588,               /* -ffinite-math-only */
4424
  OPT_ffixed_ = 589,                         /* -ffixed- */
4425
  OPT_ffixed_form = 590,                     /* -ffixed-form */
4426
  OPT_ffixed_line_length_ = 591,             /* -ffixed-line-length- */
4427
  OPT_ffixed_line_length_none = 592,         /* -ffixed-line-length-none */
4428
  OPT_ffloat_store = 593,                    /* -ffloat-store */
4429
  OPT_ffor_scope = 594,                      /* -ffor-scope */
4430
  /* OPT_fforce_addr = 595, */               /* -fforce-addr */
4431
  OPT_fforce_classes_archive_check = 596,    /* -fforce-classes-archive-check */
4432
  OPT_fforward_propagate = 597,              /* -fforward-propagate */
4433
  OPT_ffp_contract_ = 598,                   /* -ffp-contract= */
4434
  OPT_ffpe_trap_ = 599,                      /* -ffpe-trap= */
4435
  OPT_ffree_form = 600,                      /* -ffree-form */
4436
  OPT_ffree_line_length_ = 601,              /* -ffree-line-length- */
4437
  OPT_ffree_line_length_none = 602,          /* -ffree-line-length-none */
4438
  OPT_ffreestanding = 603,                   /* -ffreestanding */
4439
  OPT_ffriend_injection = 604,               /* -ffriend-injection */
4440
  OPT_ffrontend_optimize = 605,              /* -ffrontend-optimize */
4441
  OPT_ffunction_cse = 606,                   /* -ffunction-cse */
4442
  OPT_ffunction_sections = 607,              /* -ffunction-sections */
4443
  OPT_fgcse = 608,                           /* -fgcse */
4444
  OPT_fgcse_after_reload = 609,              /* -fgcse-after-reload */
4445
  OPT_fgcse_las = 610,                       /* -fgcse-las */
4446
  OPT_fgcse_lm = 611,                        /* -fgcse-lm */
4447
  OPT_fgcse_sm = 612,                        /* -fgcse-sm */
4448
  OPT_fgnu_keywords = 613,                   /* -fgnu-keywords */
4449
  OPT_fgnu_runtime = 614,                    /* -fgnu-runtime */
4450
  OPT_fgnu_tm = 615,                         /* -fgnu-tm */
4451
  OPT_fgnu89_inline = 616,                   /* -fgnu89-inline */
4452
  OPT_fgo_check_divide_overflow = 617,       /* -fgo-check-divide-overflow */
4453
  OPT_fgo_check_divide_zero = 618,           /* -fgo-check-divide-zero */
4454
  OPT_fgo_dump_ = 619,                       /* -fgo-dump- */
4455
  OPT_fgo_optimize_ = 620,                   /* -fgo-optimize- */
4456
  OPT_fgo_pkgpath_ = 621,                    /* -fgo-pkgpath= */
4457
  OPT_fgo_prefix_ = 622,                     /* -fgo-prefix= */
4458
  OPT_fgo_relative_import_path_ = 623,       /* -fgo-relative-import-path= */
4459
  OPT_fgraphite = 624,                       /* -fgraphite */
4460
  OPT_fgraphite_identity = 625,              /* -fgraphite-identity */
4461
  OPT_fguess_branch_probability = 626,       /* -fguess-branch-probability */
4462
  /* OPT_fguiding_decls = 627, */            /* -fguiding-decls */
4463
  /* OPT_fhandle_exceptions = 628, */        /* -fhandle-exceptions */
4464
  OPT_fhash_synchronization = 629,           /* -fhash-synchronization */
4465
  /* OPT_fhelp = 630, */                     /* -fhelp */
4466
  /* OPT_fhelp_ = 631, */                    /* -fhelp= */
4467
  OPT_fhoist_adjacent_loads = 632,           /* -fhoist-adjacent-loads */
4468
  /* OPT_fhonor_std = 633, */                /* -fhonor-std */
4469
  OPT_fhosted = 634,                         /* -fhosted */
4470
  /* OPT_fhuge_objects = 635, */             /* -fhuge-objects */
4471
  OPT_fident = 636,                          /* -fident */
4472
  OPT_fif_conversion = 637,                  /* -fif-conversion */
4473
  OPT_fif_conversion2 = 638,                 /* -fif-conversion2 */
4474
  OPT_fimplement_inlines = 639,              /* -fimplement-inlines */
4475
  OPT_fimplicit_inline_templates = 640,      /* -fimplicit-inline-templates */
4476
  OPT_fimplicit_none = 641,                  /* -fimplicit-none */
4477
  OPT_fimplicit_templates = 642,             /* -fimplicit-templates */
4478
  OPT_findirect_classes = 643,               /* -findirect-classes */
4479
  OPT_findirect_dispatch = 644,              /* -findirect-dispatch */
4480
  OPT_findirect_inlining = 645,              /* -findirect-inlining */
4481
  OPT_finhibit_size_directive = 646,         /* -finhibit-size-directive */
4482
  OPT_finit_character_ = 647,                /* -finit-character= */
4483
  OPT_finit_integer_ = 648,                  /* -finit-integer= */
4484
  OPT_finit_local_zero = 649,                /* -finit-local-zero */
4485
  OPT_finit_logical_ = 650,                  /* -finit-logical= */
4486
  OPT_finit_real_ = 651,                     /* -finit-real= */
4487
  OPT_finline = 652,                         /* -finline */
4488
  OPT_finline_atomics = 653,                 /* -finline-atomics */
4489
  OPT_finline_functions = 654,               /* -finline-functions */
4490
  OPT_finline_functions_called_once = 655,   /* -finline-functions-called-once */
4491
  /* OPT_finline_limit_ = 656, */            /* -finline-limit- */
4492
  OPT_finline_limit_ = 657,                  /* -finline-limit= */
4493
  OPT_finline_small_functions = 658,         /* -finline-small-functions */
4494
  OPT_finput_charset_ = 659,                 /* -finput-charset= */
4495
  OPT_finstrument_functions = 660,           /* -finstrument-functions */
4496
  OPT_finstrument_functions_exclude_file_list_ = 661,/* -finstrument-functions-exclude-file-list= */
4497
  OPT_finstrument_functions_exclude_function_list_ = 662,/* -finstrument-functions-exclude-function-list= */
4498
  OPT_finteger_4_integer_8 = 663,            /* -finteger-4-integer-8 */
4499
  OPT_fintrinsic_modules_path = 664,         /* -fintrinsic-modules-path */
4500
  OPT_fipa_cp = 665,                         /* -fipa-cp */
4501
  OPT_fipa_cp_clone = 666,                   /* -fipa-cp-clone */
4502
  /* OPT_fipa_matrix_reorg = 667, */         /* -fipa-matrix-reorg */
4503
  OPT_fipa_profile = 668,                    /* -fipa-profile */
4504
  OPT_fipa_pta = 669,                        /* -fipa-pta */
4505
  OPT_fipa_pure_const = 670,                 /* -fipa-pure-const */
4506
  OPT_fipa_reference = 671,                  /* -fipa-reference */
4507
  OPT_fipa_sra = 672,                        /* -fipa-sra */
4508
  /* OPT_fipa_struct_reorg = 673, */         /* -fipa-struct-reorg */
4509
  OPT_fira_algorithm_ = 674,                 /* -fira-algorithm= */
4510
  OPT_fira_hoist_pressure = 675,             /* -fira-hoist-pressure */
4511
  OPT_fira_loop_pressure = 676,              /* -fira-loop-pressure */
4512
  OPT_fira_region_ = 677,                    /* -fira-region= */
4513
  OPT_fira_share_save_slots = 678,           /* -fira-share-save-slots */
4514
  OPT_fira_share_spill_slots = 679,          /* -fira-share-spill-slots */
4515
  OPT_fira_verbose_ = 680,                   /* -fira-verbose= */
4516
  OPT_fivopts = 681,                         /* -fivopts */
4517
  OPT_fjni = 682,                            /* -fjni */
4518
  OPT_fjump_tables = 683,                    /* -fjump-tables */
4519
  OPT_fkeep_inline_dllexport = 684,          /* -fkeep-inline-dllexport */
4520
  OPT_fkeep_inline_functions = 685,          /* -fkeep-inline-functions */
4521
  OPT_fkeep_static_consts = 686,             /* -fkeep-static-consts */
4522
  /* OPT_flabels_ok = 687, */                /* -flabels-ok */
4523
  OPT_flax_vector_conversions = 688,         /* -flax-vector-conversions */
4524
  OPT_fleading_underscore = 689,             /* -fleading-underscore */
4525
  OPT_floop_block = 690,                     /* -floop-block */
4526
  /* OPT_floop_flatten = 691, */             /* -floop-flatten */
4527
  OPT_floop_interchange = 692,               /* -floop-interchange */
4528
  OPT_floop_nest_optimize = 693,             /* -floop-nest-optimize */
4529
  /* OPT_floop_optimize = 694, */            /* -floop-optimize */
4530
  OPT_floop_parallelize_all = 695,           /* -floop-parallelize-all */
4531
  OPT_floop_strip_mine = 696,                /* -floop-strip-mine */
4532
  OPT_flto = 697,                            /* -flto */
4533
  OPT_flto_compression_level_ = 698,         /* -flto-compression-level= */
4534
  OPT_flto_partition_1to1 = 699,             /* -flto-partition=1to1 */
4535
  OPT_flto_partition_balanced = 700,         /* -flto-partition=balanced */
4536
  OPT_flto_partition_max = 701,              /* -flto-partition=max */
4537
  OPT_flto_partition_none = 702,             /* -flto-partition=none */
4538
  OPT_flto_report = 703,                     /* -flto-report */
4539
  OPT_flto_ = 704,                           /* -flto= */
4540
  OPT_fltrans = 705,                         /* -fltrans */
4541
  OPT_fltrans_output_list_ = 706,            /* -fltrans-output-list= */
4542
  OPT_fmain_ = 707,                          /* -fmain= */
4543
  OPT_fmath_errno = 708,                     /* -fmath-errno */
4544
  OPT_fmax_array_constructor_ = 709,         /* -fmax-array-constructor= */
4545
  OPT_fmax_errors_ = 710,                    /* -fmax-errors= */
4546
  OPT_fmax_identifier_length_ = 711,         /* -fmax-identifier-length= */
4547
  OPT_fmax_stack_var_size_ = 712,            /* -fmax-stack-var-size= */
4548
  OPT_fmax_subrecord_length_ = 713,          /* -fmax-subrecord-length= */
4549
  OPT_fmem_report = 714,                     /* -fmem-report */
4550
  OPT_fmem_report_wpa = 715,                 /* -fmem-report-wpa */
4551
  OPT_fmerge_all_constants = 716,            /* -fmerge-all-constants */
4552
  OPT_fmerge_constants = 717,                /* -fmerge-constants */
4553
  OPT_fmerge_debug_strings = 718,            /* -fmerge-debug-strings */
4554
  OPT_fmessage_length_ = 719,                /* -fmessage-length= */
4555
  OPT_fmodule_private = 720,                 /* -fmodule-private */
4556
  OPT_fmodulo_sched = 721,                   /* -fmodulo-sched */
4557
  OPT_fmodulo_sched_allow_regmoves = 722,    /* -fmodulo-sched-allow-regmoves */
4558
  OPT_fmove_loop_invariants = 723,           /* -fmove-loop-invariants */
4559
  OPT_fms_extensions = 724,                  /* -fms-extensions */
4560
  OPT_fmudflap = 725,                        /* -fmudflap */
4561
  OPT_fmudflapir = 726,                      /* -fmudflapir */
4562
  OPT_fmudflapth = 727,                      /* -fmudflapth */
4563
  /* OPT_fname_mangling_version_ = 728, */   /* -fname-mangling-version- */
4564
  /* OPT_fnew_abi = 729, */                  /* -fnew-abi */
4565
  OPT_fnext_runtime = 730,                   /* -fnext-runtime */
4566
  OPT_fnil_receivers = 731,                  /* -fnil-receivers */
4567
  OPT_fnon_call_exceptions = 732,            /* -fnon-call-exceptions */
4568
  OPT_fnonansi_builtins = 733,               /* -fnonansi-builtins */
4569
  /* OPT_fnonnull_objects = 734, */          /* -fnonnull-objects */
4570
  OPT_fnothrow_opt = 735,                    /* -fnothrow-opt */
4571
  OPT_fobjc_abi_version_ = 736,              /* -fobjc-abi-version= */
4572
  OPT_fobjc_call_cxx_cdtors = 737,           /* -fobjc-call-cxx-cdtors */
4573
  OPT_fobjc_direct_dispatch = 738,           /* -fobjc-direct-dispatch */
4574
  OPT_fobjc_exceptions = 739,                /* -fobjc-exceptions */
4575
  OPT_fobjc_gc = 740,                        /* -fobjc-gc */
4576
  OPT_fobjc_nilcheck = 741,                  /* -fobjc-nilcheck */
4577
  OPT_fobjc_sjlj_exceptions = 742,           /* -fobjc-sjlj-exceptions */
4578
  OPT_fobjc_std_objc1 = 743,                 /* -fobjc-std=objc1 */
4579
  OPT_fomit_frame_pointer = 744,             /* -fomit-frame-pointer */
4580
  OPT_fopenmp = 745,                         /* -fopenmp */
4581
  OPT_foperator_names = 746,                 /* -foperator-names */
4582
  OPT_fopt_info = 747,                       /* -fopt-info */
4583
  OPT_fopt_info_ = 748,                      /* -fopt-info- */
4584
  OPT_foptimize_register_move = 749,         /* -foptimize-register-move */
4585
  OPT_foptimize_sibling_calls = 750,         /* -foptimize-sibling-calls */
4586
  OPT_foptimize_static_class_initialization = 751,/* -foptimize-static-class-initialization */
4587
  OPT_foptimize_strlen = 752,                /* -foptimize-strlen */
4588
  /* OPT_foptional_diags = 753, */           /* -foptional-diags */
4589
  OPT_foutput_class_dir_ = 754,              /* -foutput-class-dir= */
4590
  OPT_fpack_derived = 755,                   /* -fpack-derived */
4591
  OPT_fpack_struct = 756,                    /* -fpack-struct */
4592
  OPT_fpack_struct_ = 757,                   /* -fpack-struct= */
4593
  OPT_fpartial_inlining = 758,               /* -fpartial-inlining */
4594
  OPT_fpcc_struct_return = 759,              /* -fpcc-struct-return */
4595
  OPT_fpch_deps = 760,                       /* -fpch-deps */
4596
  OPT_fpch_preprocess = 761,                 /* -fpch-preprocess */
4597
  OPT_fpeel_loops = 762,                     /* -fpeel-loops */
4598
  OPT_fpeephole = 763,                       /* -fpeephole */
4599
  OPT_fpeephole2 = 764,                      /* -fpeephole2 */
4600
  OPT_fpermissive = 765,                     /* -fpermissive */
4601
  OPT_fpic = 766,                            /* -fpic */
4602
  OPT_fpie = 767,                            /* -fpie */
4603
  OPT_fplan9_extensions = 768,               /* -fplan9-extensions */
4604
  OPT_fplugin_arg_ = 769,                    /* -fplugin-arg- */
4605
  OPT_fplugin_ = 770,                        /* -fplugin= */
4606
  OPT_fpost_ipa_mem_report = 771,            /* -fpost-ipa-mem-report */
4607
  OPT_fpre_ipa_mem_report = 772,             /* -fpre-ipa-mem-report */
4608
  OPT_fpredictive_commoning = 773,           /* -fpredictive-commoning */
4609
  OPT_fprefetch_loop_arrays = 774,           /* -fprefetch-loop-arrays */
4610
  OPT_fpreprocessed = 775,                   /* -fpreprocessed */
4611
  OPT_fpretty_templates = 776,               /* -fpretty-templates */
4612
  OPT_fprofile = 777,                        /* -fprofile */
4613
  OPT_fprofile_arcs = 778,                   /* -fprofile-arcs */
4614
  OPT_fprofile_correction = 779,             /* -fprofile-correction */
4615
  OPT_fprofile_dir_ = 780,                   /* -fprofile-dir= */
4616
  OPT_fprofile_generate = 781,               /* -fprofile-generate */
4617
  OPT_fprofile_generate_ = 782,              /* -fprofile-generate= */
4618
  OPT_fprofile_report = 783,                 /* -fprofile-report */
4619
  OPT_fprofile_use = 784,                    /* -fprofile-use */
4620
  OPT_fprofile_use_ = 785,                   /* -fprofile-use= */
4621
  OPT_fprofile_values = 786,                 /* -fprofile-values */
4622
  OPT_fprotect_parens = 787,                 /* -fprotect-parens */
4623
  OPT_frandom_seed = 788,                    /* -frandom-seed */
4624
  OPT_frandom_seed_ = 789,                   /* -frandom-seed= */
4625
  OPT_frange_check = 790,                    /* -frange-check */
4626
  OPT_freal_4_real_10 = 791,                 /* -freal-4-real-10 */
4627
  OPT_freal_4_real_16 = 792,                 /* -freal-4-real-16 */
4628
  OPT_freal_4_real_8 = 793,                  /* -freal-4-real-8 */
4629
  OPT_freal_8_real_10 = 794,                 /* -freal-8-real-10 */
4630
  OPT_freal_8_real_16 = 795,                 /* -freal-8-real-16 */
4631
  OPT_freal_8_real_4 = 796,                  /* -freal-8-real-4 */
4632
  OPT_frealloc_lhs = 797,                    /* -frealloc-lhs */
4633
  OPT_freciprocal_math = 798,                /* -freciprocal-math */
4634
  OPT_frecord_gcc_switches = 799,            /* -frecord-gcc-switches */
4635
  OPT_frecord_marker_4 = 800,                /* -frecord-marker=4 */
4636
  OPT_frecord_marker_8 = 801,                /* -frecord-marker=8 */
4637
  OPT_frecursive = 802,                      /* -frecursive */
4638
  OPT_freduced_reflection = 803,             /* -freduced-reflection */
4639
  OPT_free = 804,                            /* -free */
4640
  OPT_freg_struct_return = 805,              /* -freg-struct-return */
4641
  OPT_fregmove = 806,                        /* -fregmove */
4642
  OPT_frename_registers = 807,               /* -frename-registers */
4643
  OPT_freorder_blocks = 808,                 /* -freorder-blocks */
4644
  OPT_freorder_blocks_and_partition = 809,   /* -freorder-blocks-and-partition */
4645
  OPT_freorder_functions = 810,              /* -freorder-functions */
4646
  OPT_frepack_arrays = 811,                  /* -frepack-arrays */
4647
  OPT_freplace_objc_classes = 812,           /* -freplace-objc-classes */
4648
  OPT_frepo = 813,                           /* -frepo */
4649
  OPT_frequire_return_statement = 814,       /* -frequire-return-statement */
4650
  OPT_frerun_cse_after_loop = 815,           /* -frerun-cse-after-loop */
4651
  /* OPT_frerun_loop_opt = 816, */           /* -frerun-loop-opt */
4652
  OPT_freschedule_modulo_scheduled_loops = 817,/* -freschedule-modulo-scheduled-loops */
4653
  OPT_fresolution_ = 818,                    /* -fresolution= */
4654
  OPT_frounding_math = 819,                  /* -frounding-math */
4655
  OPT_frtti = 820,                           /* -frtti */
4656
  OPT_fsanitize_address = 821,               /* -fsanitize=address */
4657
  OPT_fsanitize_thread = 822,                /* -fsanitize=thread */
4658
  OPT_fsaw_java_file = 823,                  /* -fsaw-java-file */
4659
  OPT_fsched_critical_path_heuristic = 824,  /* -fsched-critical-path-heuristic */
4660
  OPT_fsched_dep_count_heuristic = 825,      /* -fsched-dep-count-heuristic */
4661
  OPT_fsched_group_heuristic = 826,          /* -fsched-group-heuristic */
4662
  OPT_fsched_interblock = 827,               /* -fsched-interblock */
4663
  OPT_fsched_last_insn_heuristic = 828,      /* -fsched-last-insn-heuristic */
4664
  OPT_fsched_pressure = 829,                 /* -fsched-pressure */
4665
  OPT_fsched_rank_heuristic = 830,           /* -fsched-rank-heuristic */
4666
  OPT_fsched_spec = 831,                     /* -fsched-spec */
4667
  OPT_fsched_spec_insn_heuristic = 832,      /* -fsched-spec-insn-heuristic */
4668
  OPT_fsched_spec_load = 833,                /* -fsched-spec-load */
4669
  OPT_fsched_spec_load_dangerous = 834,      /* -fsched-spec-load-dangerous */
4670
  OPT_fsched_stalled_insns = 835,            /* -fsched-stalled-insns */
4671
  OPT_fsched_stalled_insns_dep = 836,        /* -fsched-stalled-insns-dep */
4672
  OPT_fsched_stalled_insns_dep_ = 837,       /* -fsched-stalled-insns-dep= */
4673
  OPT_fsched_stalled_insns_ = 838,           /* -fsched-stalled-insns= */
4674
  OPT_fsched_verbose_ = 839,                 /* -fsched-verbose= */
4675
  OPT_fsched2_use_superblocks = 840,         /* -fsched2-use-superblocks */
4676
  /* OPT_fsched2_use_traces = 841, */        /* -fsched2-use-traces */
4677
  OPT_fschedule_insns = 842,                 /* -fschedule-insns */
4678
  OPT_fschedule_insns2 = 843,                /* -fschedule-insns2 */
4679
  OPT_fsecond_underscore = 844,              /* -fsecond-underscore */
4680
  OPT_fsection_anchors = 845,                /* -fsection-anchors */
4681
  /* OPT_fsee = 846, */                      /* -fsee */
4682
  OPT_fsel_sched_pipelining = 847,           /* -fsel-sched-pipelining */
4683
  OPT_fsel_sched_pipelining_outer_loops = 848,/* -fsel-sched-pipelining-outer-loops */
4684
  OPT_fsel_sched_reschedule_pipelined = 849, /* -fsel-sched-reschedule-pipelined */
4685
  OPT_fselective_scheduling = 850,           /* -fselective-scheduling */
4686
  OPT_fselective_scheduling2 = 851,          /* -fselective-scheduling2 */
4687
  OPT_fshort_double = 852,                   /* -fshort-double */
4688
  OPT_fshort_enums = 853,                    /* -fshort-enums */
4689
  OPT_fshort_wchar = 854,                    /* -fshort-wchar */
4690
  OPT_fshow_column = 855,                    /* -fshow-column */
4691
  OPT_fshrink_wrap = 856,                    /* -fshrink-wrap */
4692
  OPT_fsign_zero = 857,                      /* -fsign-zero */
4693
  OPT_fsignaling_nans = 858,                 /* -fsignaling-nans */
4694
  OPT_fsigned_bitfields = 859,               /* -fsigned-bitfields */
4695
  OPT_fsigned_char = 860,                    /* -fsigned-char */
4696
  OPT_fsigned_zeros = 861,                   /* -fsigned-zeros */
4697
  OPT_fsingle_precision_constant = 862,      /* -fsingle-precision-constant */
4698
  OPT_fsource_filename_ = 863,               /* -fsource-filename= */
4699
  OPT_fsource_ = 864,                        /* -fsource= */
4700
  OPT_fsplit_ivs_in_unroller = 865,          /* -fsplit-ivs-in-unroller */
4701
  OPT_fsplit_stack = 866,                    /* -fsplit-stack */
4702
  OPT_fsplit_wide_types = 867,               /* -fsplit-wide-types */
4703
  /* OPT_fsquangle = 868, */                 /* -fsquangle */
4704
  OPT_fstack_arrays = 869,                   /* -fstack-arrays */
4705
  /* OPT_fstack_check = 870, */              /* -fstack-check */
4706
  OPT_fstack_check_ = 871,                   /* -fstack-check= */
4707
  OPT_fstack_limit = 872,                    /* -fstack-limit */
4708
  OPT_fstack_limit_register_ = 873,          /* -fstack-limit-register= */
4709
  OPT_fstack_limit_symbol_ = 874,            /* -fstack-limit-symbol= */
4710
  OPT_fstack_protector = 875,                /* -fstack-protector */
4711
  OPT_fstack_protector_all = 876,            /* -fstack-protector-all */
4712
  OPT_fstack_reuse_ = 877,                   /* -fstack-reuse= */
4713
  OPT_fstack_usage = 878,                    /* -fstack-usage */
4714
  OPT_fstats = 879,                          /* -fstats */
4715
  OPT_fstore_check = 880,                    /* -fstore-check */
4716
  /* OPT_fstrength_reduce = 881, */          /* -fstrength-reduce */
4717
  OPT_fstrict_aliasing = 882,                /* -fstrict-aliasing */
4718
  OPT_fstrict_enums = 883,                   /* -fstrict-enums */
4719
  OPT_fstrict_overflow = 884,                /* -fstrict-overflow */
4720
  /* OPT_fstrict_prototype = 885, */         /* -fstrict-prototype */
4721
  OPT_fstrict_volatile_bitfields = 886,      /* -fstrict-volatile-bitfields */
4722
  OPT_fsync_libcalls = 887,                  /* -fsync-libcalls */
4723
  OPT_fsyntax_only = 888,                    /* -fsyntax-only */
4724
  OPT_ftabstop_ = 889,                       /* -ftabstop= */
4725
  /* OPT_ftarget_help = 890, */              /* -ftarget-help */
4726
  OPT_ftarget_ = 891,                        /* -ftarget= */
4727
  OPT_ftemplate_backtrace_limit_ = 892,      /* -ftemplate-backtrace-limit= */
4728
  /* OPT_ftemplate_depth_ = 893, */          /* -ftemplate-depth- */
4729
  OPT_ftemplate_depth_ = 894,                /* -ftemplate-depth= */
4730
  OPT_ftest_coverage = 895,                  /* -ftest-coverage */
4731
  /* OPT_fthis_is_variable = 896, */         /* -fthis-is-variable */
4732
  OPT_fthread_jumps = 897,                   /* -fthread-jumps */
4733
  OPT_fthreadsafe_statics = 898,             /* -fthreadsafe-statics */
4734
  OPT_ftime_report = 899,                    /* -ftime-report */
4735
  OPT_ftls_model_ = 900,                     /* -ftls-model= */
4736
  OPT_ftoplevel_reorder = 901,               /* -ftoplevel-reorder */
4737
  OPT_ftracer = 902,                         /* -ftracer */
4738
  OPT_ftrack_macro_expansion = 903,          /* -ftrack-macro-expansion */
4739
  OPT_ftrack_macro_expansion_ = 904,         /* -ftrack-macro-expansion= */
4740
  OPT_ftrapping_math = 905,                  /* -ftrapping-math */
4741
  OPT_ftrapv = 906,                          /* -ftrapv */
4742
  OPT_ftree_bit_ccp = 907,                   /* -ftree-bit-ccp */
4743
  OPT_ftree_builtin_call_dce = 908,          /* -ftree-builtin-call-dce */
4744
  OPT_ftree_ccp = 909,                       /* -ftree-ccp */
4745
  OPT_ftree_ch = 910,                        /* -ftree-ch */
4746
  OPT_ftree_coalesce_inlined_vars = 911,     /* -ftree-coalesce-inlined-vars */
4747
  OPT_ftree_coalesce_vars = 912,             /* -ftree-coalesce-vars */
4748
  OPT_ftree_copy_prop = 913,                 /* -ftree-copy-prop */
4749
  OPT_ftree_copyrename = 914,                /* -ftree-copyrename */
4750
  OPT_ftree_cselim = 915,                    /* -ftree-cselim */
4751
  OPT_ftree_dce = 916,                       /* -ftree-dce */
4752
  OPT_ftree_dominator_opts = 917,            /* -ftree-dominator-opts */
4753
  OPT_ftree_dse = 918,                       /* -ftree-dse */
4754
  OPT_ftree_forwprop = 919,                  /* -ftree-forwprop */
4755
  OPT_ftree_fre = 920,                       /* -ftree-fre */
4756
  OPT_ftree_loop_distribute_patterns = 921,  /* -ftree-loop-distribute-patterns */
4757
  OPT_ftree_loop_distribution = 922,         /* -ftree-loop-distribution */
4758
  OPT_ftree_loop_if_convert = 923,           /* -ftree-loop-if-convert */
4759
  OPT_ftree_loop_if_convert_stores = 924,    /* -ftree-loop-if-convert-stores */
4760
  OPT_ftree_loop_im = 925,                   /* -ftree-loop-im */
4761
  OPT_ftree_loop_ivcanon = 926,              /* -ftree-loop-ivcanon */
4762
  /* OPT_ftree_loop_linear = 927, */         /* -ftree-loop-linear */
4763
  OPT_ftree_loop_optimize = 928,             /* -ftree-loop-optimize */
4764
  OPT_ftree_lrs = 929,                       /* -ftree-lrs */
4765
  OPT_ftree_parallelize_loops_ = 930,        /* -ftree-parallelize-loops= */
4766
  OPT_ftree_partial_pre = 931,               /* -ftree-partial-pre */
4767
  OPT_ftree_phiprop = 932,                   /* -ftree-phiprop */
4768
  OPT_ftree_pre = 933,                       /* -ftree-pre */
4769
  OPT_ftree_pta = 934,                       /* -ftree-pta */
4770
  OPT_ftree_reassoc = 935,                   /* -ftree-reassoc */
4771
  /* OPT_ftree_salias = 936, */              /* -ftree-salias */
4772
  OPT_ftree_scev_cprop = 937,                /* -ftree-scev-cprop */
4773
  OPT_ftree_sink = 938,                      /* -ftree-sink */
4774
  OPT_ftree_slp_vectorize = 939,             /* -ftree-slp-vectorize */
4775
  OPT_ftree_slsr = 940,                      /* -ftree-slsr */
4776
  OPT_ftree_sra = 941,                       /* -ftree-sra */
4777
  /* OPT_ftree_store_ccp = 942, */           /* -ftree-store-ccp */
4778
  /* OPT_ftree_store_copy_prop = 943, */     /* -ftree-store-copy-prop */
4779
  OPT_ftree_switch_conversion = 944,         /* -ftree-switch-conversion */
4780
  OPT_ftree_tail_merge = 945,                /* -ftree-tail-merge */
4781
  OPT_ftree_ter = 946,                       /* -ftree-ter */
4782
  OPT_ftree_vect_loop_version = 947,         /* -ftree-vect-loop-version */
4783
  OPT_ftree_vectorize = 948,                 /* -ftree-vectorize */
4784
  OPT_ftree_vectorizer_verbose_ = 949,       /* -ftree-vectorizer-verbose= */
4785
  OPT_ftree_vrp = 950,                       /* -ftree-vrp */
4786
  OPT_funderscoring = 951,                   /* -funderscoring */
4787
  OPT_funit_at_a_time = 952,                 /* -funit-at-a-time */
4788
  OPT_funroll_all_loops = 953,               /* -funroll-all-loops */
4789
  OPT_funroll_loops = 954,                   /* -funroll-loops */
4790
  OPT_funsafe_loop_optimizations = 955,      /* -funsafe-loop-optimizations */
4791
  OPT_funsafe_math_optimizations = 956,      /* -funsafe-math-optimizations */
4792
  OPT_funsigned_bitfields = 957,             /* -funsigned-bitfields */
4793
  OPT_funsigned_char = 958,                  /* -funsigned-char */
4794
  OPT_funswitch_loops = 959,                 /* -funswitch-loops */
4795
  OPT_funwind_tables = 960,                  /* -funwind-tables */
4796
  OPT_fuse_atomic_builtins = 961,            /* -fuse-atomic-builtins */
4797
  OPT_fuse_boehm_gc = 962,                   /* -fuse-boehm-gc */
4798
  OPT_fuse_cxa_atexit = 963,                 /* -fuse-cxa-atexit */
4799
  OPT_fuse_cxa_get_exception_ptr = 964,      /* -fuse-cxa-get-exception-ptr */
4800
  OPT_fuse_divide_subroutine = 965,          /* -fuse-divide-subroutine */
4801
  OPT_fuse_linker_plugin = 966,              /* -fuse-linker-plugin */
4802
  OPT_fvar_tracking = 967,                   /* -fvar-tracking */
4803
  OPT_fvar_tracking_assignments = 968,       /* -fvar-tracking-assignments */
4804
  OPT_fvar_tracking_assignments_toggle = 969,/* -fvar-tracking-assignments-toggle */
4805
  OPT_fvar_tracking_uninit = 970,            /* -fvar-tracking-uninit */
4806
  OPT_fvariable_expansion_in_unroller = 971, /* -fvariable-expansion-in-unroller */
4807
  OPT_fvect_cost_model = 972,                /* -fvect-cost-model */
4808
  OPT_fverbose_asm = 973,                    /* -fverbose-asm */
4809
  /* OPT_fversion = 974, */                  /* -fversion */
4810
  OPT_fvisibility_inlines_hidden = 975,      /* -fvisibility-inlines-hidden */
4811
  OPT_fvisibility_ms_compat = 976,           /* -fvisibility-ms-compat */
4812
  OPT_fvisibility_ = 977,                    /* -fvisibility= */
4813
  OPT_fvpt = 978,                            /* -fvpt */
4814
  /* OPT_fvtable_gc = 979, */                /* -fvtable-gc */
4815
  /* OPT_fvtable_thunks = 980, */            /* -fvtable-thunks */
4816
  OPT_fweak = 981,                           /* -fweak */
4817
  OPT_fweb = 982,                            /* -fweb */
4818
  OPT_fwhole_file = 983,                     /* -fwhole-file */
4819
  OPT_fwhole_program = 984,                  /* -fwhole-program */
4820
  OPT_fwide_exec_charset_ = 985,             /* -fwide-exec-charset= */
4821
  OPT_fworking_directory = 986,              /* -fworking-directory */
4822
  OPT_fwpa = 987,                            /* -fwpa */
4823
  OPT_fwrapv = 988,                          /* -fwrapv */
4824
  /* OPT_fxref = 989, */                     /* -fxref */
4825
  /* OPT_fzee = 990, */                      /* -fzee */
4826
  OPT_fzero_initialized_in_bss = 991,        /* -fzero-initialized-in-bss */
4827
  OPT_fzero_link = 992,                      /* -fzero-link */
4828
  OPT_g = 993,                               /* -g */
4829
  OPT_gant = 994,                            /* -gant */
4830
  OPT_gcoff = 995,                           /* -gcoff */
4831
  OPT_gdwarf_ = 996,                         /* -gdwarf- */
4832
  OPT_gen_decls = 997,                       /* -gen-decls */
4833
  OPT_ggdb = 998,                            /* -ggdb */
4834
  OPT_gnat = 999,                            /* -gnat */
4835
  OPT_gnatO = 1000,                          /* -gnatO */
4836
  OPT_gno_pubnames = 1001,                   /* -gno-pubnames */
4837
  OPT_gno_record_gcc_switches = 1002,        /* -gno-record-gcc-switches */
4838
  OPT_gno_split_dwarf = 1003,                /* -gno-split-dwarf */
4839
  OPT_gno_strict_dwarf = 1004,               /* -gno-strict-dwarf */
4840
  OPT_gpubnames = 1005,                      /* -gpubnames */
4841
  OPT_grecord_gcc_switches = 1006,           /* -grecord-gcc-switches */
4842
  OPT_gsplit_dwarf = 1007,                   /* -gsplit-dwarf */
4843
  OPT_gstabs = 1008,                         /* -gstabs */
4844
  OPT_gstabs_ = 1009,                        /* -gstabs+ */
4845
  OPT_gstrict_dwarf = 1010,                  /* -gstrict-dwarf */
4846
  OPT_gtoggle = 1011,                        /* -gtoggle */
4847
  OPT_gvms = 1012,                           /* -gvms */
4848
  OPT_gxcoff = 1013,                         /* -gxcoff */
4849
  OPT_gxcoff_ = 1014,                        /* -gxcoff+ */
4850
  OPT_h = 1015,                              /* -h */
4851
  OPT_idirafter = 1016,                      /* -idirafter */
4852
  OPT_imacros = 1017,                        /* -imacros */
4853
  OPT_imultiarch = 1018,                     /* -imultiarch */
4854
  OPT_imultilib = 1019,                      /* -imultilib */
4855
  OPT_include = 1020,                        /* -include */
4856
  OPT_iplugindir_ = 1021,                    /* -iplugindir= */
4857
  OPT_iprefix = 1022,                        /* -iprefix */
4858
  OPT_iquote = 1023,                         /* -iquote */
4859
  OPT_isysroot = 1024,                       /* -isysroot */
4860
  OPT_isystem = 1025,                        /* -isystem */
4861
  OPT_iwithprefix = 1026,                    /* -iwithprefix */
4862
  OPT_iwithprefixbefore = 1027,              /* -iwithprefixbefore */
4863
  OPT_k8 = 1028,                             /* -k8 */
4864
  OPT_l = 1029,                              /* -l */
4865
  OPT_lang_asm = 1030,                       /* -lang-asm */
4866
  OPT_mboard_ = 1031,                        /* -mboard= */
4867
  OPT_mcmov = 1032,                          /* -mcmov */
4868
  OPT_mcompat_delay = 1033,                  /* -mcompat-delay */
4869
  OPT_mdelay = 1034,                         /* -mdelay */
4870
  OPT_mdouble_float = 1035,                  /* -mdouble-float */
4871
  OPT_mhard_div = 1036,                      /* -mhard-div */
4872
  OPT_mhard_float = 1037,                    /* -mhard-float */
4873
  OPT_mhard_mul = 1038,                      /* -mhard-mul */
4874
  OPT_mnewlib = 1039,                        /* -mnewlib */
4875
  OPT_mno_delay = 1040,                      /* -mno-delay */
4876
  OPT_mpadstruct = 1041,                     /* -mpadstruct */
4877
  OPT_mredzone_ = 1042,                      /* -mredzone= */
4878
  OPT_mror = 1043,                           /* -mror */
4879
  OPT_msext = 1044,                          /* -msext */
4880
  OPT_msoft_div = 1045,                      /* -msoft-div */
4881
  OPT_msoft_float = 1046,                    /* -msoft-float */
4882
  OPT_msoft_mul = 1047,                      /* -msoft-mul */
4883
  OPT_n = 1048,                              /* -n */
4884
  OPT_no_canonical_prefixes = 1049,          /* -no-canonical-prefixes */
4885
  OPT_no_integrated_cpp = 1050,              /* -no-integrated-cpp */
4886
  OPT_nocpp = 1051,                          /* -nocpp */
4887
  OPT_nodefaultlibs = 1052,                  /* -nodefaultlibs */
4888
  OPT_nostartfiles = 1053,                   /* -nostartfiles */
4889
  OPT_nostdinc = 1054,                       /* -nostdinc */
4890
  OPT_nostdinc__ = 1055,                     /* -nostdinc++ */
4891
  OPT_nostdlib = 1056,                       /* -nostdlib */
4892
  OPT_o = 1057,                              /* -o */
4893
  OPT_p = 1058,                              /* -p */
4894
  OPT_pass_exit_codes = 1059,                /* -pass-exit-codes */
4895
  /* OPT_pedantic = 1060, */                 /* -pedantic */
4896
  OPT_pedantic_errors = 1061,                /* -pedantic-errors */
4897
  OPT_pg = 1062,                             /* -pg */
4898
  OPT_pie = 1063,                            /* -pie */
4899
  OPT_pipe = 1064,                           /* -pipe */
4900
  OPT_print_file_name_ = 1065,               /* -print-file-name= */
4901
  OPT_print_libgcc_file_name = 1066,         /* -print-libgcc-file-name */
4902
  OPT_print_multi_directory = 1067,          /* -print-multi-directory */
4903
  OPT_print_multi_lib = 1068,                /* -print-multi-lib */
4904
  OPT_print_multi_os_directory = 1069,       /* -print-multi-os-directory */
4905
  OPT_print_multiarch = 1070,                /* -print-multiarch */
4906
  OPT_print_objc_runtime_info = 1071,        /* -print-objc-runtime-info */
4907
  OPT_print_prog_name_ = 1072,               /* -print-prog-name= */
4908
  OPT_print_search_dirs = 1073,              /* -print-search-dirs */
4909
  OPT_print_sysroot = 1074,                  /* -print-sysroot */
4910
  OPT_print_sysroot_headers_suffix = 1075,   /* -print-sysroot-headers-suffix */
4911
  OPT_quiet = 1076,                          /* -quiet */
4912
  OPT_r = 1077,                              /* -r */
4913
  OPT_remap = 1078,                          /* -remap */
4914
  OPT_s = 1079,                              /* -s */
4915
  OPT_s_bc_abi = 1080,                       /* -s-bc-abi */
4916
  OPT_save_temps = 1081,                     /* -save-temps */
4917
  OPT_save_temps_ = 1082,                    /* -save-temps= */
4918
  OPT_shared = 1083,                         /* -shared */
4919
  OPT_shared_libgcc = 1084,                  /* -shared-libgcc */
4920
  /* OPT_specs = 1085, */                    /* -specs */
4921
  OPT_specs_ = 1086,                         /* -specs= */
4922
  OPT_static = 1087,                         /* -static */
4923
  OPT_static_libasan = 1088,                 /* -static-libasan */
4924
  OPT_static_libgcc = 1089,                  /* -static-libgcc */
4925
  OPT_static_libgcj = 1090,                  /* -static-libgcj */
4926
  OPT_static_libgfortran = 1091,             /* -static-libgfortran */
4927
  OPT_static_libgo = 1092,                   /* -static-libgo */
4928
  OPT_static_libstdc__ = 1093,               /* -static-libstdc++ */
4929
  OPT_static_libtsan = 1094,                 /* -static-libtsan */
4930
  /* OPT_std_c__03 = 1095, */                /* -std=c++03 */
4931
  /* OPT_std_c__0x = 1096, */                /* -std=c++0x */
4932
  OPT_std_c__11 = 1097,                      /* -std=c++11 */
4933
  OPT_std_c__1y = 1098,                      /* -std=c++1y */
4934
  OPT_std_c__98 = 1099,                      /* -std=c++98 */
4935
  OPT_std_c11 = 1100,                        /* -std=c11 */
4936
  /* OPT_std_c1x = 1101, */                  /* -std=c1x */
4937
  /* OPT_std_c89 = 1102, */                  /* -std=c89 */
4938
  OPT_std_c90 = 1103,                        /* -std=c90 */
4939
  OPT_std_c99 = 1104,                        /* -std=c99 */
4940
  /* OPT_std_c9x = 1105, */                  /* -std=c9x */
4941
  OPT_std_f2003 = 1106,                      /* -std=f2003 */
4942
  OPT_std_f2008 = 1107,                      /* -std=f2008 */
4943
  OPT_std_f2008ts = 1108,                    /* -std=f2008ts */
4944
  OPT_std_f95 = 1109,                        /* -std=f95 */
4945
  OPT_std_gnu = 1110,                        /* -std=gnu */
4946
  /* OPT_std_gnu__03 = 1111, */              /* -std=gnu++03 */
4947
  /* OPT_std_gnu__0x = 1112, */              /* -std=gnu++0x */
4948
  OPT_std_gnu__11 = 1113,                    /* -std=gnu++11 */
4949
  OPT_std_gnu__1y = 1114,                    /* -std=gnu++1y */
4950
  OPT_std_gnu__98 = 1115,                    /* -std=gnu++98 */
4951
  OPT_std_gnu11 = 1116,                      /* -std=gnu11 */
4952
  /* OPT_std_gnu1x = 1117, */                /* -std=gnu1x */
4953
  /* OPT_std_gnu89 = 1118, */                /* -std=gnu89 */
4954
  OPT_std_gnu90 = 1119,                      /* -std=gnu90 */
4955
  OPT_std_gnu99 = 1120,                      /* -std=gnu99 */
4956
  /* OPT_std_gnu9x = 1121, */                /* -std=gnu9x */
4957
  /* OPT_std_iso9899_1990 = 1122, */         /* -std=iso9899:1990 */
4958
  OPT_std_iso9899_199409 = 1123,             /* -std=iso9899:199409 */
4959
  /* OPT_std_iso9899_1999 = 1124, */         /* -std=iso9899:1999 */
4960
  /* OPT_std_iso9899_199x = 1125, */         /* -std=iso9899:199x */
4961
  /* OPT_std_iso9899_2011 = 1126, */         /* -std=iso9899:2011 */
4962
  OPT_std_legacy = 1127,                     /* -std=legacy */
4963
  OPT_symbolic = 1128,                       /* -symbolic */
4964
  OPT_t = 1129,                              /* -t */
4965
  OPT_time = 1130,                           /* -time */
4966
  OPT_time_ = 1131,                          /* -time= */
4967
  OPT_traditional = 1132,                    /* -traditional */
4968
  OPT_traditional_cpp = 1133,                /* -traditional-cpp */
4969
  OPT_trigraphs = 1134,                      /* -trigraphs */
4970
  OPT_u = 1135,                              /* -u */
4971
  OPT_undef = 1136,                          /* -undef */
4972
  OPT_v = 1137,                              /* -v */
4973
  OPT_version = 1138,                        /* -version */
4974
  OPT_w = 1139,                              /* -w */
4975
  OPT_wrapper = 1140,                        /* -wrapper */
4976
  OPT_x = 1141,                              /* -x */
4977
  OPT_z = 1142,                              /* -z */
4978
  N_OPTS,
4979
  OPT_SPECIAL_unknown,
4980
  OPT_SPECIAL_ignore,
4981
  OPT_SPECIAL_program_name,
4982
  OPT_SPECIAL_input_file
4983
};
4984
 
4985
#endif /* OPTIONS_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.