aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/usage.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-01-20 16:35:11 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2014-01-20 16:35:11 +0100
commitd8a764c4fbaf9df22d41c00df4a2ec53355460d5 (patch)
tree51b0999be81a06ef65f8ab9ba8cfaba112cdf786 /gcc/ada/usage.adb
parent818b578d1524f1aedf2c58ffe3b424023b2a79af (diff)
downloadgcc-d8a764c4fbaf9df22d41c00df4a2ec53355460d5.zip
gcc-d8a764c4fbaf9df22d41c00df4a2ec53355460d5.tar.gz
gcc-d8a764c4fbaf9df22d41c00df4a2ec53355460d5.tar.bz2
[multiple changes]
2014-01-20 Robert Dewar <dewar@adacore.com> * gnat_rm.texi: Document that Allow_Integer_Address is permitted only if System.Address is a private type. * opt.ads (Allow_Integer_Address): No longer set by -gnates. * sem_prag.adb (Analyze_Pragma, case Allow_Integer_Address): Allowed only if type System.Address is private, since otherwise it makes no sense. * sem_res.adb: Fix failure to properly Analyze unchecked conversions that were introduced by Allow_Integer_Address. * switch-c.adb: Remove -gnates switch. * usage.adb: Remove -gnates switch. * gnat_ugn.texi: Remove documentation of -gnates flag. 2014-01-20 Ed Schonberg <schonberg@adacore.com> * sem_ch6.adb (Analyze_Expression_Function): Pre-analyze and resolve expression to perform proper name capture. 2014-01-20 Ed Schonberg <schonberg@adacore.com> * sem.adb (Semantics): When saving/restoring configuration switches, the spec of a pre- defined unit that is the main unit must be treated as a predefined unit as well. 2014-01-20 Thomas Quinot <quinot@adacore.com> * exp_ch7.adb (Wrap_Transient_Expression): For a Boolean expression, insert an extra conditional expression when saving the value of the expression, for the benefit of control flow graph based coverage analysis. * exp_ch3.adb: Minor reformatting. From-SVN: r206826
Diffstat (limited to 'gcc/ada/usage.adb')
-rw-r--r--gcc/ada/usage.adb5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb
index f7be313..3f566f4 100644
--- a/gcc/ada/usage.adb
+++ b/gcc/ada/usage.adb
@@ -236,11 +236,6 @@ begin
Write_Switch_Char ("eP");
Write_Line ("Pure/Prelaborate errors generate warnings rather than errors");
- -- Line fofr -gnates switch
-
- Write_Switch_Char ("es");
- Write_Line ("Allow integer expression for System.Address value");
-
-- Line for -gnateS switch
Write_Switch_Char ("eS");