diff options
author | Ghjuvan Lacambre <lacambre@adacore.com> | 2021-02-10 15:52:34 +0100 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2021-06-21 06:45:06 -0400 |
commit | 805f081980883d3c4fd3b90dc3baadd529c86839 (patch) | |
tree | 8bbc168ee6962d326947160cccc65babfc5246d9 /gcc/ada/errout.ads | |
parent | 08c9ef089fdbe19e648016db7cb4c9fdd665bccc (diff) | |
download | gcc-805f081980883d3c4fd3b90dc3baadd529c86839.zip gcc-805f081980883d3c4fd3b90dc3baadd529c86839.tar.gz gcc-805f081980883d3c4fd3b90dc3baadd529c86839.tar.bz2 |
[Ada] Make -gnatU and -gnatw.d the default
gcc/ada/
* debug.adb: Document -gnatd_U as taken.
* err_vars.ads (Warning_Doc_Switch): Set to True.
* errout.ads (Errout): Update documentation.
* gnat1drv.adb (Adjust_Global_Switches): React to -gnatd_U.
* hostparm.ads (Tag_Errors): Set to True.
* opt.ads (Unique_Error_Tag): Document -gnatd_U.
Diffstat (limited to 'gcc/ada/errout.ads')
-rw-r--r-- | gcc/ada/errout.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/errout.ads b/gcc/ada/errout.ads index 0a4ad62..1e34bc5 100644 --- a/gcc/ada/errout.ads +++ b/gcc/ada/errout.ads @@ -519,7 +519,7 @@ package Errout is -- The prefixes error and warning are supplied automatically (depending -- on the use of the ? insertion character), and the call to the error -- message routine supplies the text. The "error: " prefix is omitted - -- in brief error message formats. + -- if -gnatd_U is among the options given to gnat. -- Reserved Ada keywords in the message are in the default keyword case -- (determined from the given source program), surrounded by quotation |