PR27116, Spelling errors found by Debian style checker
[official-gcc.git] / gcc / ada / debug.adb
blob9c2a2b0e8d079c1cdb2c5839e892c73a02ca4b4b
1 ------------------------------------------------------------------------------
2 -- --
3 -- GNAT COMPILER COMPONENTS --
4 -- --
5 -- D E B U G --
6 -- --
7 -- B o d y --
8 -- --
9 -- Copyright (C) 1992-2023, Free Software Foundation, Inc. --
10 -- --
11 -- GNAT is free software; you can redistribute it and/or modify it under --
12 -- terms of the GNU General Public License as published by the Free Soft- --
13 -- ware Foundation; either version 3, or (at your option) any later ver- --
14 -- sion. GNAT is distributed in the hope that it will be useful, but WITH- --
15 -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY --
16 -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License --
17 -- for more details. You should have received a copy of the GNU General --
18 -- Public License distributed with GNAT; see file COPYING3. If not, go to --
19 -- http://www.gnu.org/licenses for a complete copy of the license. --
20 -- --
21 -- GNAT was originally developed by the GNAT team at New York University. --
22 -- Extensive contributions were provided by Ada Core Technologies Inc. --
23 -- --
24 ------------------------------------------------------------------------------
26 package body Debug is
28 ---------------------------------
29 -- Summary of Debug Flag Usage --
30 ---------------------------------
32 -- Debug flags for compiler (GNAT1)
34 -- da Generate messages tracking semantic analyzer progress
35 -- db Show encoding of type names for debug output
36 -- dc List names of units as they are compiled
37 -- dd Dynamic allocation of tables messages generated
38 -- de List the entity table
39 -- df Full tree/source print (includes withed units)
40 -- dg Print source from tree (generated code only)
41 -- dh Generate listing showing loading of name table hash chains
42 -- di Generate messages for visibility linking/delinking
43 -- dj Suppress "junk null check" for access parameter values
44 -- dk Generate "GNAT BUG" message on abort, even if previous errors
45 -- dl Generate unit load trace messages
46 -- dm Prevent special frontend inlining in GNATprove mode
47 -- dn Generate messages for node/list allocation
48 -- do Print source from tree (original code only)
49 -- dp Generate messages for parser scope stack push/pops
50 -- dq No auto-alignment of small records
51 -- dr Generate parser resynchronization messages
52 -- ds Print source from tree (including original and generated stuff)
53 -- dt Print full tree
54 -- du Uncheck categorization pragmas
55 -- dv Output trace of overload resolution
56 -- dw Print trace of semantic scope stack
57 -- dx Force expansion on, even if no code being generated
58 -- dy Print tree of package Standard
59 -- dz Print source of package Standard
61 -- dA All entities included in representation information output
62 -- dB Output debug encoding of type names and variants
63 -- dC Output debugging information on check suppression
64 -- dD Delete elaboration checks in inner level routines
65 -- dE Apply elaboration checks to predefined units
66 -- dF Alternative display for messages over multiple lines
67 -- dG Generate all warnings including those normally suppressed
68 -- dH Hold (kill) call to gigi
69 -- dI Inhibit internal name numbering in gnatG listing
70 -- dJ Prepend subprogram name in messages
71 -- dK Kill all error messages
72 -- dL Ignore external calls from instances for elaboration
73 -- dM Assume all variables are modified (no current values)
74 -- dN No file name information in exception messages
75 -- dO Output immediate error messages
76 -- dP Do not check for controlled objects in preelaborable packages
77 -- dQ
78 -- dR Bypass check for correct version of s-rpc
79 -- dS Never convert numbers to machine numbers in Sem_Eval
80 -- dT Convert to machine numbers only for constant declarations
81 -- dU Enable garbage collection of unreachable entities
82 -- dV Enable viewing of all symbols in debugger
83 -- dW Disable warnings on calls for IN OUT parameters
84 -- dX Display messages on reads of potentially uninitialized scalars
85 -- dY Enable configurable run-time mode
86 -- dZ Generate listing showing the contents of the dispatch tables
88 -- d.a Force Target_Strict_Alignment mode to True
89 -- d.b Dump backend types
90 -- d.c Generate inline concatenation, do not call procedure
91 -- d.d Disable atomic synchronization
92 -- d.e Enable atomic synchronization
93 -- d.f Inhibit folding of static expressions
94 -- d.g Enable conversion of raise into goto
95 -- d.h Minimize the creation of public internal symbols for concatenation
96 -- d.i Ignore Warnings pragmas
97 -- d.j Generate listing of frontend inlined calls
98 -- d.k Kill referenced run-time library unit line numbers
99 -- d.l Use Ada 95 semantics for limited function returns
100 -- d.m For -gnatl, print full source only for main unit
101 -- d.n Print source file names
102 -- d.o Conservative elaboration order for indirect calls
103 -- d.p Use original Ada 95 semantics for Bit_Order (disable AI95-0133)
104 -- d.q Suppress optimizations on imported 'in'
105 -- d.r Disable reordering of components in record types
106 -- d.s Strict secondary stack management
107 -- d.t Disable static allocation of library level dispatch tables
108 -- d.u Enable Modify_Tree_For_C (update tree for c)
109 -- d.v Enforce SPARK elaboration rules in SPARK code
110 -- d.w Do not check for infinite loops
111 -- d.x No exception handlers
112 -- d.y Disable implicit pragma Elaborate_All on task bodies
113 -- d.z Restore previous support for frontend handling of Inline_Always
115 -- d.A Enable statistics printing in Atree
116 -- d.B Generate a "GNAT BUG" message on abort_statement
117 -- d.C Generate concatenation call, do not generate inline code
118 -- d.D Disable errors on use of overriding keyword in Ada 95 mode
119 -- d.E Turn selected errors into warnings
120 -- d.F Debug mode for GNATprove
121 -- d.G Ignore calls through generic formal parameters for elaboration
122 -- d.H Disable the support for 128-bit integer types on 64-bit platforms
123 -- d.I Do not ignore enum representation clauses in CodePeer mode
124 -- d.J Relaxed rules for pragma No_Return
125 -- d.K Do not reject components in extensions overlapping with parent
126 -- d.M Relaxed RM semantics
127 -- d.N Use rounding when converting from floating point to fixed point
128 -- d.O Dump internal SCO tables
129 -- d.P Previous (non-optimized) handling of length comparisons
130 -- d.Q Previous (incomplete) style check for binary operators
131 -- d.R Restrictions in ali files in positional form
132 -- d.S Force Optimize_Alignment (Space)
133 -- d.T Force Optimize_Alignment (Time)
134 -- d.U Ignore indirect calls for static elaboration
135 -- d.V Do not verify validity of SCIL files (CodePeer mode)
136 -- d.W Print out debugging information for Walk_Library_Items
137 -- d.X Old treatment of indexing aspects
138 -- d.Y
139 -- d.Z Do not enable expansion in configurable run-time mode
141 -- d_a Stop elaboration checks on accept or select statement
142 -- d_b Use designated type model under No_Dynamic_Accessibility_Checks
143 -- d_c CUDA compilation : compile for the host
144 -- d_d CUDA compilation : compile for the device
145 -- d_e Ignore entry calls and requeue statements for elaboration
146 -- d_f Issue info messages related to GNATprove usage
147 -- d_g Disable large static aggregates
148 -- d_h Disable the use of (perfect) hash functions for enumeration Value
149 -- d_i Ignore activations and calls to instances for elaboration
150 -- d_j Read JSON files and populate Repinfo tables (opposite of -gnatRjs)
151 -- d_k
152 -- d_l
153 -- d_m
154 -- d_n
155 -- d_o
156 -- d_p Ignore assertion pragmas for elaboration
157 -- d_q
158 -- d_r Disable the use of the return slot in functions
159 -- d_s Stop elaboration checks on synchronous suspension
160 -- d_t In LLVM-based CCG, dump LLVM IR after transformations are done
161 -- d_u In LLVM-based CCG, dump flows
162 -- d_v Enable additional checks and debug printouts in Atree
163 -- d_w
164 -- d_x Disable inline expansion of Image attribute for enumeration types
165 -- d_y
166 -- d_z
168 -- d_A Stop generation of ALI file
169 -- d_B Warn on build-in-place function calls
170 -- d_C
171 -- d_D
172 -- d_E
173 -- d_F Encode full invocation paths in ALI files
174 -- d_G
175 -- d_H
176 -- d_I
177 -- d_J
178 -- d_K (Reserved) Enable reporting a warning on known-problem issues
179 -- d_L Output trace information on elaboration checking
180 -- d_M
181 -- d_N
182 -- d_O
183 -- d_P
184 -- d_Q
185 -- d_R For LLVM, dump the representation of records
186 -- d_S
187 -- d_T Output trace information on invocation path recording
188 -- d_U Disable prepending messages with "error:".
189 -- d_V Enable verifications on the expanded tree
190 -- d_W
191 -- d_X Disable assertions to check matching of extra formals
192 -- d_Y
193 -- d_Z
195 -- d1 Error msgs have node numbers where possible
196 -- d2 Eliminate error flags in verbose form error messages
197 -- d3 Dump bad node in Comperr on an abort
198 -- d4 Inhibit automatic krunch of predefined library unit files
199 -- d5 Debug output for tree read/write
200 -- d6 Default access unconstrained to thin pointers
201 -- d7 Suppress version/source stamp/compilation time for -gnatv/-gnatl
202 -- d8 Force opposite endianness in packed stuff
203 -- d9
205 -- d.1 Enable unnesting of nested procedures
206 -- d.2 Allow statements in declarative part
207 -- d.3 Output debugging information from Exp_Unst
208 -- d.4 Do not delete generated C file in case of errors
209 -- d.5 Do not generate imported subprogram definitions in C code
210 -- d.6 Do not avoid declaring unreferenced types in C code
211 -- d.7 Disable unsound heuristics in gnat2scil (for CP as SPARK prover)
212 -- d.8 Disable unconditional inlining of expression functions
213 -- d.9
215 -- d_1
216 -- d_2
217 -- d_3
218 -- d_4
219 -- d_5
220 -- d_6
221 -- d_7
222 -- d_8
223 -- d_9
225 -- Debug flags for binder (GNATBIND)
227 -- da All links (including internal units) listed if there is a cycle
228 -- db Output information from Better_Choice
229 -- dc List units as they are chosen
230 -- dd
231 -- de Elaboration dependencies including system units
232 -- df
233 -- dg
234 -- dh
235 -- di Ignore_Errors mode for reading ali files
236 -- dj
237 -- dk
238 -- dl
239 -- dm
240 -- dn List details of manipulation of Num_Pred values
241 -- do Use older preference for elaboration order
242 -- dp Use old preference for elaboration order
243 -- dq
244 -- dr
245 -- ds
246 -- dt
247 -- du List units as they are acquired
248 -- dv Verbose debugging printouts
249 -- dw
250 -- dx Force binder to read xref information from ali files
251 -- dy
252 -- dz
254 -- dA
255 -- dB
256 -- dC
257 -- dD
258 -- dE
259 -- dF
260 -- dG
261 -- dH
262 -- dI
263 -- dJ
264 -- dK
265 -- dL
266 -- dM
267 -- dN
268 -- dO
269 -- dP
270 -- dQ
271 -- dR
272 -- dS
273 -- dT
274 -- dU
275 -- dV
276 -- dW
277 -- dX
278 -- dY
279 -- dZ
281 -- d.a
282 -- d.b
283 -- d.c
284 -- d.d
285 -- d.e
286 -- d.f
287 -- d.g
288 -- d.h
289 -- d.i
290 -- d.j
291 -- d.k
292 -- d.l
293 -- d.m
294 -- d.n
295 -- d.o
296 -- d.p
297 -- d.q
298 -- d.r
299 -- d.s
300 -- d.t
301 -- d.u
302 -- d.v
303 -- d.w
304 -- d.x
305 -- d.y
306 -- d.z
308 -- d.A
309 -- d.B
310 -- d.C
311 -- d.D
312 -- d.E
313 -- d.F
314 -- d.G
315 -- d.H
316 -- d.I
317 -- d.J
318 -- d.K
319 -- d.L
320 -- d.M
321 -- d.N
322 -- d.O
323 -- d.P
324 -- d.Q
325 -- d.R
326 -- d.S
327 -- d.T
328 -- d.U
329 -- d.V
330 -- d.W
331 -- d.X
332 -- d.Y
333 -- d.Z
335 -- d.1
336 -- d.2
337 -- d.3
338 -- d.4
339 -- d.5
340 -- d.6
341 -- d.7
342 -- d.8
343 -- d.9
345 -- d_a Ignore the effects of pragma Elaborate_All
346 -- d_b Ignore the effects of pragma Elaborate_Body
347 -- d_c CUDA compilation : compile/bind for the host
348 -- d_d CUDA compilation : compile/bind for the device
349 -- d_e Ignore the effects of pragma Elaborate
350 -- d_f
351 -- d_g
352 -- d_h
353 -- d_i
354 -- d_j
355 -- d_k
356 -- d_l
357 -- d_m
358 -- d_n
359 -- d_o
360 -- d_p
361 -- d_q
362 -- d_r
363 -- d_s
364 -- d_t Output cycle-detection trace information
365 -- d_u
366 -- d_v
367 -- d_w
368 -- d_x
369 -- d_y
370 -- d_z
372 -- d_A Output ALI invocation tables
373 -- d_B
374 -- d_C Diagnose all cycles
375 -- d_D
376 -- d_E
377 -- d_F
378 -- d_G
379 -- d_H
380 -- d_I Output invocation graph
381 -- d_J
382 -- d_K
383 -- d_L Output library graph
384 -- d_M
385 -- d_N
386 -- d_O
387 -- d_P Output cycle paths
388 -- d_Q
389 -- d_R
390 -- d_S Output elaboration-order status
391 -- d_T Output elaboration-order trace information
392 -- d_U
393 -- d_V Validate bindo cycles, graphs, and order
394 -- d_W
395 -- d_X
396 -- d_Y
397 -- d_Z
399 -- d_1
400 -- d_2
401 -- d_3
402 -- d_4
403 -- d_5
404 -- d_6
405 -- d_7
406 -- d_8
407 -- d_9
409 -- Debug flags used in package Make and its clients (e.g. GNATMAKE)
411 -- da
412 -- db
413 -- dc
414 -- dd
415 -- de
416 -- df Only output file names, not path names, in log
417 -- dg
418 -- dh Generate listing showing loading of name table hash chains
419 -- di
420 -- dj
421 -- dk
422 -- dl
423 -- dm Display the number of maximum simultaneous compilations
424 -- dn Do not delete temp files created by gnatmake
425 -- do
426 -- dp Prints the contents of the Q used by Make.Compile_Sources
427 -- dq Prints source files as they are enqueued and dequeued
428 -- dr
429 -- ds
430 -- dt Display time stamps when there is a mismatch
431 -- du List units as their ali files are acquired
432 -- dv
433 -- dw Prints the list of units withed by the unit currently explored
434 -- dx
435 -- dy
436 -- dz
438 --------------------------------------------
439 -- Documentation for Compiler Debug Flags --
440 --------------------------------------------
442 -- da Generate messages tracking semantic analyzer progress. A message
443 -- is output showing each node as it gets analyzed, expanded,
444 -- resolved, or evaluated. This option is useful for finding out
445 -- exactly where a bomb during semantic analysis is occurring.
447 -- db In Exp_Dbug, certain type names are encoded to include debugging
448 -- information. This debug switch causes lines to be output showing
449 -- the encodings used.
451 -- dc List names of units as they are compiled. One line of output will
452 -- be generated at the start of compiling each unit (package or
453 -- subprogram).
455 -- dd Dynamic allocation of tables messages generated. Each time a
456 -- table is reallocated, a line is output indicating the expansion.
458 -- de List the entity table
460 -- df Full tree/source print (includes withed units). Normally the tree
461 -- output (dt) or recreated source output (dg,do,ds) includes only
462 -- the main unit. If df is set, then the output in either case
463 -- includes all compiled units (see also dg,do,ds,dt). Note that to
464 -- be effective, this switch must be used in combination with one or
465 -- more of dt, dg, do or ds.
467 -- dg Print the source recreated from the generated tree. In the case
468 -- where the tree has been rewritten this output includes only the
469 -- generated code, not the original code (see also df,do,ds,dz).
470 -- This flag differs from -gnatG in that the output also includes
471 -- non-source generated null statements, and freeze nodes, which
472 -- are normally omitted in -gnatG mode.
474 -- dh Generates a table at the end of a compilation showing how the hash
475 -- table chains built by the Namet package are loaded. This is useful
476 -- in ensuring that the hashing algorithm (in Namet.Hash) is working
477 -- effectively with typical sets of program identifiers.
479 -- di Generate messages for visibility linking/delinking
481 -- dj Suppress "junk null check" for access parameters. This flag permits
482 -- Ada programs to pass null parameters to access parameters, and to
483 -- explicitly check such access values against the null literal.
484 -- Neither of these is valid Ada, but both were allowed in versions of
485 -- GNAT before 3.10, so this switch can ease the transition process.
487 -- dk Immediate kill on abort. Normally on an abort (i.e. a call to
488 -- Comperr.Compiler_Abort), the "GNAT BUG" message is not given if
489 -- there is a previous error. Instead, the message "compilation
490 -- abandoned due to previous error" is given. This debug switch
491 -- bypasses this test and gives the "GNAT BUG" message unconditionally
492 -- (useful for debugging). Use -gnatdO in addition to see the previous
493 -- errors.
495 -- dl Generate unit load trace messages. A line of traceback output is
496 -- generated each time a request is made to the library manager to
497 -- load a new unit.
499 -- dm Prevent special frontend inlining in GNATprove mode. In some cases,
500 -- some subprogram calls are inlined in GNATprove mode in order to
501 -- facilitate formal verification. This debug switch prevents that
502 -- inlining to happen.
504 -- dn Generate messages for node/list allocation. Each time a node or
505 -- list header is allocated, a line of output is generated. Certain
506 -- other basic tree operations also cause a line of output to be
507 -- generated. This option is useful in seeing where the parser is
508 -- blowing up.
510 -- do Print the source recreated from the generated tree. In the case
511 -- where the tree has been rewritten, this output includes only the
512 -- original code, not the generated code (see also df,dg,ds,dz).
514 -- dp Generate messages for parser scope stack push/pops. A line of
515 -- output by the parser each time the parser scope stack is either
516 -- pushed or popped. Useful in debugging situations where the
517 -- parser scope stack ends up incorrectly synchronized
519 -- dq In layout version 1.38, 2002/01/12, a circuit was implemented
520 -- to give decent default alignment to short records that had no
521 -- specific alignment set. This debug option restores the previous
522 -- behavior of giving such records poor alignments, typically 1.
523 -- This may be useful in dealing with transition.
525 -- dr Generate parser resynchronization messages. Normally the parser
526 -- resynchronizes quietly. With this debug option, two messages
527 -- are generated, one when the parser starts a resynchronization
528 -- skip, and another when it resumes parsing. Useful in debugging
529 -- inadequate error recovery situations.
531 -- ds Print the source recreated from the generated tree. In the case
532 -- where the tree has been rewritten this output includes both the
533 -- generated code and the original code with the generated code
534 -- being enlosed in curly brackets (see also df,do,ds,dz)
536 -- dt Print full tree. The generated tree is output (see also df,dy)
538 -- du Uncheck categorization pragmas. This debug switch causes the
539 -- elaboration control pragmas (Pure, Preelaborate, etc.) and the
540 -- categorization pragmas (Shared_Passive, Remote_Types, etc.) to be
541 -- ignored, so that normal checks are not made (this is particularly
542 -- useful for adding temporary debugging code to units that have
543 -- pragmas that are inconsistent with the debugging code added).
545 -- dv Output trace of overload resolution. Outputs messages for
546 -- overload attempts that involve cascaded errors, or where
547 -- an interpretation is incompatible with the context.
549 -- dw Write semantic scope stack messages. Each time a scope is created
550 -- or removed, a message is output (see the Sem_Ch8.Push_Scope and
551 -- Sem_Ch8.Pop_Scope subprograms).
553 -- dx Force expansion on, even if no code being generated. Normally the
554 -- expander is inhibited if no code is generated. This switch forces
555 -- expansion to proceed normally even if the backend is not being
556 -- called. This is particularly useful for debugging purposes when
557 -- using the front-end only version of the compiler (which normally
558 -- would never do any expansion).
560 -- dy Print tree of package Standard. Normally the tree print out does
561 -- not include package Standard, even if the -df switch is set. This
562 -- switch forces output of the internal tree built for Standard.
564 -- dz Print source of package Standard. Normally the source print out
565 -- does not include package Standard, even if the -df switch is set.
566 -- This switch forces output of the source recreated from the internal
567 -- tree built for Standard. Note that this differs from -gnatS in
568 -- that it prints from the actual tree using the normal Sprint
569 -- circuitry for printing trees.
571 -- dA Forces output of representation information, including full
572 -- information for all internal type and object entities, as well
573 -- as all user defined type and object entities including private
574 -- and incomplete types. This debug switch also automatically sets
575 -- the equivalent of -gnatRm.
577 -- dB Output debug encodings for types and variants. See Exp_Dbug for
578 -- exact form of the generated output.
580 -- dC Output trace information showing the decisions made during
581 -- check suppression activity in unit Checks.
583 -- dD Delete new elaboration checks. This flag causes GNAT to return
584 -- to the 3.13a elaboration semantics, and to suppress the fixing
585 -- of two bugs. The first is in the context of inner routines in
586 -- dynamic elaboration mode, when the subprogram we are in was
587 -- called at elaboration time by a unit that was also compiled with
588 -- dynamic elaboration checks. In this case, if A calls B calls C,
589 -- and all are in different units, we need an elaboration check at
590 -- each call. These nested checks were only put in recently (see
591 -- version 1.80 of Sem_Elab) and we provide this debug flag to
592 -- revert to the previous behavior in case of regressions. The
593 -- other behavior reverted by this flag is the treatment of the
594 -- Elaborate_Body pragma in static elaboration mode. This used to
595 -- be treated as not needing elaboration checking, but in fact in
596 -- general Elaborate_All is still required because of nested calls.
598 -- dE Apply compile time elaboration checking for with relations between
599 -- predefined units. Normally no checks are made.
601 -- dG Generate all warnings. Normally Errout suppresses warnings on
602 -- units that are not part of the main extended source, and also
603 -- suppresses warnings on instantiations in the main extended
604 -- source that duplicate warnings already posted on the template.
605 -- This switch stops both kinds of deletion and causes Errout to
606 -- post all warnings sent to it.
608 -- dH Inhibit call to gigi. This is useful for testing front end data
609 -- layout, and may be useful in other debugging situations where
610 -- you do not want gigi to intefere with the testing.
612 -- dI Inhibit internal name numbering in gnatDG listing. Any sequence of
613 -- the form <uppercase-letter><digits><lowercase-letter> appearing in
614 -- a name is replaced by <uppercase-letter>...<lowercase-letter>. This
615 -- is used in the fixed bugs run to minimize system and version
616 -- dependency in filed -gnatD or -gnatG output.
618 -- dJ Prepend the name of the enclosing subprogram in compiler messages
619 -- (errors, warnings, style checks). This is useful in particular to
620 -- integrate compiler warnings in static analysis tools such as
621 -- CodePeer.
623 -- dK Kill all error messages. This debug flag suppresses the output
624 -- of all error messages. It is used in regression tests where the
625 -- error messages are target dependent and irrelevant.
627 -- dL The compiler ignores calls in instances and invoke subprograms
628 -- which are external to the instance for both the static and dynamic
629 -- elaboration models.
631 -- dM Assume all variables have been modified, and ignore current value
632 -- indications. This debug flag disconnects the tracking of constant
633 -- values (see Exp_Ch2.Expand_Current_Value).
635 -- dN Do not generate file name information in exception messages
637 -- dO Output immediate error messages. This causes error messages to
638 -- be output as soon as they are generated (disconnecting several
639 -- circuits for improvement of messages, deletion of duplicate
640 -- messages etc). Useful to diagnose compiler bombs caused by
641 -- erroneous handling of error situations
643 -- dP Do not check for controlled objects in preelaborable packages.
644 -- RM 10.2.1(9) forbids the use of library level controlled objects
645 -- in preelaborable packages, but this restriction is a huge pain,
646 -- especially in the predefined library units.
648 -- dR Bypass the check for a proper version of s-rpc being present
649 -- to use the -gnatz? switch. This allows debugging of the use
650 -- of stubs generation without needing to have GLADE (or some
651 -- other PCS installed).
653 -- dS Omit conversion of fpt numbers to exact machine numbers in
654 -- non-static evaluation contexts (see Check_Non_Static_Context).
655 -- This is intended for testing out timing problems with this
656 -- conversion circuit.
658 -- dT Similar to dS, but omits the conversions only in the case where
659 -- the parent is not a constant declaration.
661 -- dU Enable garbage collection of unreachable entities. This enables
662 -- both the reachability analysis and changing the Is_Public and
663 -- Is_Eliminated flags.
665 -- dV Enable viewing of all symbols in debugger. Causes debug information
666 -- to be generated for all symbols, including internal symbols. This
667 -- is enabled by default for -gnatD, but this switch allows this to
668 -- be enabled without generating modified source files. Note that the
669 -- use of -gnatdV ensures in the dwarf/elf case that all symbols that
670 -- are present in the elf tables are also in the dwarf tables (which
671 -- seems to be required by some tools). Another effect of dV is to
672 -- generate full qualified names, including internal names generated
673 -- for blocks and loops.
675 -- dW Disable warnings when a possibly uninitialized scalar value is
676 -- passed to an IN OUT parameter of a procedure. This usage is a
677 -- quite improper bounded error [erroneous in Ada 83] situation,
678 -- and would normally generate a warning. However, to ease the
679 -- task of transitioning incorrect legacy code, we provide this
680 -- undocumented feature for suppressing these warnings.
682 -- dY Enable configurable run-time mode, just as though the System file
683 -- had Configurable_Run_Time_Mode set to True. This is useful in
684 -- testing high integrity mode.
686 -- dZ Generate listing showing the contents of the dispatch tables. Each
687 -- line has an internally generated number used for references between
688 -- tagged types and primitives. For each primitive the output has the
689 -- following fields:
691 -- - Letter 'P' or letter 's': The former indicates that this
692 -- primitive will be located in a primary dispatch table. The
693 -- latter indicates that it will be located in a secondary
694 -- dispatch table.
696 -- - Name of the primitive. In case of predefined Ada primitives
697 -- the text "(predefined)" is added before the name, and these
698 -- acronyms are used: SR (Stream_Read), SW (Stream_Write), SI
699 -- (Stream_Input), SO (Stream_Output), DA (Deep_Adjust), DF
700 -- (Deep_Finalize). In addition Oeq identifies the equality
701 -- operator, and "_assign" the assignment.
703 -- - If the primitive covers interface types, two extra fields
704 -- referencing other primitives are generated: "Alias" references
705 -- the primitive of the tagged type that covers an interface
706 -- primitive, and "AI_Alias" references the covered interface
707 -- primitive.
709 -- - The expression "at #xx" indicates the slot of the dispatch
710 -- table occupied by such primitive in its corresponding primary
711 -- or secondary dispatch table.
713 -- - In case of abstract subprograms the text "is abstract" is
714 -- added at the end of the line.
716 -- d.a Force Target_Strict_Alignment to True, even on targets where it
717 -- would normally be false. Can be used for testing strict alignment
718 -- circuitry in the compiler.
720 -- d.b Dump back end types. During Create_Standard, the back end is
721 -- queried for all available types. This option shows them.
723 -- d.c Generate inline concatenation, instead of calling one of the
724 -- System.Concat_n.Str_Concat_n routines in cases where the latter
725 -- routines would normally be called.
727 -- d.d Disable atomic synchronization for all atomic variable references.
728 -- Pragma Enable_Atomic_Synchronization is ignored.
730 -- d.e Enable atomic synchronization for all atomic variable references.
731 -- Pragma Disable_Atomic_Synchronization is ignored, and also the
732 -- compiler switch -gnated is ignored.
734 -- d.f Suppress folding of static expressions. This of course results
735 -- in seriously non-conforming behavior, but is useful sometimes
736 -- when tracking down handling of complex expressions.
738 -- d.g Enables conversion of a raise statement into a goto when the
739 -- relevant handler is statically determinable. For now we only try
740 -- this if this debug flag is set. Later we will enable this more
741 -- generally by default.
743 -- d.h Minimize the creation of public internal symbols for concatenation
744 -- by enforcing a secondary stack-like handling of the final result.
745 -- The target of the concatenation is thus constrained in place and
746 -- initialized with the result instead of acting as its alias.
748 -- d.i Ignore all occurrences of pragma Warnings in the sources. This can
749 -- be used in particular to disable Warnings (Off) to check if any of
750 -- these statements are inappropriate.
752 -- d.k If an error message contains a reference to a location in an
753 -- internal unit, then suppress the line number in this reference.
755 -- d.j Generate listing of frontend inlined calls and inline calls passed
756 -- to the backend. This is useful to locate skipped calls that must be
757 -- inlined by the frontend.
759 -- d.l Use Ada 95 semantics for limited function returns. This may be
760 -- used to work around the incompatibility introduced by AI-318-2.
761 -- It is useful only in Ada 2005 and later.
763 -- d.m When -gnatl is used, the normal output includes full listings of
764 -- all files in the extended main source (body/spec/subunits). If this
765 -- debug switch is used, then the full listing is given only for the
766 -- main source (this corresponds to a previous behavior of -gnatl and
767 -- is used for running the ACATS tests).
769 -- d.n Print source file names as they are loaded. This is useful if the
770 -- compiler has a bug -- these are the files that need to be included
771 -- in a bug report.
773 -- d.o Conservative elaboration order for indirect calls. This causes
774 -- P'Access to be treated as a call in more cases.
776 -- d.p In Ada 95 (or 83) mode, use original Ada 95 behavior for the
777 -- interpretation of component clauses crossing byte boundaries when
778 -- using the non-default bit order (i.e. ignore AI95-0133).
780 -- d.q If an array variable or constant is not modified in Ada code, and
781 -- is passed to an 'in' parameter of a foreign-convention subprogram,
782 -- and that subprogram modifies the array, the Ada compiler normally
783 -- assumes that the array is not modified. This option suppresses such
784 -- optimizations. This option should not be used; the correct solution
785 -- is to declare the parameter 'in out'.
787 -- d.r Do not reorder components in record types.
789 -- d.s The compiler no longer attempts to optimize the calls to secondary
790 -- stack management routines SS_Mark and SS_Release. As a result, each
791 -- transient block tasked with secondary stack management will fulfill
792 -- its role unconditionally.
794 -- d.s The compiler does not generate calls to secondary stack management
795 -- routines SS_Mark and SS_Release for a transient block when there is
796 -- an enclosing scoping construct which already manages the secondary
797 -- stack.
799 -- d.t The compiler has been modified (a fairly extensive modification)
800 -- to generate static dispatch tables for library level tagged types.
801 -- This debug switch disables this modification and reverts to the
802 -- previous dynamic construction of tables. It is there as a possible
803 -- work around if we run into trouble with the new implementation.
805 -- d.u Sets Modify_Tree_For_C mode in which tree is modified to make it
806 -- easier to generate code using a C compiler.
808 -- d.v This flag enforces the elaboration rules defined in the SPARK
809 -- Reference Manual, chapter 7.7, to all SPARK code within a unit. As
810 -- a result, constructs which violate the rules in chapter 7.7 are no
811 -- longer accepted, even if the implementation is able to statically
812 -- ensure that accepting these constructs does not introduce the
813 -- possibility of failing an elaboration check.
815 -- d.w This flag turns off the scanning of loops to detect possible
816 -- infinite loops.
818 -- d.x No exception handlers in generated code. This causes exception
819 -- handlers to be eliminated from the generated code. They are still
820 -- fully compiled and analyzed, they just get eliminated from the
821 -- code generation step.
823 -- d.y Disable implicit pragma Elaborate_All on task bodies. When a task
824 -- body calls a procedure in the same package, and that procedure
825 -- calls a procedure in another package, the static elaboration
826 -- machinery adds an implicit Elaborate_All on the other package. This
827 -- switch disables the addition of the implicit pragma in such cases.
829 -- d.z Restore previous front-end support for Inline_Always. In default
830 -- mode, for targets that use the GCC back end, Inline_Always is
831 -- handled by the back end. Use of this switch restores the previous
832 -- handling of Inline_Always by the front end on such targets. For the
833 -- targets that do not use the GCC back end, this switch is ignored.
835 -- d.A Enable statistics printing in Atree. First set Statistics_Enabled
836 -- in gen_il-gen.adb to True, then rebuild, then run the compiler
837 -- with -gnatd.A. You might want to apply "sort -nr" to parts of the
838 -- output.
840 -- d.B Generate a "GNAT BUG" message when we see an abort_statement, even
841 -- though there is no bug. Useful for testing Comperr.Compiler_Abort:
842 -- write some code containing an abort_statement, and compile it with
843 -- -gnatd.B. There is nothing special about abort_statements; it just
844 -- provides a way to control where the bug box is generated. See the
845 -- "when N_Abort_Statement" in package body Expander.
847 -- d.C Generate call to System.Concat_n.Str_Concat_n routines in cases
848 -- where we would normally generate inline concatenation code.
850 -- d.D For compatibility with some Ada 95 compilers implementing only
851 -- one feature of Ada 2005 (overriding keyword), disable errors on use
852 -- of overriding keyword in Ada 95 mode.
854 -- d.E Turn selected errors into warnings. This debug switch causes a
855 -- specific set of error messages into warnings. Setting this switch
856 -- causes Opt.Error_To_Warning to be set to True. The intention is
857 -- that this be used for messages representing upwards incompatible
858 -- changes to Ada 2012 that cause previously correct programs to be
859 -- treated as illegal now. The following cases are affected:
861 -- Errors relating to overlapping subprogram parameters for cases
862 -- other than IN OUT parameters to functions.
864 -- Errors relating to the new rules about not defining equality
865 -- too late so that composition of equality can be assured.
867 -- Errors relating to overriding indicators on protected subprogram
868 -- bodies (not an Ada 2012 incompatibility, but might cause errors
869 -- for existing programs assuming they were legal because GNAT
870 -- formerly allowed them).
872 -- d.F Sets GNATprove_Mode to True. This allows debugging the frontend in
873 -- the special mode used by GNATprove.
875 -- d.G Previously the compiler ignored calls via generic formal parameters
876 -- when doing the analysis for the static elaboration model. This is
877 -- now fixed, but we provide this debug flag to revert to the previous
878 -- situation of ignoring such calls to aid in transition.
880 -- d.H Disable the support for 128-bit integer types on 64-bit platforms.
881 -- This makes it easier to mimic the behavior of the current compiler
882 -- on 32-bit platforms or of older compilers on 64-bit platforms.
884 -- d.I Do not ignore enum representation clauses in CodePeer mode.
885 -- The default of ignoring representation clauses for enumeration
886 -- types in CodePeer is good for the majority of Ada code, but in some
887 -- cases being able to change this default might be useful to remove
888 -- some false positives.
890 -- d.J Relaxed rules for pragma No_Return. A pragma No_Return is illegal
891 -- if it applies to a body. This switch disables the legality check
892 -- for that. If the procedure does in fact return normally, execution
893 -- is erroneous, and therefore unpredictable.
895 -- d.K Do not reject components in extensions overlapping with the parent
896 -- component. Such components can be specified by means of a component
897 -- clause but they cannot be fully supported by the GCC type system.
898 -- This switch nevertheless allows them for the sake of compatibility.
900 -- d.M Relaxed RM semantics. This flag sets Opt.Relaxed_RM_Semantics
901 -- See Opt.Relaxed_RM_Semantics for more details.
903 -- d.N Use rounding instead of truncation when dynamically converting from
904 -- a floating-point type to an ordinary fixed-point type, for the sake
905 -- of compatibility with earlier versions of the compiler.
907 -- d.O Dump internal SCO tables. Before outputting the SCO information to
908 -- the ALI file, the internal SCO tables (SCO_Table/SCO_Unit_Table)
909 -- are dumped for debugging purposes.
911 -- d.P Previous non-optimized handling of length comparisons. Setting this
912 -- flag inhibits the effect of Optimize_Length_Comparison in Exp_Ch4.
913 -- This is there in case we find a situation where the optimization
914 -- malfunctions, to provide a work around.
916 -- d.Q Previous incomplete style checks for binary operators. Style checks
917 -- for token separation rules were incomplete and have been made
918 -- compliant with the documentation. For example, no warning was
919 -- issued for expressions such as 16-One or "A"&"B". Setting this flag
920 -- inhibits these new checks.
922 -- d.R As documented in lib-writ.ads, restrictions in the ali file can
923 -- have two forms, positional and named. The named notation is the
924 -- current preferred form, but the use of this debug switch will force
925 -- the use of the obsolescent positional form.
927 -- d.S Force Optimize_Alignment (Space) mode as the default
929 -- d.T Force Optimize_Alignment (Time) mode as the default
931 -- d.U Ignore indirect calls for static elaboration. The static
932 -- elaboration model is conservative, especially regarding indirect
933 -- calls. If you say Proc'Access, it will assume you might call
934 -- Proc. This can cause elaboration cycles at bind time. This flag
935 -- reverts to the behavior of earlier compilers, which ignored
936 -- indirect calls.
938 -- d.V Do not verify the validity of SCIL files (CodePeer mode). When
939 -- generating SCIL files for CodePeer, by default we verify that the
940 -- SCIL is well formed before saving it on disk. This switch can be
941 -- used to disable this checking, either to improve speed or to shut
942 -- down a false positive detected during the verification.
944 -- d.W Print out debugging information for Walk_Library_Items, including
945 -- the order in which units are walked. This is primarily for use in
946 -- debugging CodePeer mode.
948 -- d.X A previous version of GNAT allowed indexing aspects to be redefined
949 -- on derived container types, while the default iterator was
950 -- inherited from the parent type. This nonstandard extension is
951 -- preserved temporarily for use by the modeling project under debug
952 -- flag d.X.
954 -- d.Z Normally we always enable expansion in configurable run-time mode
955 -- to make sure we get error messages about unsupported features even
956 -- when compiling in -gnatc mode. But expansion is turned off in this
957 -- case if debug flag -gnatd.Z is used. This is to deal with the case
958 -- where we discover difficulties in this new processing.
960 -- d_a The compiler stops the examination of a task body once it reaches
961 -- an accept or select statement for the static elaboration model. The
962 -- behavior is similar to that of No_Entry_Calls_In_Elaboration_Code,
963 -- but does not penalize actual entry calls in elaboration code.
965 -- d_b When the restriction No_Dynamic_Accessibility_Checks is enabled,
966 -- use the simple "designated type" accessibility model, instead of
967 -- using the implicit level of the anonymous access type declaration.
969 -- d_e The compiler ignores simple entry calls, asynchronous transfer of
970 -- control, conditional entry calls, timed entry calls, and requeue
971 -- statements in both the static and dynamic elaboration models.
973 -- d_f Issue info messages related to GNATprove usage to help users
974 -- understand analysis results. By default these are not issued as
975 -- beginners find them confusing. Set automatically by GNATprove when
976 -- switch --info is used.
978 -- d_g Disable large static aggregates. The maximum size for a static
979 -- aggregate will be fairly modest, which is useful if the compiler
980 -- is using too much memory and time at compile time.
982 -- d_h The compiler does not make use of (perfect) hash functions in the
983 -- implementation of the Value attribute for enumeration types.
985 -- d_i The compiler ignores calls and task activations when they target a
986 -- subprogram or task type defined in an external instance for both
987 -- the static and dynamic elaboration models.
989 -- d_j The compiler reads JSON files that would be generated by the same
990 -- compilation session if -gnatRjs was passed, in order to populate
991 -- the internal tables of the Repinfo unit from them.
993 -- d_p The compiler ignores calls to subprograms which verify the run-time
994 -- semantics of invariants and postconditions in both the static and
995 -- dynamic elaboration models.
997 -- d_r The compiler does not make use of the return slot in the expansion
998 -- of functions returning a by-reference type. If this use is required
999 -- for these functions to return on the primary stack, then they are
1000 -- changed to return on the secondary stack instead.
1002 -- d_s The compiler stops the examination of a task body once it reaches
1003 -- a call to routine Ada.Synchronous_Task_Control.Suspend_Until_True
1004 -- or Ada.Synchronous_Barriers.Wait_For_Release.
1006 -- d_t In the LLVM-based CCG, do an additional dump of the LLVM IR
1007 -- after the pass that does transformations to the IR into a
1008 -- filename ending with .trans.ll.
1010 -- d_u In the LLVM-based CCG, dump flows, both when originally created
1011 -- and after transformations.
1013 -- d_v Enable additional checks and debug printouts in Atree
1015 -- d_x The compiler does not expand in line the Image attribute for user-
1016 -- defined enumeration types and the standard boolean type.
1018 -- d_A Do not generate ALI files by setting Opt.Disable_ALI_File.
1020 -- d_B Warn on build-in-place function calls. This allows users to
1021 -- inspect their code in case it triggers compiler bugs related
1022 -- to build-in-place calls. See known-problem entries for details.
1024 -- d_F The compiler encodes the full path from an invocation construct to
1025 -- an external target, offering additional information to GNATBIND for
1026 -- purposes of error diagnostics.
1028 -- d_K (Reserved) Enable reporting a warning on known-problem issues of
1029 -- previous releases. No action performed in the wavefront.
1031 -- d_L Output trace information on elaboration checking. This debug switch
1032 -- causes output to be generated showing each call or instantiation as
1033 -- it is checked, and the progress of the recursive trace through
1034 -- elaboration calls at compile time.
1036 -- d_R In the LLVM backend, output the internal representation of
1037 -- each record
1039 -- d_T The compiler outputs trace information to standard output whenever
1040 -- an invocation path is recorded.
1042 -- d_U Disable prepending 'error:' to error messages. This used to be the
1043 -- default and can be seen as the opposite of -gnatU.
1045 -- d_V Enable verification of the expanded code before calling the backend
1046 -- and generate error messages on each inconsistency found.
1048 -- d_X Disable assertions to check matching of extra formals; switch added
1049 -- temporarily to disable these checks until this work is complete if
1050 -- they cause unexpected assertion failures.
1052 -- d1 Error messages have node numbers where possible. Normally error
1053 -- messages have only source locations. This option is useful when
1054 -- debugging errors caused by expanded code, where the source location
1055 -- does not give enough information.
1057 -- d2 Suppress output of the error position flags for verbose form error
1058 -- messages. The messages are still interspersed in the listing, but
1059 -- without any error flags or extra blank lines. Also causes an extra
1060 -- <<< to be output at the right margin. This is intended to be the
1061 -- easiest format for checking conformance of ACATS B tests. This
1062 -- flag also suppresses the additional messages explaining why a
1063 -- non-static expression is non-static (see Sem_Eval.Why_Not_Static).
1064 -- This avoids having to worry about these messages in ACATS testing.
1065 -- Finally, this flag is also used for strict legality check, in
1066 -- particular it will generate an error instead a warning when
1067 -- encountering an unknown pragma.
1069 -- d3 Causes Comperr to dump the contents of the node for which an abort
1070 -- was detected (normally only the Node_Id of the node is output).
1072 -- d4 Inhibits automatic krunching of predefined library unit file names.
1073 -- Normally, as described in the spec of package Krunch, such files
1074 -- are automatically krunched to 8 characters, with special treatment
1075 -- of the prefixes Ada, System, and Interfaces. Setting this debug
1076 -- switch disables this special treatment.
1078 -- d5 Causes the tree read/write circuit to output detailed information
1079 -- tracking the data that is read and written element by element.
1081 -- d6 Normally access-to-unconstrained-array types are represented
1082 -- using fat (double) pointers. Using this debug flag causes them
1083 -- to default to thin. This can be used to test the performance
1084 -- implications of using thin pointers, and also to test that the
1085 -- compiler functions correctly with this choice.
1087 -- d7 Normally a -gnatl or -gnatv listing includes the time stamp of the
1088 -- source file and the time of the compilation. This debug flag can
1089 -- be used to suppress this output, and also suppresses the message
1090 -- with the version of the compiler. This is useful for regression
1091 -- tests which need to have consistent output.
1093 -- d8 This forces the packed stuff to generate code assuming the
1094 -- opposite endianness from the actual correct value. Useful in
1095 -- testing out code generation from the packed routines.
1097 -- d.1 Sets Opt.Unnest_Subprogram_Mode to enable unnesting of subprograms.
1098 -- This special pass does not actually unnest things, but it ensures
1099 -- that a nested procedure does not contain any uplevel references.
1100 -- See spec of Exp_Unst for full details.
1102 -- d.2 Allow statements within declarative parts. This is not usually
1103 -- allowed, but in some debugging contexts (e.g. testing the circuit
1104 -- for unnesting of procedures), it is useful to allow this.
1106 -- d.3 Output debugging information from Exp_Unst, including the name of
1107 -- any unreachable subprograms that get deleted.
1109 -- d.4 By default in case of an error during C generation, the .c or .h
1110 -- file is deleted. This flag keeps the C file.
1112 -- d.5 By default a subprogram imported generates a subprogram profile.
1113 -- This debug flag disables this generation when generating C code,
1114 -- assuming a proper #include will be used instead.
1116 -- d.6 By default the C back-end avoids declaring types that are not
1117 -- referenced by the generated C code. This debug flag restores the
1118 -- output of all the types.
1120 -- d.7 Indicates (to gnat2scil) that CodePeer is being invoked as a
1121 -- prover by the SPARK tools and that therefore gnat2scil should
1122 -- avoid SCIL generation strategies which can introduce soundness
1123 -- issues (e.g., assuming that a low bound of an array parameter
1124 -- of an unconstrained subtype belongs to the index subtype).
1126 -- d.8 By default calls to expression functions are always inlined.
1127 -- This debug flag turns off this behavior, making them subject
1128 -- to the usual inlining heuristics of the code generator.
1130 ------------------------------------------
1131 -- Documentation for Binder Debug Flags --
1132 ------------------------------------------
1134 -- da Normally if there is an elaboration circularity, then in describing
1135 -- the cycle, links involving internal units are omitted, since they
1136 -- are irrelevant and confusing. This debug flag causes all links to
1137 -- be listed, and is useful when diagnosing circularities introduced
1138 -- by incorrect changes to the run-time library itself.
1140 -- db Output debug information from Better_Choice in Binde, which uses
1141 -- various heuristics to determine elaboration order in cases where
1142 -- multiple orders are valid.
1144 -- dc List units as they are chosen. As units are selected for addition to
1145 -- the elaboration order, a line of output is generated showing which
1146 -- unit has been selected.
1148 -- de Similar to the effect of -e (output complete list of elaboration
1149 -- dependencies) except that internal units are included in the
1150 -- listing.
1152 -- di Normally GNATBIND calls Read_Ali with Ignore_Errors set to False,
1153 -- since the binder really needs correct version ALI files to do its
1154 -- job. This debug flag causes Ignore_Errors mode to be set for the
1155 -- binder (and is particularly useful for testing ignore errors mode).
1157 -- dn List details of manipulation of Num_Pred values during execution of
1158 -- the algorithm used to determine a correct order of elaboration. This
1159 -- is useful in diagnosing any problems in its behavior.
1161 -- do Use older elaboration order preference. The new preference rules
1162 -- prefer specs with no bodies to specs with bodies, and between two
1163 -- specs with bodies, prefers the one whose body is closer to being
1164 -- able to be elaborated. This is a clear improvement, but we provide
1165 -- this debug flag in case of regressions. Note: -do is even older
1166 -- than -dp.
1168 -- dp Use old elaboration order preference. The new preference rules
1169 -- elaborate all units within a strongly connected component together,
1170 -- with no other units in between. In particular, if a spec/body pair
1171 -- can be elaborated together, it will be. In the new order, the binder
1172 -- behaves as if every pragma Elaborate_All that would be legal is
1173 -- present, even if it does not appear in the source code.
1175 -- du List unit name and file name for each unit as it is read in
1177 -- dv Verbose debugging printouts
1179 -- dx Force the binder to read (and then ignore) the xref information
1180 -- in ali files (used to check that read circuit is working OK).
1182 -- d_a GNATBIND ignores the effects of pragma Elaborate_All in the case of
1183 -- elaboration order and treats the associated dependency as a regular
1184 -- with edge.
1186 -- d_b GNATBIND ignores the effects of pragma Elaborate_Body in the case
1187 -- of elaboration order and treats the spec and body as decoupled.
1189 -- d_e GNATBIND ignores the effects of pragma Elaborate in the case of
1190 -- elaboration order and no longer creates an implicit dependency on
1191 -- the body of the argument.
1193 -- d_t GNATBIND output trace information of cycle-detection activities to
1194 -- standard output.
1196 -- d_A GNATBIND output the contents of all ALI invocation-related tables
1197 -- in textual format to standard output.
1199 -- d_C GNATBIND diagnoses all unique cycles within the bind, rather than
1200 -- just the most important one.
1202 -- d_I GNATBIND outputs the contents of the invocation graph in textual
1203 -- format to standard output.
1205 -- d_L GNATBIND outputs the contents of the library graph in textual
1206 -- format to standard output.
1208 -- d_P GNATBIND outputs the cycle paths to standard output
1210 -- d_S GNATBIND outputs trace information concerning the status of its
1211 -- various phases to standard output.
1213 -- d_T GNATBIND outputs trace information of elaboration order detection
1214 -- activities to standard output.
1216 -- d_V GNATBIND validates the invocation graph, library graph along with
1217 -- its cycles, and the elaboration order.
1219 --------------------------------------------
1220 -- Documentation for gnatmake Debug Flags --
1221 --------------------------------------------
1223 -- df Only output file names, not path names, in log
1225 -- dh Generate listing showing loading of name table hash chains,
1226 -- same as for the compiler.
1228 -- dm Issue a message indicating the maximum number of simultaneous
1229 -- compilations.
1231 -- dn Do not delete temporary files created by gnatmake at the end
1232 -- of execution, such as temporary config pragma files, mapping
1233 -- files or project path files. This debug switch is equivalent to
1234 -- the standard switch --keep-temp-files. We retain the debug switch
1235 -- for back compatibility with past usage.
1237 -- dp Prints the Q used by routine Make.Compile_Sources every time
1238 -- we go around the main compile loop of Make.Compile_Sources
1240 -- dq Prints source files as they are enqueued and dequeued in the Q
1241 -- used by routine Make.Compile_Sources. Useful to figure out the
1242 -- order in which sources are recompiled.
1244 -- dt When a time stamp mismatch has been found for an ALI file,
1245 -- display the source file name, the time stamp expected and
1246 -- the time stamp found.
1248 -- du List unit name and file name for each unit as it is read in
1250 -- dw Prints the list of units withed by the unit currently explored
1251 -- during the main loop of Make.Compile_Sources.
1253 ---------------------------------------------
1254 -- Documentation for gprbuild Debug Flags --
1255 ---------------------------------------------
1257 -- dm Display the maximum number of simultaneous compilations.
1259 -- dn Do not delete temporary files created by gprbuild at the end
1260 -- of execution, such as temporary config pragma files, mapping
1261 -- files or project path files. This debug switch is equivalent to
1262 -- the standard switch --keep-temp-files. We retain the debug switch
1263 -- for back compatibility with past usage.
1265 -- dt When a time stamp mismatch has been found for an ALI file,
1266 -- display the source file name, the time stamp expected and
1267 -- the time stamp found.
1269 --------------------
1270 -- Set_Debug_Flag --
1271 --------------------
1273 procedure Set_Debug_Flag (C : Character; Val : Boolean := True) is
1274 subtype Dig is Character range '1' .. '9';
1275 subtype LLet is Character range 'a' .. 'z';
1276 subtype ULet is Character range 'A' .. 'Z';
1278 begin
1279 if C in Dig then
1280 case Dig (C) is
1281 when '1' =>
1282 Debug_Flag_1 := Val;
1283 when '2' =>
1284 Debug_Flag_2 := Val;
1285 when '3' =>
1286 Debug_Flag_3 := Val;
1287 when '4' =>
1288 Debug_Flag_4 := Val;
1289 when '5' =>
1290 Debug_Flag_5 := Val;
1291 when '6' =>
1292 Debug_Flag_6 := Val;
1293 when '7' =>
1294 Debug_Flag_7 := Val;
1295 when '8' =>
1296 Debug_Flag_8 := Val;
1297 when '9' =>
1298 Debug_Flag_9 := Val;
1299 end case;
1301 elsif C in ULet then
1302 case ULet (C) is
1303 when 'A' =>
1304 Debug_Flag_AA := Val;
1305 when 'B' =>
1306 Debug_Flag_BB := Val;
1307 when 'C' =>
1308 Debug_Flag_CC := Val;
1309 when 'D' =>
1310 Debug_Flag_DD := Val;
1311 when 'E' =>
1312 Debug_Flag_EE := Val;
1313 when 'F' =>
1314 Debug_Flag_FF := Val;
1315 when 'G' =>
1316 Debug_Flag_GG := Val;
1317 when 'H' =>
1318 Debug_Flag_HH := Val;
1319 when 'I' =>
1320 Debug_Flag_II := Val;
1321 when 'J' =>
1322 Debug_Flag_JJ := Val;
1323 when 'K' =>
1324 Debug_Flag_KK := Val;
1325 when 'L' =>
1326 Debug_Flag_LL := Val;
1327 when 'M' =>
1328 Debug_Flag_MM := Val;
1329 when 'N' =>
1330 Debug_Flag_NN := Val;
1331 when 'O' =>
1332 Debug_Flag_OO := Val;
1333 when 'P' =>
1334 Debug_Flag_PP := Val;
1335 when 'Q' =>
1336 Debug_Flag_QQ := Val;
1337 when 'R' =>
1338 Debug_Flag_RR := Val;
1339 when 'S' =>
1340 Debug_Flag_SS := Val;
1341 when 'T' =>
1342 Debug_Flag_TT := Val;
1343 when 'U' =>
1344 Debug_Flag_UU := Val;
1345 when 'V' =>
1346 Debug_Flag_VV := Val;
1347 when 'W' =>
1348 Debug_Flag_WW := Val;
1349 when 'X' =>
1350 Debug_Flag_XX := Val;
1351 when 'Y' =>
1352 Debug_Flag_YY := Val;
1353 when 'Z' =>
1354 Debug_Flag_ZZ := Val;
1355 end case;
1357 else
1358 case LLet (C) is
1359 when 'a' =>
1360 Debug_Flag_A := Val;
1361 when 'b' =>
1362 Debug_Flag_B := Val;
1363 when 'c' =>
1364 Debug_Flag_C := Val;
1365 when 'd' =>
1366 Debug_Flag_D := Val;
1367 when 'e' =>
1368 Debug_Flag_E := Val;
1369 when 'f' =>
1370 Debug_Flag_F := Val;
1371 when 'g' =>
1372 Debug_Flag_G := Val;
1373 when 'h' =>
1374 Debug_Flag_H := Val;
1375 when 'i' =>
1376 Debug_Flag_I := Val;
1377 when 'j' =>
1378 Debug_Flag_J := Val;
1379 when 'k' =>
1380 Debug_Flag_K := Val;
1381 when 'l' =>
1382 Debug_Flag_L := Val;
1383 when 'm' =>
1384 Debug_Flag_M := Val;
1385 when 'n' =>
1386 Debug_Flag_N := Val;
1387 when 'o' =>
1388 Debug_Flag_O := Val;
1389 when 'p' =>
1390 Debug_Flag_P := Val;
1391 when 'q' =>
1392 Debug_Flag_Q := Val;
1393 when 'r' =>
1394 Debug_Flag_R := Val;
1395 when 's' =>
1396 Debug_Flag_S := Val;
1397 when 't' =>
1398 Debug_Flag_T := Val;
1399 when 'u' =>
1400 Debug_Flag_U := Val;
1401 when 'v' =>
1402 Debug_Flag_V := Val;
1403 when 'w' =>
1404 Debug_Flag_W := Val;
1405 when 'x' =>
1406 Debug_Flag_X := Val;
1407 when 'y' =>
1408 Debug_Flag_Y := Val;
1409 when 'z' =>
1410 Debug_Flag_Z := Val;
1411 end case;
1412 end if;
1413 end Set_Debug_Flag;
1415 ---------------------------
1416 -- Set_Dotted_Debug_Flag --
1417 ---------------------------
1419 procedure Set_Dotted_Debug_Flag (C : Character; Val : Boolean := True) is
1420 subtype Dig is Character range '1' .. '9';
1421 subtype LLet is Character range 'a' .. 'z';
1422 subtype ULet is Character range 'A' .. 'Z';
1424 begin
1425 if C in Dig then
1426 case Dig (C) is
1427 when '1' =>
1428 Debug_Flag_Dot_1 := Val;
1429 when '2' =>
1430 Debug_Flag_Dot_2 := Val;
1431 when '3' =>
1432 Debug_Flag_Dot_3 := Val;
1433 when '4' =>
1434 Debug_Flag_Dot_4 := Val;
1435 when '5' =>
1436 Debug_Flag_Dot_5 := Val;
1437 when '6' =>
1438 Debug_Flag_Dot_6 := Val;
1439 when '7' =>
1440 Debug_Flag_Dot_7 := Val;
1441 when '8' =>
1442 Debug_Flag_Dot_8 := Val;
1443 when '9' =>
1444 Debug_Flag_Dot_9 := Val;
1445 end case;
1447 elsif C in ULet then
1448 case ULet (C) is
1449 when 'A' =>
1450 Debug_Flag_Dot_AA := Val;
1451 when 'B' =>
1452 Debug_Flag_Dot_BB := Val;
1453 when 'C' =>
1454 Debug_Flag_Dot_CC := Val;
1455 when 'D' =>
1456 Debug_Flag_Dot_DD := Val;
1457 when 'E' =>
1458 Debug_Flag_Dot_EE := Val;
1459 when 'F' =>
1460 Debug_Flag_Dot_FF := Val;
1461 when 'G' =>
1462 Debug_Flag_Dot_GG := Val;
1463 when 'H' =>
1464 Debug_Flag_Dot_HH := Val;
1465 when 'I' =>
1466 Debug_Flag_Dot_II := Val;
1467 when 'J' =>
1468 Debug_Flag_Dot_JJ := Val;
1469 when 'K' =>
1470 Debug_Flag_Dot_KK := Val;
1471 when 'L' =>
1472 Debug_Flag_Dot_LL := Val;
1473 when 'M' =>
1474 Debug_Flag_Dot_MM := Val;
1475 when 'N' =>
1476 Debug_Flag_Dot_NN := Val;
1477 when 'O' =>
1478 Debug_Flag_Dot_OO := Val;
1479 when 'P' =>
1480 Debug_Flag_Dot_PP := Val;
1481 when 'Q' =>
1482 Debug_Flag_Dot_QQ := Val;
1483 when 'R' =>
1484 Debug_Flag_Dot_RR := Val;
1485 when 'S' =>
1486 Debug_Flag_Dot_SS := Val;
1487 when 'T' =>
1488 Debug_Flag_Dot_TT := Val;
1489 when 'U' =>
1490 Debug_Flag_Dot_UU := Val;
1491 when 'V' =>
1492 Debug_Flag_Dot_VV := Val;
1493 when 'W' =>
1494 Debug_Flag_Dot_WW := Val;
1495 when 'X' =>
1496 Debug_Flag_Dot_XX := Val;
1497 when 'Y' =>
1498 Debug_Flag_Dot_YY := Val;
1499 when 'Z' =>
1500 Debug_Flag_Dot_ZZ := Val;
1501 end case;
1503 else
1504 case LLet (C) is
1505 when 'a' =>
1506 Debug_Flag_Dot_A := Val;
1507 when 'b' =>
1508 Debug_Flag_Dot_B := Val;
1509 when 'c' =>
1510 Debug_Flag_Dot_C := Val;
1511 when 'd' =>
1512 Debug_Flag_Dot_D := Val;
1513 when 'e' =>
1514 Debug_Flag_Dot_E := Val;
1515 when 'f' =>
1516 Debug_Flag_Dot_F := Val;
1517 when 'g' =>
1518 Debug_Flag_Dot_G := Val;
1519 when 'h' =>
1520 Debug_Flag_Dot_H := Val;
1521 when 'i' =>
1522 Debug_Flag_Dot_I := Val;
1523 when 'j' =>
1524 Debug_Flag_Dot_J := Val;
1525 when 'k' =>
1526 Debug_Flag_Dot_K := Val;
1527 when 'l' =>
1528 Debug_Flag_Dot_L := Val;
1529 when 'm' =>
1530 Debug_Flag_Dot_M := Val;
1531 when 'n' =>
1532 Debug_Flag_Dot_N := Val;
1533 when 'o' =>
1534 Debug_Flag_Dot_O := Val;
1535 when 'p' =>
1536 Debug_Flag_Dot_P := Val;
1537 when 'q' =>
1538 Debug_Flag_Dot_Q := Val;
1539 when 'r' =>
1540 Debug_Flag_Dot_R := Val;
1541 when 's' =>
1542 Debug_Flag_Dot_S := Val;
1543 when 't' =>
1544 Debug_Flag_Dot_T := Val;
1545 when 'u' =>
1546 Debug_Flag_Dot_U := Val;
1547 when 'v' =>
1548 Debug_Flag_Dot_V := Val;
1549 when 'w' =>
1550 Debug_Flag_Dot_W := Val;
1551 when 'x' =>
1552 Debug_Flag_Dot_X := Val;
1553 when 'y' =>
1554 Debug_Flag_Dot_Y := Val;
1555 when 'z' =>
1556 Debug_Flag_Dot_Z := Val;
1557 end case;
1558 end if;
1559 end Set_Dotted_Debug_Flag;
1561 --------------------------------
1562 -- Set_Underscored_Debug_Flag --
1563 --------------------------------
1565 procedure Set_Underscored_Debug_Flag
1566 (C : Character;
1567 Val : Boolean := True)
1569 subtype Dig is Character range '1' .. '9';
1570 subtype LLet is Character range 'a' .. 'z';
1571 subtype ULet is Character range 'A' .. 'Z';
1573 begin
1574 if C in Dig then
1575 case Dig (C) is
1576 when '1' =>
1577 Debug_Flag_Underscore_1 := Val;
1578 when '2' =>
1579 Debug_Flag_Underscore_2 := Val;
1580 when '3' =>
1581 Debug_Flag_Underscore_3 := Val;
1582 when '4' =>
1583 Debug_Flag_Underscore_4 := Val;
1584 when '5' =>
1585 Debug_Flag_Underscore_5 := Val;
1586 when '6' =>
1587 Debug_Flag_Underscore_6 := Val;
1588 when '7' =>
1589 Debug_Flag_Underscore_7 := Val;
1590 when '8' =>
1591 Debug_Flag_Underscore_8 := Val;
1592 when '9' =>
1593 Debug_Flag_Underscore_9 := Val;
1594 end case;
1596 elsif C in ULet then
1597 case ULet (C) is
1598 when 'A' =>
1599 Debug_Flag_Underscore_AA := Val;
1600 when 'B' =>
1601 Debug_Flag_Underscore_BB := Val;
1602 when 'C' =>
1603 Debug_Flag_Underscore_CC := Val;
1604 when 'D' =>
1605 Debug_Flag_Underscore_DD := Val;
1606 when 'E' =>
1607 Debug_Flag_Underscore_EE := Val;
1608 when 'F' =>
1609 Debug_Flag_Underscore_FF := Val;
1610 when 'G' =>
1611 Debug_Flag_Underscore_GG := Val;
1612 when 'H' =>
1613 Debug_Flag_Underscore_HH := Val;
1614 when 'I' =>
1615 Debug_Flag_Underscore_II := Val;
1616 when 'J' =>
1617 Debug_Flag_Underscore_JJ := Val;
1618 when 'K' =>
1619 Debug_Flag_Underscore_KK := Val;
1620 when 'L' =>
1621 Debug_Flag_Underscore_LL := Val;
1622 when 'M' =>
1623 Debug_Flag_Underscore_MM := Val;
1624 when 'N' =>
1625 Debug_Flag_Underscore_NN := Val;
1626 when 'O' =>
1627 Debug_Flag_Underscore_OO := Val;
1628 when 'P' =>
1629 Debug_Flag_Underscore_PP := Val;
1630 when 'Q' =>
1631 Debug_Flag_Underscore_QQ := Val;
1632 when 'R' =>
1633 Debug_Flag_Underscore_RR := Val;
1634 when 'S' =>
1635 Debug_Flag_Underscore_SS := Val;
1636 when 'T' =>
1637 Debug_Flag_Underscore_TT := Val;
1638 when 'U' =>
1639 Debug_Flag_Underscore_UU := Val;
1640 when 'V' =>
1641 Debug_Flag_Underscore_VV := Val;
1642 when 'W' =>
1643 Debug_Flag_Underscore_WW := Val;
1644 when 'X' =>
1645 Debug_Flag_Underscore_XX := Val;
1646 when 'Y' =>
1647 Debug_Flag_Underscore_YY := Val;
1648 when 'Z' =>
1649 Debug_Flag_Underscore_ZZ := Val;
1650 end case;
1652 else
1653 case LLet (C) is
1654 when 'a' =>
1655 Debug_Flag_Underscore_A := Val;
1656 when 'b' =>
1657 Debug_Flag_Underscore_B := Val;
1658 when 'c' =>
1659 Debug_Flag_Underscore_C := Val;
1660 when 'd' =>
1661 Debug_Flag_Underscore_D := Val;
1662 when 'e' =>
1663 Debug_Flag_Underscore_E := Val;
1664 when 'f' =>
1665 Debug_Flag_Underscore_F := Val;
1666 when 'g' =>
1667 Debug_Flag_Underscore_G := Val;
1668 when 'h' =>
1669 Debug_Flag_Underscore_H := Val;
1670 when 'i' =>
1671 Debug_Flag_Underscore_I := Val;
1672 when 'j' =>
1673 Debug_Flag_Underscore_J := Val;
1674 when 'k' =>
1675 Debug_Flag_Underscore_K := Val;
1676 when 'l' =>
1677 Debug_Flag_Underscore_L := Val;
1678 when 'm' =>
1679 Debug_Flag_Underscore_M := Val;
1680 when 'n' =>
1681 Debug_Flag_Underscore_N := Val;
1682 when 'o' =>
1683 Debug_Flag_Underscore_O := Val;
1684 when 'p' =>
1685 Debug_Flag_Underscore_P := Val;
1686 when 'q' =>
1687 Debug_Flag_Underscore_Q := Val;
1688 when 'r' =>
1689 Debug_Flag_Underscore_R := Val;
1690 when 's' =>
1691 Debug_Flag_Underscore_S := Val;
1692 when 't' =>
1693 Debug_Flag_Underscore_T := Val;
1694 when 'u' =>
1695 Debug_Flag_Underscore_U := Val;
1696 when 'v' =>
1697 Debug_Flag_Underscore_V := Val;
1698 when 'w' =>
1699 Debug_Flag_Underscore_W := Val;
1700 when 'x' =>
1701 Debug_Flag_Underscore_X := Val;
1702 when 'y' =>
1703 Debug_Flag_Underscore_Y := Val;
1704 when 'z' =>
1705 Debug_Flag_Underscore_Z := Val;
1706 end case;
1707 end if;
1708 end Set_Underscored_Debug_Flag;
1710 end Debug;