diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2019-12-12 10:01:46 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2019-12-12 10:01:46 +0000 |
commit | c7732bbe382b982e60eb9d606752d012159d1a18 (patch) | |
tree | b46451b99c25052df3b8ccbd71030bcd9f53c12f /gcc/ada/atree.ads | |
parent | a1449c89b7272739d0ec32ad7ca4c53460337633 (diff) | |
download | gcc-c7732bbe382b982e60eb9d606752d012159d1a18.tar.gz |
[Ada] Mark Ada subprograms and variables referenced from gigi
2019-12-12 Eric Botcazou <ebotcazou@adacore.com>
gcc/ada/
* atree.ads, comperr.ads, debug.ads, einfo.ads, elists.ads,
err_vars.ads, errout.ads, exp_ch11.ads, exp_code.ads,
exp_dbug.ads, exp_tss.ads, exp_util.ads, lib.ads, namet.ads,
nlists.ads, opt.ads, repinfo.ads, restrict.ads, scos.ads,
sem_aggr.ads, sem_aux.ads, sem_eval.ads, sem_util.ads,
sinfo.ads, sinput.ads, stringt.ads, targparm.ads, types.ads,
urealp.ads warnsw.ads: Add WARNING line(s) in commentary.
* atree.h, elists.h, namet.h, nlists.h, repinfo.h, scos.h,
stringt.h, types.h, uintp.h, urealp.h: Tidy up.
* fe.h: Likewise. Document WARNING mark.
From-SVN: r279278
Diffstat (limited to 'gcc/ada/atree.ads')
-rw-r--r-- | gcc/ada/atree.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/atree.ads b/gcc/ada/atree.ads index e6617e9d4be..491cde38b68 100644 --- a/gcc/ada/atree.ads +++ b/gcc/ada/atree.ads @@ -309,6 +309,8 @@ package Atree is -- switch -gnatQ is set. Initialized to zero at the start of compilation. -- Initialized for -gnatVa use, see comment above. + -- WARNING: There is a matching C declaration of this variable in fe.h + Total_Errors_Detected : Nat := 0; -- Number of errors detected so far. Includes count of serious errors and -- non-serious errors, so this value is always greater than or equal to the |