diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-02-20 13:52:08 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-02-20 13:52:08 +0000 |
commit | 32de816bbbe685dfa9c2b491b15579cf379d03e4 (patch) | |
tree | 6f9c2f011ad7373733907f5eea8eb01d6244e444 /gcc/ada/gnat_ugn.texi | |
parent | eb4f7efad4f3a03ac2f9b8162f7d2179c46fb644 (diff) | |
download | gcc-32de816bbbe685dfa9c2b491b15579cf379d03e4.tar.gz |
2014-02-20 Vincent Celier <celier@adacore.com>
* errutil.adb (Initialize): Properly initialize entry in table
Warnings when warnings are suppressed.
2014-02-20 Robert Dewar <dewar@adacore.com>
* s-os_lib.ads: Add warning about non-portability of Rename_File.
* sem_util.ads, sem_util.adb (Is_Junk_Name): New function.
* sem_warn.adb: Use Is_Junk_Name to suppress some warnings.
* gnat_ugn.texi: Document no warnings on junk variable names.
* layout.adb: Minor code reorganization (use Ekind_In).
* stringt.adb: Move initialization of Null_String_Id to Initialize
routine.
2014-02-20 Ed Schonberg <schonberg@adacore.com>
* sem_ch13.adb: Initialize optional Element_Id.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207947 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/gnat_ugn.texi')
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index b97ece0fd96..b61254db521 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -4852,7 +4852,12 @@ Internal GNAT unit @code{with}'ed by application unit Values known to be out of range at compile time @item -Unreferenced labels and variables +Unreferenced or unmodified variables. Note that a special +exemption applies to variables which contain any of the substrings +@code{DISCARD, DUMMY, IGNORE, JUNK, UNUSED}, in any casing. Such variables +are considered likely to be intentionally used in a situation where +otherwise a warning would be given, so warnings of this kind are +always suppressed for such variables. @item Address overlays that could clobber memory |