aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/debug.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-06-11 14:25:22 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2014-06-11 14:25:22 +0200
commit810241a5bfdbe0a3921916d3287eba6ef59ab575 (patch)
treeabae9747d4b5ac4bf69f8d9d20381f63a4858c08 /gcc/ada/debug.adb
parent2c8d828a5fc1c18ef630ea45ce1ff13638d97918 (diff)
downloadgcc-810241a5bfdbe0a3921916d3287eba6ef59ab575.zip
gcc-810241a5bfdbe0a3921916d3287eba6ef59ab575.tar.gz
gcc-810241a5bfdbe0a3921916d3287eba6ef59ab575.tar.bz2
2014-06-11 Sergey Rybin <rybin@adacore.com frybin>
* gnat_ugn.texi, vms_data.ads: add description of gnatstub -W<par> option to specify the result file encoding. 2014-06-11 Robert Dewar <dewar@adacore.com> * errout.ads, sem_ch12.adb: Minor reformatting. * debug.adb, erroutc.adb: Remove -gnatd.q debug switch. * lib-xref.adb: Minor reformatting. * restrict.adb: Minor code reorganization (put routines in alpha order). From-SVN: r211455
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r--gcc/ada/debug.adb8
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb
index 49fae93..8399a2c 100644
--- a/gcc/ada/debug.adb
+++ b/gcc/ada/debug.adb
@@ -107,7 +107,7 @@ package body Debug is
-- d.n Print source file names
-- d.o Generate .NET listing of CIL code
-- d.p Enable the .NET CIL verifier
- -- d.q Quit on badly tagged warning message
+ -- d.q
-- d.r Enable OK_To_Reorder_Components in non-variant records
-- d.s Disable expansion of slice move, use memmove
-- d.t Disable static allocation of library level dispatch tables
@@ -561,12 +561,6 @@ package body Debug is
-- disabled by default and this flag is used to enable it. In the
-- future we will reverse this functionality.
- -- d.q All warning and info messages are supposed to be tagged with one
- -- of the extended warning sequences such as ?? or <x<. The use of a
- -- single ? or < is allowed for transitional purposes, but these are
- -- intended to disappear. This debug switch makes it fatal to have a
- -- warning presented which is not tagged (Program Error is raised).
-
-- d.r Forces the flag OK_To_Reorder_Components to be set in all record
-- base types that have no discriminants.