diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-11-06 12:56:42 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-11-06 12:56:42 +0100 |
commit | 015bee83fd14d4cbd3703ee09bac924884386547 (patch) | |
tree | 59928071f2c8631e999b6444ca2877c0153e5525 /gcc/ada/atree.ads | |
parent | 540d7a7787a8a9b00418296ccf4a80d90ef61bdb (diff) | |
download | gcc-015bee83fd14d4cbd3703ee09bac924884386547.zip gcc-015bee83fd14d4cbd3703ee09bac924884386547.tar.gz gcc-015bee83fd14d4cbd3703ee09bac924884386547.tar.bz2 |
[multiple changes]
2012-11-06 Robert Dewar <dewar@adacore.com>
* err_vars.ads, atree.ads: Minor reformatting.
2012-11-06 Arnaud Charlet <charlet@adacore.com>
* gcc-interface/Make-lang.in: Update dependencies.
* gcc-interface/Makefile.in: Add runtime pairs for Android.
Rework handling of s-oscons.ads.
* s-osinte-android.ads, s-osinte-android.adb: New files.
2012-11-06 Tristan Gingold <gingold@adacore.com>
* gcc-interface/trans.c (gnat_to_gnu): For N_Real_Literal, create the
binary representation of vax floats.
From-SVN: r193238
Diffstat (limited to 'gcc/ada/atree.ads')
-rw-r--r-- | gcc/ada/atree.ads | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ada/atree.ads b/gcc/ada/atree.ads index 0829d4d..8c434db 100644 --- a/gcc/ada/atree.ads +++ b/gcc/ada/atree.ads @@ -281,7 +281,10 @@ package Atree is ------------------ -- The following variables denote the count of errors of various kinds - -- detected in the tree. + -- detected in the tree. Note that these might be more logically located + -- in Err_Vars, but we put it to deal with licensing issues (we need this + -- to have the GPL exception licensing, since Check_Error_Detected can + -- be called from units with this licensing). Serious_Errors_Detected : Nat := 0; -- This is a count of errors that are serious enough to stop expansion, |